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

body {
	/*margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;*/
	margin : 10px auto;
	background-color: #CE1127;		
	text-align:center;
}

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

img { border : 0; }

a {text-decoration:none;color:#000000;}
		
/* --------------------------------------- */		
#conteneur {
	width:980px;
	margin:0 auto;
	height:880px;
	background-color: #FFFFFF;		
	border: 1px solid #c5c5c5;
	-moz-border-radius:20px;
	border-radius:8px;
	text-align:left;
}

#drapeaux {
	text-align:right;
	height:28px;
	margin:5px 20px 5px 0px;
}
#drapeaux img{
	margin-right:10px;
}

#animation-top {
	height:205px;
}

#centre {
	margin:0 auto;
	width:968px;
}

#gauche {	
	-moz-border-radius:8px;
	border-radius:8px;
	width:150px;
	float:left;
	text-align:center;
	height:540px;
	background-color: #CE1127;
}
#main {
	width:660px;
	margin:0 4px;
	float:left;
	overflow:auto;
	height:540px;
}
#droite {
	-moz-border-radius:8px;
	border-radius:8px;
	width:150px;
	float:left;
	text-align:center;
	height:540px;
	background-color: #CE1127;
}
#baseline {
	color:#FFFFFF;
	text-align:center;
}
#baseline a{
	color:#FFFFFF;
}

#titre_page {
	margin-bottom:10px;
	color:#000;
	font-weight:bold;
	font-size:22px;
	background: #fff url(/2010/images/titre/fond6.gif) no-repeat;		
	padding-left:84px;
	padding-top:6px;
	height:60px;
}

/* --------------------------------------- */
.cadre_rond {
	border: 1px solid #c5c5c5;
	-moz-border-radius:8px;
	border-radius:8px;
	background-color:#fff;
}

.cadre_pointille {
	border-top:1px dashed #CCCCCC;
	border-bottom:1px dashed #CCCCCC;
	margin:10px auto 10px auto;
	padding:10px 0 10px 0;
}

.titreRge {
	color:#CE1127;
	font-size: 18px;
}

.txtRge {
	color:#CE1127;
}
.txtRgeBold {
	color:#CE1127;
	font-weight:bold;
}

