/* CSS Document */
@import "menu.css";

body {

	margin:0px;
	padding:0px;
	background-color: #000000;		
	margin-top:0px;
	padding:0px;
}

* {
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
}

img { border : 0; }

a {text-decoration:none;color:#000000;}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
		
/* --------------------------------------- */		
#conteneur {
	width:868px;
	margin:0 auto;
	height:auto;	
	/*border: 1px solid #c5c5c5;
	-moz-border-radius:20px;
	border-radius:8px;*/
	text-align:left;
}

#ppal {
background-color:#FFFFFF;
float: left;
width: 100%;
height: auto;
}
#drapeaux {
	text-align:right;
	height:28px;
	margin:5px 20px 5px 0px;
}
#drapeaux img{
	margin-right:10px;
}

#animation-top {
	width:868px;
	height:211px;
	/*border:1px solid #cccccc;*/
	background-image:url("/v11/images/top.gif");
	background-repeat:no-repeat;
	margin-top:0px;
}

#gauche {	
	width:165px;
	/*border:1px solid #cccccc;*/
	float:left;
	margin-top:30px;
	text-align:center;
}
#main {
	width:510px;
	margin:0 4px;
	/*border:1px solid #cccccc;*/
	float:left;
	/*overflow:auto;*/
	overflow-x:hidden;
	overflow-y:auto;
	height:540px;
	margin-top:30px;
	background-color: #FFFFFF;	
}
#droite {
	width:165px;
	/*border:1px solid #cccccc;*/
	float:left;
	margin-top:30px;
	text-align:center;
}
#baseline {
	color:#000000;
	text-align:center;
	margin-top: 30px;
	height:20px;
	background-color: #FFFFFF;	
	width:868px;
	margin: 0 auto;
	
}
#baseline a{
	color:#000000;
}

/* --------------------------------------- */
.cadre_rond {
	border: 1px solid #c5c5c5;
	-moz-border-radius:8px;
	border-radius:8px;
}
.cadre_pointille {
	border-top:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	margin:10px auto 10px auto;
	padding:10px 0 10px 0;
}

.titreBLEU {
	color:#0389D1;
	font-size: 18px;
}
.txtBLEU {
	color:#0389D1;
}

.txtORGE {
	color:#FF6600;
}