/* CSS Document */

/* #########################################corps de la page#########################################*/

html,body{margin:0;padding:0; text-align:center;} /* text align center pour centrer les elements de la page*/

/*#########################################charte#########################################*/

a.vertical {
	display:block;
	color:#FFFFFF;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0px 0px 0px 3px;
	width:auto;
	height:16px;
	background:#CC0000;
}
a.vertical:hover {
	color:#FFFFFF;
	background:#A42B58;
}
.fond_body {
	background:url(../img/body.jpg) no-repeat;
}

.bordure {
	border:2px solid #000000;
}

div.menu {}/* zone du menu*/
adresse {}/* balise adresse*/

/*#########################################intégration#########################################*/
div#wrapper { text-align:left; width:900px; height:100%; margin:0 auto;}/* Element devant contenir la div integration, replace les elements à gauche, ,ne rien modifier*/

div#integration {
	font: 14px "Trebuchet MS";
	color:#000000;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
}/*la div intégration  */

div#hautdepage {padding: 0px 15px 0px 150px;font-size: 0.8em;color: #2B628E;font-family:tahoma;text-align: left;float: right;}/*Pour le lien haut de page */

div.encart1 {
	padding: 10px;
	border: 1px dashed #455505;
	color: #455505;
	text-align: center;
	margin-right: 160px;
	margin-left: 160px;
	font-size: 15px;
}/*div laissée à l'usage d'un encart */

div.encart2 {
	padding: 10px;
	border: 1px dashed #455505;
	color: #455505;
	text-align: center;
	margin-right: 160px;
	margin-left: 160px;
	font-size: 15px;
	background-color:#E7EFC7;
}/*div laissée à l'usage d'un encart */

.clear { clear:both;}/*Pour que le paragraphe suivant un élément flottant ne s'imbrique pas dans l'espace laissé*/

.txt1 {
	color:#7B9906;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}/*mise ne forme d'un paragraphe*/
.txt2 {
	color:#000000;
	margin-right: 30px;
	margin-left: 30px;
}/*mise ne forme d'un paragraphe*/
.txt3 {
	color:#666600;
	text-align: left;
	margin-left: 150px;
}/*mise ne forme d'un paragraphe*/


cite {}/* Pour mettre en forme un texte ou une citation compris dans la balise cite ( par defaut en italique) */

.element_liste {
	list-style-image:url(../img/puce.gif);
	color: #BEAC2C;
	margin-left: 150px;
}
.element_liste a{
	color: #BEAC2C;
	font-style:normal;
	font-weight:100;
}
.element_liste a:hover{
	color: #336600;
}

/* pour les listes à puces principales */
.element_liste ul {list-style-image:url(../img/puce2.gif);}/* pour les listes à puces contenues dans une liste principales */

.element_flottant_droite {float: right; margin-right:10px;}/* image ou flash en float à droite*/
.element_flottant_gauche {float: left; margin-left:10px;}/* image ou flash en float à gauche*/

.bordure_flash {border: 1px solid #000000;display:block;}/*Pour les bordures des animations flash, compatible firefox */

/*-------------------------------------------*/

a {
	color:#8DA047;
	font-style: italic;
	font-weight: bold;
}/*les liens  */
a:hover {
	color:#E8C17F;
}

div.encart1 a {color:#CCCCCC;}/*les liens contenus dans l'encart  */
div.encart1 a:hover {color:#99CC33;}

/*-------------------------------------------*/

h2 {
	letter-spacing: 6px;
	font-size:20px;
	text-align:left;
	color: #C0261B;
	margin-right: 20px;
	margin-left: 20px;
	text-transform: uppercase;
	border-bottom: 1px groove #C0261B;
}/*les titres  */
h2:first-letter {
	font-size:24px;
	font-family: "Trebuchet MS";
	color: #C0261B;
}
h3 {
	letter-spacing: 3px;
	font-size:15px;
	border-bottom:1px dashed #000000;
	color: #000000;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

/*-------------------------------------------*/

.tableau1 {border: 1px dashed #336600;background-color: #F0D6AA;}
.tableau1 th{color: #FFFFFF;background-color: #000000;}
.tableau1 td{
	color: #336600;
	font-size: 15px;
	font-family: "Trebuchet MS";
}
.tableau1 td a{
	color: #336600;
	font-size: 15px;
}
.tableau1 td a:hover{
	color: #CA254B;
	font-size: 15px;
}


.bordure_tableau {}/* Pour appliquer une bordure à un tableau*/

table td {font-size: 13px;}/*tailles de la police dans les tableaux si rien de précisé */
th {}/*intitulés des tableaux si rien de précisé*/
h4 {
	color: #BEAC2C;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BEAC2C;
	margin-right: 30px;
	margin-left: 30px;
}

