*{
	margin:0px;
	padding:0px;
}

body{
	font:normal 0.8em "Arial Verdana Helvetica", sans-serif;
	text-align:left;
	background:white url("../bg/container1.gif") repeat-x top center;
	background-attachment:fixed;
}

.clear{
	display:block;
	clear:both;
	height:1px;
	width:100%;
	line-height:1px;
}

.invisible{
	position:absolute;
	top:-50000px;
	left:-50000px;
}

object{

}

img{
	border:none;
}


.container1{
	background:transparent url("../bg/blasons.png") no-repeat top center;
	background-attachment:fixed;
	width:100%;
}

.container2{
	background:transparent url("../bg/container1.png") repeat-y top center;
	text-align:center;
	background-attachment:fixed;
	width:100%;
}

.container3{
	width:100%;
}

.container4{
	margin:0 auto;
	width:779px;
}

.header{
	background:transparent url("../bg/header.png") no-repeat top center;
	width:100%;
	text-align:center;
	padding-top:25px;
}

.bandeau{
	margin:0 auto;
	width:778px;
	background:transparent url("../bg/header2.jpg") repeat-y bottom center;
	padding-top:8.6em;
}

.menu{
	height:1.6em;
	text-align:left;
	background:transparent url("../bg/menu4.png") repeat top center;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:778px;
}

.menu ul li{
	display:inline;
	margin-left:10px;
	margin-right:10px;
	line-height:1.6em;
}

.menu ul li a{
	color:#ccc;
	text-decoration:none;
}

.menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active{
	color:white;
}

.menu ul li a.actif{
	color:white;
	font-weight:bold;
}

.body{
	/*background:transparent url("../bg/body.gif") repeat-y top left;*/
}

.col_gauche{
	float:left;
	width:201px;
}

.menu_2{
	padding-top:20px;
}

.menu_2 ul{
	list-style:none;
	width:100%;
	text-align:left;
}

.menu_2 ul li a{
	display:block;
	line-height:3em;
	color:black;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
}

.menu_2 ul li.active{
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.menu_2 ul li a.actif, .menu_2 ul li a:hover, .menu_2 ul li a:active, .menu_2 ul li a:focus{
	background-color:#FFBB00;
	padding-left:0px;
	padding-left:5px;
	border-left:10px solid red;
}

.menu_2 ul li a:hover, .menu_2 ul li a:active, .menu_2 ul li a:focus{
	padding-left:5px;
	border-left:10px solid red;
}

.menu_2 ul li a.actif span{
	display:block;
	border-left:10px solid red;
	padding-left:10px;
}

.menu_2 ul li a.actif{
	border-top:1px solid #555;
	border-bottom:1px solid #555;
}

.menu_2 ul li a.actif:hover, .menu_2 ul li a.actif:active, .menu_2 ul li a.actif:focus{
	padding-left:0px;
	border-left:none;
	padding-left:5px;
	border-left:10px solid red;
}

.contenu{
	float:left;
	width:556px;
	border-left:1px dashed black;
	text-align:left;
	padding: 10px;
}

h2{
	height:1.5em;
	line-height:1.5em;
	font-size:1.4em;
	background-color:red;
	border-top:1px solid black;
	border-bottom:1px solid black;
	color:white;
	vertical-align:middle;
	padding-left:40px;
	position:relative;
	top:-1px;
	margin-bottom:7px;
}

h3{
	font-size:1.2em;
	margin-bottom:7px;
	padding-left:15px;
}

h4{
	font-size:1em;
	padding-left:15px;
}

p{
	margin-top:3px;
	margin-bottom:13px;
	padding-left:15px;
	padding-right:15px;
}

.contenu ul, .contenu ol{
	margin-left:40px;
	margin-top:3px;
	margin-bottom:3px;
}


.footer{
	background:transparent url("../bg/container4.png") no-repeat bottom center;
	width:100%;
	height:47px;
	text-align:center;
}

.content_footer{
	width:779px;
	height:25px;
	margin:0 auto;
	text-align:right;
	border-top:1px dashed black;
	/*background:transparent url("../bg/body.gif") repeat-y top left;*/
	font-size:0.9em;
	line-height:2em;
	font-weight:normal;
}

.footer a{
	color:black;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
}

DIV.left-block-red {
	background: #F6370B;
	width: 120px;
	margin:0 auto;
	font-weight: bold;
}
DIV.left-block-red a {
	color: white;
}