body {
	margin:0 auto;
	padding: 0.5em;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: .8em;
	line-height: 1.4;
	color: black;
	background:#efefef;
}

h1 {
	font-size:1.5em;
	color:#c20030;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.0em;
	color:#c20030;
}

h4 {
}

hr {
	border: 1px solid #eceae8;
}

p {
	text-indent: 0;
	}
td {
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: .8em;
	line-height: 1.4;
	color: black;
}
.center{
	text-align:center;
}
a {
	text-decoration: underline;
}

a:link {
	color: #c20030;
}

a:visited {
	color: #a19c97;
}

a:hover,a:focus,a:active {
	color: #c20030;
}

a img {
	border: none;
}
legend {
	font-size: 1.1em;
}
.emphase {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/*********************************************************************************************
**										Layout												**
*********************************************************************************************/
#container {
	width: 800px;
	margin:0 auto;
	background-color:#FFF;
}

#header {
	float:left;
	width: 800x;
	height:170;
}
#header_content {
	float:left;
	width: 800px;
	background:url(bandeau.jpg) no-repeat #FFF;
	height:135px;
}
#header_bottom {
	float:left;
	width: 800px;
/*	background-color:#c20030;*/
	height:18px;
	border-bottom:#c20030 solid 1px;
	border-top:#c20030 solid 1px;
}
#header_bottom ul {	
	padding:0;
	list-style-type:none;
	margin:0;
}
#header_bottom ul li {
	display:inline;
	background:url(picto-menu-header-bottom.png) left no-repeat;
	margin:0;
	padding:0;
}
#header_bottom ul li a {
    color:#fff;
	background-color:#c20030;
	
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0 7px 0 6px;
}
#header_bottom ul li a:hover {
    color:#c20030;
	background-color:#efefef;
	margin:0;
	padding:0 7px 0 6px;
}
#middle {
	width: 790px;
	padding:0 5px;
	clear: left;
	min-height:560px;
}
#footer {
	width: 790px;
	padding:0 5px;
	clear: both;
	height:230px;
	background-color:#FFF;
}

#footer p {
	text-indent: 0;
	text-align: center;
	}

#main {
	position: relative;
	margin: 0;
}


#main div.content {
	margin-bottom: 20px;
}

div#main .clear-block { /* affichage du contenu sous les menus */
	display: inline-block;
}
.footnote {
	font-size: 10px;
}
.rouge {
	color:#c20030;
}
.color2 {
	color:#0053CE;
		font-size: 14px;
}