/* Mise en forme de la page */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/gradient56821130.png);
}





/* Mise en forme des textes */


.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	color: #646464;
}


/* titre H1 */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1955A3;
	font-weight: bold;
}


/* autre textes */

.rubrique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #577CC0;
}

.textePetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646464;
}






/* Liens par défault */

a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {color: #1955A3; text-decoration: none;}
a:hover {color: #1955A3; text-decoration: underline;
}



/* Liens pour MENU- Doir être appliqué sur la cellule <td> ou tableau est non sur le texte*/

.menu a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
	
}
.menu a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #336699; text-decoration: none;}
.menu a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  color: #000000; text-decoration: none;}






/* Autres Code */


.photosPositionnementDROIT {
float:right;
margin-left: 15px;
margin-bottom: 15px;
}

.photosPositionnementGAUCHE {
float:left;
margin-right: 15px;
margin-bottom: 15px;
}


#bouton {
	width: 233px;
	border-right: 1px solid #90bade;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 100%;
	background-color: #f8f24f;
	color: #f8f24f;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

#bouton ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#bouton li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#bouton li a {
	display: block;
	background-color: #abe11a;
	color: #0101af;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #146bef;
	border-left-color: #146bef;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0.5em;
}

html>body #bouton li a {
	width: 200px;
	margin: auto;
	height: 25px;
}

#bouton li a:hover {
	background-color: #f8c039;
	color: #0101af;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #abe11a;
	border-left-color: #abe11a;
}

