body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #696969;
	background: #F6F6F6;
}

a:link, a:visited { color: #AF1313; text-decoration: underline; font-weight: normal; }

p {	margin: 0 20px;	text-align: justify; }

img { margin: 0; padding: 0; border: none; }

.center { text-align: center; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px; }

.margin_10 { clear: both; width: 100%; height: 10px; font-size: 1px; }
.margin_15 { clear: both; width: 100%; height: 15px; font-size: 1px; }
.margin_20 { clear: both; width: 100%; height: 20px; font-size: 1px; }
.margin_30 { clear: both; width: 100%; height: 30px; font-size: 1px; }
.margin_40 { clear: both; width: 100%; height: 40px; font-size: 1px; }
.margin_50 { clear: both; width: 100%; height: 50px; font-size: 1px; }
.margin_60 { clear: both; width: 100%; height: 60px; font-size: 1px; }

.margin_right_25 { margin-right: 25px; }
.margin_right_60 { margin-right: 60px; }

.fl { float: left; }
.fr { float: right; }

.border_dot { margin:15px 20px; border-bottom: 1px dotted #999; }

.h1 {
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	color: #AF1313;
	font-size: 20px;
}

.h2 {
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
	color: #AF1313;
	font-weight: bold;
}

.h3 {
	margin: 10px 20px;
	padding: 10px 0;
	color: #AF1313;
	font-size: 20px;
	/*font-weight: bold;*/
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 476px;
	margin: 20px 0;
	background: url(images/header.png) no-repeat;
	border-radius: 12px;
}

#menu {
	clear: both;
	height: 50px;
	width: 960px;
	text-align: center;
	border-radius: 12px;
	background: url(images/menu_bg.jpg) repeat-x;
}

.menu_list {
	margin: 0;
	padding: 15px;
	list-style: none;
}

.menu_list li {
	display: inline;
}

.menu_list li a {
	padding: 18px 36px;
	color: #FFFFFF;
	/*text-align: center;*/
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

.menu_list li a:hover {
	text-decoration: underline;
}

.menu_list .current {
	background: url(images/menu_hover.jpg) repeat-x;
}

#content {
	width: 960px;
}

#content ul {
	margin: 0 10px;
	list-style-image : url(images/puce_01.png);
}

#content ul ul {
	text-align: justify;
	list-style-image : url(images/puce_02.png);
}

#content ul ul ul {
	text-align: justify;
	list-style-image : url(images/puce_03.png);
}

#section_gauche {
	float: left;
	width: 654px;
	background: #FFFFFF;
	border: 4px solid #D2D2D2;
	border-radius: 12px;
}

.cadre_gauche {
	width: 250px;
	margin-left: 52px;
	text-align: center;
}

.cadre_gauche img {
	width: 150px;
	height: 100px;
}

#section_droite {
	float: right;
	width: 278px;
}

.cadre_droite {
	background: #FFFFFF;
	border: 4px solid #D2D2D2;
	border-radius: 12px;
}

/*.date {
	width: 46px;
	margin-left: 12px;
	text-align:center;
	font-weight: bold;
}

.note {
	width: 196px;
	margin-right: 12px;
	text-align:justify;
}*/

.libelle {
	width: 82px;
	margin-left: 22px;
	text-align:right;
	font-weight: bold;
}

.coordonnees {
	width: 140px;
	margin-right: 22px;
}

#section_full {
	float: left;
	width: 952px;
	background: #FFFFFF;
	border: 4px solid #D2D2D2;
	border-radius: 12px;
}

.cadre_full {
	width: 100px;
	margin-left: 110px;
	text-align: center;
}

.cadre_full img {
	width: 100px;
	height: 100px;
}

.cadre_full a {
	font-weight: bold;
	text-decoration: none;
}

#footer {
	clear: both;
	height: 65px;
	width: 960px;
	text-align: center;
	padding: 30px 0 0 0;
}

.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0 10px;
	display: inline;
	border-right: 1px solid #D2D2D2;
}

.footer_list li a {
	color: #696969;
}

.footer_list li a:hover {
	text-decoration: none;
}

.footer_list .current {
	color: #AF1313;
}

.footer_list .last {
	border-right: none;
}