body,html{
	margin:0;
	padding:0;
	}
	
body{
	font-family: arial, sans-serif;
	font-size:0.8em;
	text-align:center;
	background:#f4f2f3 url(img/background.png) center repeat-y;
	}
	
* html table { font-size:0.9em; }

#header{
	position:relative;
	background:url(img/header.png) center -10px no-repeat;
	height:140px;
	}
	
#header h1{
	left:215px;
	width:550px;
	top:40px;
	position:absolute;
	}
	
#container{
	margin: 0 auto;
	text-align:left;
	width:800px;
	background:#fff;
	}
	
#contents{
	margin:20px;
	margin-left:14.5em;
	margin-bottom: 0px;
	border-left:1px #666 dotted;
	padding-left: 1em;
	padding-bottom: 18px;
	}
	
h1,h2,h3,caption { color:#113399; font-style:italic; }

h1{ font-size:1.5em; }
h2{ font-size:1.3em; }
h3{ font-size:1.1em; }
h4{
	font-size:0.9em;
	margin-bottom:0em;
}
	
#footer{
	/*background:url(img/footer.png) center top no-repeat;*/
	text-align:center;
	padding-top:18px;
	display:block;
	border-top:1px #666 dotted;
	clear:both;
	margin-top: 0px;
	}
	
img{ border:0; }
	
.slogan{
    /*font-weight:bold;*/
    font-style:italic;
    text-align:center;
    font-size:1.4em;
    }   

.slogan span{
    font-style:normal;
    font-family:'Times New Roman',Times,Serif;
    font-weight:bold;
    color:green;
    font-size:2em;
    line-height:0.5em;
    } 
    
a{ color:#162; }
a:visited{ color:#061; }
a:hover{ color:#113399; }

strong{ color:#800; }

/* tableau de donne */

table{
    font-size:0.9em;
    text-align:left;
    border:3px solid #ddd;
    border-collapse: collapse;
    margin: 0 auto;
    }
	
caption	{ 
    margin:0 auto;
    font-weight:bold;
    font-size:1.3em;
    margin-top:0.5em;
    }

thead th, tfoot th{
    background:green;
    color:white;
    text-align:center;
    border-bottom:2px #999 solid;
    }
	
tbody th, td{
    margin:0;
    padding:0;
    }
	
td,thead th,tfoot th{
    text-align:center;
    border-left:thin #999 solid;
    }
    
thead a, tfoot a{
    color:white;
    }

thead a:visited, tfoot a:visited{
    color:white;
    }
	 
thead a:hover, tfoot a:hover{
    color:#fff;
    background:#008;
    display:block;
    text-decoration:none;
    }
	
.ligneEnEvidence{
    background:#ded;
    }
    
tbody th{
    text-align:left;
    }
        
table dt{
    background:url(img/question.jpg) left center no-repeat;
    padding-left:20px;
    width:100%;
    }
	
table dl{
    margin:0;
    padding:3px 10px 3px 10px;
    }
	 
table dd{
    font-weight:normal;
    }
    
.displayDescription{
    display:block;
    font-size:1em;
    background:#ffffff; 
    color:#000;
    border:1px #666 solid;
    display:block;
    position:absolute;
    width:200px;
    /* ie debug */
    margin-left:16px;
    font-weight:normal;
    padding:0px 10px 10px 10px;
	 text-align: justify;
/*	margin-top: -20px;*/
    }

.displayDescription h4 {
	font-size: 12px;
	background: blue;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
	text-align: center;
	border-bottom: 1px #666 solid;
	color: white;
}

.hideDescription{
    display:none;
    }

#center {
	text-align: center;
}

.useful_details {
	background : transparent url(img/useful_details_header.gif) no-repeat center top;
	height : auto;
	padding : 0px;
	width : 260px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
}

.useful_details_footer {
	background : transparent url(img/useful_details_footer.gif) no-repeat center top;
	height : 20px;
	margin: 0px;
	padding-right : 10px;
	padding-top : 0px;
	width : 250px;
	text-align: right;
}
	
.useful_details_header {
	border : none;
	color : #8b0000;
	height : 11px;
	margin : 0px;
	padding-top : 0px;
	text-align : center;
}

.useful_details_body {
	border-left : 1px solid #eeeeee;
	border-right : 1px solid #eeeeee;
	font-size : 14px;
	margin-top : -3px;
	padding : 4px;
	padding-left: 20px;
}

.useful_details_body ul {
	padding-left: 10px;
}

.useful_details_body li {
	padding-left: 0px;
	font-size: 13px;
}

.useful_details_body p {
	padding-left: 0px;
	font-size: 13px;
}
.useful_details_header a {
	font-size : 15px;
	text-decoration:none;
}

.header4 {
	font-size: 25px;
}

/* Used in Presentation.xml */
.EnAvantBox {
	background: #69DFFF;
	margin-top: 10px;
	border:0px #666 solid;
	padding: 15px;
	font-size: 16px;
	text-align : center;
}

ul li {
	list-style-image: url(img/ArrowRightBlue.png);
	list-style-type: none;	
}

.italique {
	font-style: italic;
}