/* CSS Document */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */

body {
	background-color: #FFFFFF;
	margin-top: 0.4em;
	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;
	text-align: left;
	margin-right: 10px;
	}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #6aa6c2;	
	}
.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;
		}	
table {
border:2px solid #ccc;
border-collapse:collapse;  
margin:auto;
}

td{
	border:1px solid #FF9900;
	text-align:center;
	width:150px;
	height:20px;
	vertical-align:middle;
	
} 

th {border:1px solid #FF9900;
text-align:center;
	width:150px;
	height:20px;
	vertical-align:middle;
	background-color: #a9ccb1;
} 

/* hide from ie on mac \*/
	html {
	height: 100%;
	overflow: scroll;
	}
	
	#flashcontent {
	height: 100%;
	border:1px solid #ccc;
}
/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#page {
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #FF9900;
	height: 580px;
	background-image: url(../images/bg-body_grenouille.gif);
	
}
	
#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: 15px;
	border-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	overflow: hidden;
	float: left;
	height: 365px;
}



.contenu_gauche {
	float: left;
	width: 59%;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-left: 0px;
	border-left: 0px solid #ccc;
	height: 320px;
	text-align: center;
}
	
.contenu_droite {
	float: right;
	width: 40%;
	margin-top: 10px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-left: 0px;
	height: 320px;
}
/* Pied de page */
#pied {
	width: 950px;
	margin-top: 8px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	clear: both;
	overflow: hidden;
	float: left;
	font-size: 10px;
	margin-left: 0px;
	background: #E8EBF0;
	border-top:1px solid #FF9900;
}



/* graphisme de lien*/
a:link {
	color: #999999;
	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 }

/* graphisme de navigation secondaire */
.navigationliste a:link, .navigationliste a:visited{
	background: #E8EBF0;
	border:1px solid #ccc;
	color: #666;
	font-family: verdana;
	font-variant: small-caps;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
}
.navigationliste a:hover { color: #990000; }

.lien-inactif{
	background: #f5decb;
	border:1px solid #ccc;
	color: #666;
	font-family: verdana;
	font-variant: small-caps;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 8px 2px 8px;
	text-decoration: none;
}

/* 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;
} 
