@CHARSET "UTF-8";

body {
    background: transparent url(/images/fond_degrade.gif) repeat-x 0 0;
    background-color: #00a4e3 ; 
    font-family: Arial ; 
    font-size: 13px; 
    margin-top: 32px;
}

#main {
    width: 970px;
    margin: auto;
    background: url(/images/bandeau.jpg) no-repeat 0 0 ; 
    background-color: #FFF ; 
}

#footer {
	width: 970px;
	margin: auto; 
	color: #FFF;
	text-align: center;
	padding-top: 15px;
}

#footer a { color: #FFF; text-decoration: none; font-size: 11px; }

#footer a:hover { color: #000 ; }

h1 {
    position: relative ; 
    left: 492px; 
    top: 43px;
    color: #003C4E;
    font-size: 27px;  
    font-weight:normal;
}

h2, h3 {
	color: #007E95;  
	font-weight:normal; 
}

h2 {
	font-size: 16px ; 
} 

#col_center h2 {
	font-size: 17px ;  
	color: #007E95;
}  

h3 {
	font-size: 14px; 
	margin-bottom: 15px;
}

#time_left {
	position: relative ; 
	top: 22px; 
	left: 762px;
	width: 180px;
	height: 40px; 
}

.time_unit {
	float: left;
	width: 43px;
	margin-right: 2px; 
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	font-size: 22px;
}

#title_and_flags {
    position: relative;
    top: 30px;
    left: 280px;
    height:50px;
    width: 513px;	
}

#col_left {
    float:left; 
    padding-top: 72px;
	padding-left: 25px;
    width: 165px;  
}

#col_center {
    float:left;
    padding-top: 0px;
    padding-left: 28px; 
    width: 500px;
}

#col_right {
    float:right;
    padding-top: 50px;
    width: 242px;
}

#col_right .txt { padding: 0px 18px; }

#col_left, #col_center, #col_right {
    margin-bottom: 5px;
}

.barre_grise { 
		background: url(/images/barre_grise.gif) no-repeat 0 0 ;
		height: 6px;
		width: 141px;
		color: white;
		margin: 5px 5px 5px 0px ;
}

.barre_grise_large {
    background: url(/images/barre_grise_large.gif) no-repeat 0 0 ;	
    height: 6px;
    width: 469px;
    color: white;
    margin: 15px 0px;     	
}

a {
	color: #FF610F ; 
}
..
.img_pdf {
		align:left;
		margin-right: 2px;
		height: 33px;
}

a img { border: 0px; margin-right: 5px; }


.subtitle { color: #FF610F; font-weight: bold; display: block; }
  
.bold {  font-weight: bold; color: #000 ; }   
.bold_orange { color: #FF610F; font-weight: bold; font-size: 24px; display: block; margin: 5px 0px;  }

ul.enum li { }

ul.enum, ul.puce_orange { padding: 10px; margin: 0px; }

ul.puce_orange li {
	margin: 0px 0px 5px 0px; 
	list-style-image: url(/images/puce_orange.jpg);
}

ul.puce_orange li a { color: black; }

.turquoise_bold, .turquoise_bold a, .turquoise_bold a:visited { font-weight: bold; color: #57C7DB ; }

a.button { 
    background: url(/images/button.gif) no-repeat 0 0 ;
    width: 171px ;
    height: 37px ;	
    text-align: center;	
    margin-left: 25px;
    float: left;
    text-decoration: none;
    padding-top: 5px;   
    font-weight:bold; 
}

a.button span {
    font-size: 20px;
    color: white;
}

a.button:hover span { color: #FF610F; }

ol li a { color: #004863 ;font-size: 14px;   }
ol li {  padding: 3px 0px; }    
.answer {
    background-color: #FFFFCE;
    border: 1px solid lightgrey;
    padding: 5px;
    font-weight: bold;
    margin: 5px 5px 10px 0px; 	
}

