body 
{
	background-color: #298C95;
	background-attachment: fixed;
	width: 900px;
   	margin: auto; /* Centrer la page */
   	margin-bottom: 10px; /* Espacement en bas de page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page
{
	width: 900px;
	height: auto;
	min-height: 765px;
	background-color: #F3F3F3;
	border-top: rgb(0,0,0) 1px solid; 
	border-left: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rechercher
{
	font-size: 0.8em;
	color: black;
}

.recherche
{
    background-image: url('images/icone-loupe-blanc.gif');
    background-repeat: no-repeat;
    padding-left: 18px;
}

#en_tete
{
    width: 900px;
    height: 77px;
    background-image: url("../images/haut1024.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

#menu_haut
{	
	width: 900px;
    height: 15px;
	font-size: 0.8em;
	color: white;
	font-weight: bold;
	background-image: url("../images/background_rayure.jpg");
	background-position: center;
	background-repeat: repeat-x;
	border-top: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
	text-align: center;
}

#menu_gauche
{	
	float: left;
	width: 200px;
    height: auto;
	/*background-color: #F0F0F0; */
	background-image: url("../images/test.jpg");
}

.titre_menu_gauche
{	
	height:15px;
	padding-left: 5px;
	/*background-image: url("../images/fond_titre_menu.jpg");*/
	/*background-image: url("../images/points.jpg");*/
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	/*border-bottom: rgb(0,0,0) 1px solid;
	border-top: rgb(0,0,0) 1px solid;*/
}

.element_menu
{	
	font-size: 0.8em;
	text-align:left;
	color: black;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#corps
{	
	margin-left: 200px;
	width: auto;
	height: auto;

}

#titre_contenu1
{	
	width: 99%;
	height: 15px;
	margin: auto;
	font-size: 0.8em;
	color: white;
	font-weight: bold;
	background-image: url("../images/background_vert_rayure.jpg");
	text-align: left;
}


#titre_contenu2
{	
	width: 99%;
	height: 15px;
	margin: auto;
	font-size: 0.8em;
	color: white;
	font-weight: bold;
	background-image: url("../images/background_bleu_rayure.jpg");
	text-align: right;
}

#titre_contenu3
{	
	width: 99%;
	height: 15px;
	margin: auto;
	font-size: 0.8em;
	color: white;
	font-weight: bold;
	background-image: url("../images/background_ocre_rayure.jpg");
	text-align: left;
}

.contenu
{
	width: auto;
	height: auto;
	min-height: 175px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.contenu p
{
	font-size: 0.8em;
	color: black;
	text-align: left;
	margin-left: 15px;
}

#pied_de_page
{
	width: 900px;
	height: 15px;
	background: url("../images/background_bleu_rayure.jpg");
	text-align: center;
	font-size: 0.6em;
	color: white;
	font-weight: bold;
	border-top: rgb(0,0,0) 1px solid;
	border-left: rgb(0,0,0) 1px solid;
	border-right: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
}

A:link, A:visited, A:active 
{
	text-decoration: none;
	color: black;
}

A:hover 
{
	text-decoration: underline;
}

.Style2 
{ /* Liens menu gauche + texte */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	text-align: left;
	margin: 10px;
}

img
{
	margin-left: 10px;
	margin-right: 15px;
	vertical-align: super; 
}
}

.contenu img 
{
	border-top: rgb(0,0,0) 1px solid;
	border-right: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
	border-left: rgb(0,0,0) 1px solid;
	margin-left: 10px;
	margin-right: 15px;
	vertical-align: super; 
}

h3.spip {
	color: #000;
	font-size: 0.8em;
	text-align: center;
	}
	
a.vert
{
	color: #009900;
	text-decoration: none;
	font-size:80%;
	font-weight:bold;
}
a.vert:hover {
	text-decoration: underline;
	font-weight:bold;
}

a.menu_haut:link, a.menu_haut:visited, a.menu_haut:active
{
	color: white;
	font-weight: bold;
}

a.bleu
{
	color: #0066CC;
	text-decoration: none;
	font-size:80%;
	font-weight:bold;
}
a.bleu:hover {
	text-decoration: underline;
	font-weight:bold;
}


a.orange
{
	color: #FF6600;
	text-decoration: none;
	font-size:80%;
	font-weight:bold;
}
a.orange:hover {
	text-decoration: underline;
	font-weight:bold;
}


#vert {
	color: #009900;
	font-size:0.8em;
}

#bleu {
	color: #0066CC;
	font-size:0.8em;
}

#orange {
	color: #FF6600;
	font-size:0.8em;
}
