/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	background-image: url(images/bg.png);
	background-repeat:repeat-x;
}

.div_header {
	margin:0 auto 0 auto;
	width:1000px;
	height:132px;
	padding:0 0 0 0;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
}

.div_menu {
	margin:0 auto 0 auto;
	width:955px;
	height:33px;
	padding:0 0 0 45px;
	background-image: url(images/menu_bg.png);
	background-repeat:no-repeat;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	padding:1px 0 0 0;
	line-height:32px;
}

.div_menu a {
	color:#FFFFFF;
	text-decoration:none;
}

.div_menu span {
	margin:0 65px 0 20px;
}

.div_interligne {
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	height:11px;
	background-color:#BA0000;
	padding:0 0 0 0;
	line-height:0px;
	font-size:0px;
}

.div_bienvenue {
	margin:0 auto 0 auto;
	width:1000px;
	background-image:url(images/bienvenue.png);
	background-repeat:no-repeat;
	height:114px
}

.div_bienvenue-bg {
	width:100%;
	height:114px;
	background-color:#B24646;
	padding:0 0 0 0;
	line-height:0px;
	font-size:0px;
}

.div_contenu {
	margin:0 auto 0 auto;
	width:990px;
	padding-top:15px;
	padding-left:15px;
}

.div_finpage {
	width:100%;
	background-color:#B24646;
	padding:5px 0 5px 0;
}

.div_left {
	float:left;
	width:288px;
	height:293px;
	background-image:url(images/coordonnees_bg.png);
	background-repeat:no-repeat;
}

.div_right {
	margin-left:300px;
	/*border:1px solid black;*/
}

.texte_finpage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	color: #FFFFFF;
	text-align:center;
	vertical-align:baseline;
	line-height:13px;
}

.texte_finpage a{
	color:#FFFFFF;
	text-decoration: underline;
}

.texte_finpage a:hover{
	text-decoration: none;
}

.texte_ref {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:11px;
	color: #FFFFFF;
	text-align:center;
	vertical-align:baseline;
	margin-top:6px;
	line-height:12px;
}

.texte_coordonnees {
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#BA0000;
	text-align:center;
	margin-right:33px;
	margin-top:60px;
	font-weight:bold;
	line-height:22px;
}

.texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	margin-right:20px;
}

.texte_mini {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
}

.titre {
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
	margin-right:20px;
	color:#BA0000;
	font-weight:bold;
}