h1 { 
    font-size:15px;
    color: #fff;
    padding:8px 10px;
    margin-bottom:30px;
    margin-top:0px;
    background-color: #660000;
    border: 1px solid #9f1818;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
h2 {
    font-size:14px;
    font-weight:bold;
}
sup{font-size:7pt;}
img {
    border:0px;
    vertical-align:middle;
    margin:0px;
}
a, a:visited, .link {
    color:#666; 
    text-decoration: none;
    cursor:pointer;
}
a:hover, .link:hover{
    color:#ff6600;
}
.formBox {
    border:1px solid #ccc;
    padding:15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px 3px #666;
    -webkit-box-shadow: 0px 0px 3px 3px #666;
    box-shadow: 3px 3px 3px 2px #666; 
}
.wrap {
    padding:10px;
}
.wrap .labelSmall {
    float:left;
    text-align:left;
    width:115px;
    padding-top:2px;
}
.wrap .label {
    float:left;
    text-align:left;
    width:220px;
    padding-top:2px;
}
.wrap .input {
    float:left;
    text-align:left;
}
.center {
    margin:0 auto;
}
.infoMsg {
    border:1px solid #009900;
    background-color:#99ff99;
    padding:5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:30px;
}
.errorMsg {
    border:1px solid #ff0000;
    background-color:#fcadad;
    padding:5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:30px;
}
.tableau {
    width:100%;
    border-collapse: collapse;
}
.tableau thead {
    background-color:#CCC; 
    background-image: linear-gradient(bottom, rgb(219,219,219) 0%, rgb(97,97,97) 65%);
    background-image: -o-linear-gradient(bottom, rgb(219,219,219) 0%, rgb(97,97,97) 65%);
    background-image: -moz-linear-gradient(bottom, rgb(219,219,219) 0%, rgb(97,97,97) 65%);
    background-image: -webkit-linear-gradient(bottom, rgb(219,219,219) 0%, rgb(97,97,97) 65%);
    background-image: -ms-linear-gradient(bottom, rgb(219,219,219) 0%, rgb(97,97,97) 65%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(219,219,219)),
        color-stop(0.65, rgb(97,97,97))
        );
    text-align:center;
    color:#FFF;
}
.tableau thead th {
    padding:10px;
}
.tableau tbody tr:nth-child(even) {
    background-color:#ddd;
}
.tableau tbody tr:nth-child(odd) {
    background-color:#FFF;
}
.tableau tbody td {
    padding:8px;
    text-align:center;
}
.tableau tfoot tr {
    border-top:1px solid #000;
}
.tableau tfoot td {
    padding:5px;
    text-align:center;
}
.bold {
    font-weight:bold;
}
.bgStripe {
    background-image:url('../images/stripebg.png');
}
.dashedBox {
    border:1px dashed #CCC;
    padding:15px;
}
.commonBox {
    background-color: #ddd;
    border:1px dashed #660000;
    width:80%;
    margin:10px 0px;
    font-size:14px;
    padding:10px;
}
.commonBox button {
    float:right;
    margin-right:15px;
    margin-top:-5px;
}

.MyDebug, .MyDebug-rouge {
	border:2px solid #464AFF;	
	margin-top:10px;
}

.MyDebug pre, .MyDebug-rouge pre {
	font-family: "Andale Mono", AndaleMono, monospace;
	font-size:10pt;
}

.MyDebug .MyDebugContent, .MyDebug-rouge .MyDebugContent-rouge {
    padding:15px;
    background-color:#D3D4FF;
}

.MyDebug .MyDebugTitle, .MyDebug-rouge .MyDebugTitle-rouge {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size:12pt;
    text-align:left;
    font-weight:bold;
    background-color:#464AFF;
    color:white;
    padding:5px 10px 5px 10px;
}

.MyDebug-rouge {
    border:2px solid red;   
}

.MyDebug-rouge .MyDebugContent-rouge {
	background-color:#FED6D7;
}

.MyDebug-rouge .MyDebugTitle-rouge {
    background-color:red;
}

.sort-up {
	margin-left:3px;
}

.sort-down {
	margin-right:3px;
}

table.comptage {
    margin-bottom:20px;
}

table.comptage td {
    padding:5px;
}
table.border-td td {
    border-collapse:collapse;
    border:1px solid #FFAE8E;	
}
table.comptage .label {
    width:150px;
    font-size:15px;
    font-weight:bold;
}
table.comptage .result {    
    font-size:15px;
}
table.clair {
    background-color:#FDD8C9;
    border:1px solid #EC5E26;
}
table.fonce {
    background-color:#FFAE8E;
    border:1px solid #EC5E26;
}
.arrondi {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:left;
	margin-left:50px;
}
.lleft {
	text-align:left;
}
.lcenter {
    text-align:center;
}
.lright{
	text-align:right;
}
.Bookletter{
    font-size:15px;
}
.ui-tabs-anchor{
	font-size:15px;
}

.alerteInfo, .alerteInfoVert {
    color: red;
    font-weight:bold;
    font-size:13pt;
    font-style:italic;
    text-align:center;	
}
.alerteInfoVert {
    color: green;
}

.alerteMessage {
    color: red;
    font-weight:bold;
    font-size:12pt;
    font-style:italic;
    text-align:center; 
    padding:5px;
    background-color:#ccc;
}



#logo_titre { padding-top:20px; }

.pointille { background:url('../images/pointille.png') repeat-x bottom; height:15px; }
.pointille span{ background-color:white; }