@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background-color:#d7d7d7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#general{
	width:900px;
	height:100%;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-left:2px solid #CACACA;
	border-right:2px solid #CACACA;
	border-bottom:2px solid #CACACA;
}

#bandeau{
	background-color:#e7e7e7;
	width:100%;
	height:100%;
	text-align:center;
	border-bottom:1px solid #CBCBCB;
}

#menu{
	background-color:#e7e7e7;
	width:100%;
	height:25px;
	text-align:center;
	border-bottom:1px solid #CBCBCB;
	padding-top:5px;
}

#footer{
	width:900px;
	height:50px;
	margin:0 auto;
}

#contenu{
	width:880px;
	height:100%;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.avertissement{
	color:#CC0000;
}	

#marge{
	padding-left:10px;
}

#marge2{
	padding-right:10px;
}

.txt_header{
	font-size:10px;
	color:#333333;
}

.icon_messagerie{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

.icon_messagerie:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}

.icon_messagerie_gras{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.icon_messagerie_gras:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}