/* CSS Document */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background-color: #FFFFFF;
	margin-top: 2em;
	text-align: left;
	font-size: 0.9em;
	}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin-right: 10px;
	}
	.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF6600;	}
	
	.titre-logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
	font-style: normal;
	margin-left: 30px;
	letter-spacing: 5px;
		}
/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#page {
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 3em;
	border-width: 1px;
	border-style: solid;
	border-color: #FF6600;
	height: 590px;
	
}
	
#entete {
	width: 100%;
	height: 155px;
	clear: both;
	margin-top: 0px;
	}
	
#logo {
	float: left;
	width: 56%;
	height: 130px;
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-top: 10px;
	border-right: 1px solid #ccc;}
#commentaire {
	width: 910px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	border-left: 0px solid #ccc;
	margin-left: 30px;
	height: 15px;
	text-align: left;
	}
	
#menu {
	float: right;
	width: 40%;
	height: 160px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 5px;
	padding-left: 0px;
	border-left: 0px solid #ccc;
	line-height: normal;
	
	}
#sous-titre {
	width: 520px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	margin-top: 4px;
	border-left: 0px solid #ccc;
	margin-left: 365px;
	text-align: right;
	
}

#navigation_secondaire{
	width: 550px;
	margin-top: 5px;
	margin-left: 220px;
	float: right;
	height: 25px;
	background-image: url(../images/ligne_bleu.gif);
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	background-repeat: repeat-x;
	
}
#conteneur {
	width: 100%;
	margin-top: 2px;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	overflow: hidden;
	float: left;
	border-width: 0px;
	height: 405px;
	background-image: url(../illustration/Thau_Cap_aquarelle7.jpg);
	background-repeat: no-repeat;
}



.contenu_gauche {
	float: left;
	width: 60%;
	height: 340px;
	margin-top: 0px;
	padding-left: 0px;
	border-left: 0px solid #ccc;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	margin-left: 25px;
}
	
.contenu_droite {
	float: right;
	width: 30%;
	height: 340px;
	margin-top: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 40px;
	text-align: justify;
}



/* Pied de page */
#pied {
	width: 950px;
	height: 20px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	clear: both;
	overflow: hidden;
	float: left;
	font-size: 14px;
	margin-left: 0px;
	background: #E8EBF0;
	border-top:1px solid #FF9900;
}


/* graphisme de lien*/
a:link {
	color: #000000;
	text-decoration: none;
	background-color: transparent }
	
a:visited {
	color: #999999;
	text-decoration: none;
	background-color: transparent }
	
a:hover {
	color: #990000; 
	text-decoration: none;
	background-color: transparent }
	
a:active {
	color: #990000; 
	text-decoration: none;
	background-color: transparent }

/* liste et puces */

li {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	color: black;
	list-style-type:none;
	background-image:url(../images/puce.gif);
	background-repeat:no-repeat;
	background-position:0% 65%;
	padding-left:15px;
	margin-left: 0px;
} 
