/* CSS Document */

body {
	margin:0;
	padding:0;
	color:#333333;
	font:normal 0.9em/1.2em Arial, Helvetica, sans-serif; 
	background: #004a8e url(../images/body_bg.jpg) top repeat-x; 
	}
h1{
	font-size:1.4em;
	padding-top:10px;
}
a {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
	}
a:hover {
	color:#999;
	border-bottom:1px dotted #999;
	}
a:visited {
	color:#666;
	border-bottom:1px dotted #666;
	}
input, textarea, select{
	padding:3px;
	margin-bottom:5px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}	
.button{
	background-color: #E2E2E2;

}
.compulsory{
	background:  #ffffff url(../images/compulsory.gif) top right no-repeat;
}
.notice{
padding:3px 3px 3px 40px;
border-top:2px solid #009900; /* green */
border-bottom:2px solid #009900; /* green */
background: #A8F0A4  url(../images/notice.png) no-repeat scroll 10px 50%;
}
.error{
padding:3px 18px;
border:1px solid #CC0033; /* red */ 
background:#F1ADBE url(../images/exclamation.png) left no-repeat;
}	
	
#wrapper0{
	position:relative;
	margin:40px auto;
	width:750px;
	background-color:#fff;
}
#header {
	padding:10px;
	margin:0;
	height:40px;
	text-align:center;
	}
#header a {
	border-bottom:none;
	color:#999999;
	}
#logo{
	float:left;
	margin-top:-32px;
	margin-left:-31px;
	font-size:150%;
	color:#CCCCCC;
}	
#languageBar{
	float:right;
	font-size:.78em;
}

#menuMain{
	color:#333333;
	margin:0 -1%;
	list-style-type:none;
	text-align:center;
	height:30px;	
	padding-top:10px;
	border:1px solid #CCCCCC;
	background: #383888 url(../images/menuMain_bg.gif) top left repeat-x; 
}
ul#menuMain li{
	display:inline;
	margin-right:15px;
}

ul#menuMain li a{
	color:#FBFBFB;
	text-decoration:none;
	border-bottom:none;
}
ul#menuMain li a:hover{
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:none;
}
ul#menuMain li.on a {
	font-weight:bold;
	border-bottom:none;
}
ul#menuMain li a:visited{
	color:#FBFBFB;
	text-decoration:none;
	border-bottom:none;

}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/rightcolor_bg.gif") repeat-y top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("../images/leftcolor_bg.gif") repeat-y top left;
	}
#maincol {
	position:relative;
	margin-top:10px;
	padding:5px 20px;
	background: url(../images/carte-du-monde_worldmap-vector700.gif) 50% 0px no-repeat; 
	min-height:362px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	text-align:right;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding: 0 20px 10px 10px;
	background: url(../images/leftCol_bg.gif) top right no-repeat;
	z-index:100;
	min-height:350px;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding: 0 10px 10px 10px;
	background:#D7C4FA;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 24px 10px 240px; /* original with 3 cols: 0 240px;*/ 
	}
#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:6px 0 10px 0;
	border-top:1px dotted #ccc;
	text-align:center;
	font-size:0.7em;
	color:#CCC;
	}




