/* GÉNÉRAL
--------------------------------------------------------------------------------------- */
body#main{
	background: #fff url(im/bg_top.gif) repeat-x top left;
	/*background: #fff;*/
	margin: 0 auto 0 auto; 
	padding: 0; 
	text-align:center;
	width:780px;
}

html{
	font-family: Georgia, Arial, Verdana, Tahoma;
	font-size: 14px;
	color : #055D8A;
	line-height:20px;
}
strong{
	font-size: 12px;
	color : #055D8A;
	font-weight: bold;
}
h1, h2, p, form, div, ul, li, a, img{ margin: 0; padding: 0; border:0;}
h1{
	font-size: 16px; 
	font-family: Georgia;
	color: #055D8A;
	font-weight:normal;
	background:#F5F5F5;
	border:1px solid #055D8A;
	margin-bottom:20px;;
	padding:5px;
}
h2{
	font-size: 15px; color: #055D8A; font-family: Georgia; margin-bottom:6px;
}

/* GLOBAL
--------------------------------------------------------------------------------------- */
#conteneur{
	margin: 0;
	padding: 0;
	width:785px;
	text-align:left;
}
#conteneur #logo{
	width:780px;
	height:69px;
	text-align:left;
	margin-top: 27px;
	padding: 0 0 0 10px;
}

/* MENU
--------------------------------------------------------------------------------------- */
#conteneur #menu{
	padding: 3px 0 0 10px;
	margin: 0px 0 0 0;
	background-color: #3E3E3E;
	font-size: 13px;
	font-family: Georgia;
	color:#fff;
	text-decoration: none;
}

#conteneur #menu  a, #conteneur #menu  a:link, #conteneur #menu  a:visited{
	font-size: 13px;
	height:26px;
	_height:27px;
	font-family: Georgia;
	color:#fff;
	padding:8px 20px 0 5px;
	_padding:2px 20px 0 5px;
	text-decoration: none;
}

#conteneur #menu  a:hover{
	font-size: 13px;
	height:26px;
	_height:27px;
	font-family: Georgia;
	color:#66C2EB;
	padding:8px 20px 0 5px;
	_padding:2px 20px 0 5px;
	text-decoration: none;
}


/* CONTENU
--------------------------------------------------------------------------------------- */
#conteneur  #contenuHome{
	float:left;
	width:780px;
	_width:780px;
	/*margin-top:25px;*/
	padding:20px 10px 0 10px;
}

#conteneur  #colonneGauche{
	float:left;
	width:160px;
	padding:0px;
}

#conteneur  #Texte{
	float:right;
	width:570px;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#055D8A;
}



/* TEXTES
--------------------------------------------------------------------------------------- */
p{
	font-size: 11px;
	line-height: 170%;
	color: #055D8A;
}
.adopte{
	font-size: 12px;
	font-weight:bold;
	line-height: 170%;
	color: #fff;
	padding:3px;
	background-color:#cc3300;
	width:150px;
	text-align:center;
}
p  a, p  a:link, p  a:visited{
	font-size: 16px;
	color:#C7E8F8;
	text-decoration: none;
}
p  a:hover, p  a:link:hover, p  a:visited:hover{
	font-size: 16px;
	color:#C7E8F8;
	text-decoration: underline;
}
.reseau{
	font-size:10px;
	color:#055D8A;
	font-family: verdana;
	text-decoration: none;
	line-height:100%;
	font-weight:bold;
}
.commanditaire{
	font-size:12px;
	color:#fff;
	font-family: verdana;
	text-decoration: none;
	font-weight:bold;
	line-height:130%;
	/*background: url(im/bg_comm.gif) no-repeat top left;*/
	background-color:#65C1EA;
	width:158px;
	height:22px;
	padding:3px 0 3px 5px;
	margin:3px 0 3px 5px;
}
.gris{
	color:#3E3E3E;
	font-size: 16px; 
}
ul li a, ul li a:link, ul li a:visited{
	color: #055D8A;
	text-decoration: underline;
}
ul li a:hover, ul li a:visited:hover{
	color: #055D8A;
}

.lien{
	font-size: 12px;
	font-weight:bold;
	color: #055D8A;
}
.lien , .lien  a, .lien  a:link, .lien  a:visited{
	font-size: 12px;
	color:#055D8A;
	text-decoration: underline;
}
.lien  a:hover, .lien  a:link:hover, .lien  a:visited:hover{
	font-size: 12px;
	color:#055D8A;
	text-decoration: underline;
}


/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#main #piedPage{
	widht:100%;
	background: #fff url(im/bg_bas.gif) repeat-x top left;
	color: #343434;
	height: 120px;
	margin:20px 0 0 0;
	padding: 5px 0 0 0;
	border-top:1px solid #2985AF;
}
#main #piedPageContenu{
	width:780px;
	text-align:left;
	font-family: Georgia;
	font-size: 11px;
	padding: 0 0 0 10px;
	margin: 0px;
}

.piedPageContenu{
	font-size: 11px;;
	color: #3E3E3E;
}
.piedPageContenu , .piedPageContenu  a, .piedPageContenu  a:link, .piedPageContenu  a:visited{
	font-size: 11px;
	color:#3E3E3E;
	text-decoration: underline;
}
.piedPageContenu  a:hover, .piedPageContenu  a:link:hover, .piedPageContenu  a:visited:hover{
	font-size: 11px;
	color:#3E3E3E;;
	text-decoration: underline;
}

