@charset "utf-8";
/* CSS Document */

.Bord02{
	background-image:url(images/bord_rond02.png);
	background-repeat:no-repeat;
	height:21px;
	width:100%;
}

#top{
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	width:901px;
	height:14px;
	margin-top:20px;
}
#menu{
	text-align:left;
}

#menu > h3 {
	display:inline;
	margin-bottom:100px;
	color: #7db8d1;
}
	
#menu > h3 > a:link {
	text-decoration:none;
	color: #7db8d1;
	
}
#menu > h3 > a:visited {
	text-decoration:none;
	color: #7db8d1;
}
#menu > h3 > a:active {
	text-decoration:none;
	color: #7db8d1;
}
#menu > h3 > a:hover {
	color: #079fed;
	
}


#topNews{
	background-image:url(images/top_news.png);
	background-repeat:no-repeat;
	width:901px;
	height:80px;
	margin-top:20px;
}

#bottom{
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	width:901px;
	height:14px;
}

.contenu{
	background-image:url(images/fond_middle-contenu.png);
	background-repeat:repeat-x;
	border:1px solid #3b9ac2;
	border-bottom:none;
	border-top:none;
	width:898px;
	height:auto;
	overflow:hidden;
}

.imgMenu{
	float:left;
	width:250px;
	height:auto;
}

.marge{
	margin-bottom:30px;
	border:none;
}

.resume{
	float:right;
	width:600px;
	height:auto;
	margin-right:10px;
	overflow:hidden;
}

*html .resume{		/*Hack css IE*/
	width:600px;
	height:auto;
	margin-right:10px;
}

h4{
	color:#81b5e1;
	text-align:left;
	padding-left:10px;
	font-size:14px;
	padding-bottom:5px;
}

.diff{	color:#777777;}
.choisir{ color:#bfb80f;}

h6{
	text-align:left;
	color:#000000;
	font-size:9px;
	margin-left:10px;
}

h6 a{ color:#000000; text-decoration:none;}
h6 a:hover{ text-decoration:underline}


/* ------------------------------------- Page news  ------------------------------------- */
.cadreNews{
	width:850px;
	height:auto;
	float:left;
	margin:0;
	margin-top:30px;
	margin-bottom:10px;
	border-bottom:2px solid  #999999;
	padding-bottom:10px;
	margin-left:20px;
}

.image{
	float:left;
}

.texteNews{
	float:right;
	width:720px;
	height:auto;
	text-align:justify;
}

.plus a{
	float:right;
	width:auto;
	height:auto;
	text-align:right;
	color:#000000;
	margin-left:10px;
	text-decoration:none;
}

.plus a:hover{
	text-decoration:underline;
}

.contact{
	background-color:#e3e3e3;
	border:1px solid #3b9ac2;
	border-bottom:none;
	border-top:none;
	width:898px;
	height:auto;
	overflow:hidden;
}

.formulaire{
	text-align:left;
	margin-left:20px;
}


/************************* Style 20/07/09 **************************/

/* Top title */
#top h3 {
	position:relative;
	bottom:17px;
}
/* Contenu paragraph */
.contenuText {
	text-align:justify;
	text-indent:50px;
	padding:10px;
}

.contenuText i {
	font-style: italic;
}

.contenuText strong {
	font-weight: bold;
	font-size: 125%;
}

.detail {
	font-style:italic;
	font-size: 90%;
}

/* Plan of site */
.plan {
	width:100%;
}

.plan tr {
	vertical-align:top;
}

.plan td {
	text-align:left;
}

.plan  th, .plan th a,.plan th a:active,.plan th a:visited{
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#869ba4;
}
.plan th a:hover {
	color:#5995ae;
}

.plan ul {
	list-style-image:url(images/puce_02.gif);
}

.plan ul li a ,.plan ul li a:active,.plan ul li a:visited {
	color: #6e7274;
	text-decoration:none;
}
.plan ul li a:hover {
	color: #1d6380;
	text-decoration:underline;
}


.table_domain_padding td {
	padding-right:50px;
}