@charset "utf-8";

html, body {
	margin: 0;
}
hr {
	margin:10px 0;
}
* {
	padding:0;
	margin:0;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	text-align: justify;
	color: #043158;
}

.hr {
	clear:both;
}
p {
	padding:10px 0;
}

#conteneur {
	margin:0 auto;
	width: 848px;
	padding:0;
	background:url(../images/graphisme2_05.jpg) repeat-y;
}
#header {
	background:  url(../images/graphisme2_03.jpg) no-repeat;
	background-color:#043158;
	height:186px;
	width:849px;
	position:relative;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#header #titre{
	margin:0;
	padding:0;
	position:absolute;
	display:block;
	right:70px;
	top:35px;
	width:350px;
}
#header h2,#header h3, #header h6{
	width:100%;
	text-align: right;	
}
.desc {
	text-align: center;
	padding-top: 130px;

}

#center {
	width: 823px;
	padding: 0 13px 0 13px;
}
#menu {
	float: left;
	width:154px;
	font-family: Arial, Helvetica, sans-serif;
}

.titreMenu{
	padding:0px;
	margin:0;
	background:#FF66FF url(../images/graphisme2_07.jpg) no-repeat;
}
#menu h3 {
	height:37px;
	/*color: #043158;*/
	padding:20px 10px 0 0;
	text-align: right;
}
#menu h3 a {
	text-decoration:none;
	color: #043158;
}
#menu h3 a:hover {
	color: #f7f0f7;
}


#menu ul{
	background:#f7f0f7;
	padding:0px;
	margin:0px 7px 0px 8px;
	list-style:none;
	text-align: left;
}
.menuFooter {
	background:#FF66FF url(../images/graphisme2_14.jpg);
	height:32px;
}
#main {
	float:right;
	width:655px;
}
#main #haut{
	height:37px;
	padding:15px 15px 0 0;
	background:url(../images/graphisme2_08.jpg) no-repeat;
	text-align: right;
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}

#main #content {
	margin:0 9px 0 8px;
	background:#f7f0f7;
	padding: 0 5px 0 5px;
}


#main #contacts {
	text-align: center;
	margin-bottom: 0px;
	background:#EFE0EF;/*#f7f0f7;*/
	margin:0 9px 0px 8px;
	padding-top:10px;
}
#main #contact h4 {
	background-color:#0066CC;
}
#mainFooter {
	background:#f7f0f7 url(../images/graphisme2_15.jpg) bottom no-repeat;
	height:32px;
}
#tel {
	background:url(../images/tel.png) left no-repeat;
	display: block;
	height: 29px;
	padding: 0 0 0 25px;
	line-height: 29px;
	float: left;
	margin-left: 120px;
}
#mail {
	background:url(../images/mail.png) left no-repeat;
	display: block;
	height: 29px;
	padding: 0 0 0 25px;
	line-height: 29px;
	float: right;
	margin-right: 120px;
}



#footer{
	height:37px;
	clear:both;
	background:#0066CC url(../images/graphisme2_18.jpg) no-repeat;
	margin:0px 13px;
	padding:0 100px 0 100px;
	color:#FFFFFF;
	text-align: center;
}


#listLink li a {
	display: block;
	padding:5px 5px 5px 5px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	color: #043158;
}
#listLink li a:hover {
	background-color:#FF66FF;
}

#listMenu li  {
	display: block;
	padding: 5px 20px 5px 5px;

}
#listMenu .english {
	background-image: url(../images/uk_dp.png);
	background-repeat: no-repeat;
	background-position: right center;
}


#listMenu li a {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #043158;
}
#listMenu li a:hover {
	color:#FF66FF;
}
ul#listMenu li a h5 {
	font-size: 0.7em;
}
ul#listMenu li a h4 {
	font-size: 0.9em;
	font-weight: bold;
}

a {
	text-decoration: none;	
	color:#FF66FF;
}
a:hover { 
	text-decoration: underline;
}
