
body
{

	width: 1024px;
	margin:auto;
	background-image: url("../images/fond1.jpg") !important;
	background-image: url("../images/fondie.jpg"); /*pour internet explorer*/
	background-repeat: repeat-x;
	background-color:#B4C98E !important;
	background-color:#A0A3C6; /*pour internet explorer*/
	font-family:arial;
	color:black;
	font-size:85%;

}	

#body2
{

	width: 1024px;
	background-image: url("../images/fond2.png") !important;
	background-image: url("../images/fondie2.jpg"); /*pour internet explorer*/
	background-repeat: repeat-y;

}	

#en-tete
{
	width: 1024px;
	height:135px;
	background-repeat:repeat-y;
}


#en-tete_texte
{
	padding:15px;
	margin-left:18px;

	text-align:center;
	background-color:white;
	width:950px;

}

#en-tete_texte h1
{
	color:#3F458F;
	font-size:24px;
	text-transform:none;
}

#en-tete_texte h2
{
color:#658F21;
text-align:right;
text-transform:uppercase;
font-size:18px;
}



#corps
{
	width: 980px;
	margin:auto;
	height:800px;
	background-image:url("../images/corps_gris_bayonne.png");
	background-repeat:repeat-y;
}


#col_1
{
margin-top:10px;
float:left;
width:200px;
}
#col_1_texte
{
margin:20px;
}



#col_2
{
margin-top:10px;
float:right;
width:750px;
padding:15px;
text-align:justify;
color:black;
}

#col_2_texte
{
margin:20px;

}
#col_2_texte H2
{
color:#3D4598;
text-align:left;
text-decoration:underline;
}

#col_2_texte h3
{
color:#3D4598;
font-size:11px;
}

#col_2_texte h1
{
color:#3D4598;
font-size:20px;
}
H1
{
color: #3D4598;
text-align:center;
text-transform:uppercase;



}
H2
{
color:#3D4598;
font-size:15px;
text-align:center;


}






a
{
color:#7789B6;
text-decoration:none;
}

a:hover
{
color:#3F458F;
text-decoration:underline;
}
img
{
border:none;
}

#pied
{

	height:70px;
	background-image:url("../images/pied_gri.png");
	background-repeat:no-repeat;
	padding:15px;
	text-align:center;
	width:950px;
	height:50px;
	margin:auto;
	font-size:80%;
}
#pied a
{
color:#7789B6;

text-decoration:none;
}

#pied a:hover
{
color:#3F458F;

text-decoration:overline underline;

}



#navlist_gauche
{
margin: 0;
padding: 0 0 20px 10px;


}

#navlist_gauche ul, #navlist_gauche li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist_gauche a:link, #navlist_gauche a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #B4CA8C;
}

#navlist_gauche a:link#current, #navlist_gauche a:visited#current, #navlist_gauche a:hover
{
border-bottom: 4px solid #6C9B1B;
padding-bottom: 2px;
background: transparent;
color: #6C9B1B;
}

#navlist_gauche a:hover { color: #6C9B1B; }