/* CSS Document */

/* #########################################corps de la page#########################################*/
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:1px solid #A14814;
}

div.menu {
}/* zone du menu*/
adress {
}/* balise adress*/
.fond_menu{
background:url(../img/menu_bas.jpg) no-repeat;
vertical-align:top;}

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

div#integration {/*la div intégration  */
font: 14px "Trebuchet MS"; 
color:#7B5112; 
padding: 10px;
}

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

div.encart1 {
	color: #7B3B1A;
	background-color: #FFE4C8;
	padding: 10px;
	border: 1px solid #CC9966;
	font-size: 15px;
	text-align: center;
	margin:0 50px;
}
div.encart2 {
	color: #7B3B1A;
	background-color: #FFE4C8;
	border: 1px solid #CC9966;
	font-size: 14px;
	margin:0 50px;
	padding-left: 10px;
}
div.encart2 li { /*div laissée à l'usage d'un second encart */
	color: #7B3B1A;
	background-color: #FFE4C8;
	font-size: 14px;
	list-style-type: disc;
	margin-right: 50px;
	margin-left: 20px;
}


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

.txt1 {
	color:#8A3614;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8A3614;
 }
.txt2 {
	color:#FFCC66;
	font-size: 14px;
	font-style: italic;
	background-color: #660000;
	text-align: center;
	font-weight: bold;
 }
.txt3 {/*mise en forme d'un paragraphe*/
 color:#000000;
 }


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

.element_liste {
	color: #AE6624;
	font-weight: normal;
	font-size: 14px;
	list-style-type: disc;
	margin-left: 120px;
	font-style: italic;
}
.element_liste ul {
	list-style-image:url(../img/puce2.gif);
	color: #CC9966;
}

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

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

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

a {/*les liens  */
color:#660000;
}
a:hover {
color:#B56416;
}

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

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

h2 {
	letter-spacing: 6px;
	font-size:24px;
	text-align:right;
	color: #FFE2C5;
	background-color: #B98555;
	margin-left: 70px;
	border: 1px solid #ffe2c5;
	padding-right: 5px;
}
h3 {
	letter-spacing: 2px;
	font-size:17px;
	color: #975717;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-right: 50px;
	margin-left: 90px;
	border-bottom: 1px dashed #B96B1C;
}
h5{
color:#8A3614;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dashed #8A3614;
	margin:0 40px;
	}
/*-------------------------------------------*/

.tableau1 {
border: thin dashed #000000;
background-color: #FFFFFF;
}
.tableau1 th{
color: #FFFFFF;
background-color: #000000;
}
.tableau1 td{
color: #000000;
}

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

}

table td {/*tailles de la police dans les tableaux si rien de précisé */
font-size: 13px;
}
th {/*intitulés des tableaux si rien de précisé*/
}

.formulaire td { 
color:#000000;
}

.transparent {/*permet l'effet de transparence*/
filter:alpha(opacity=60);  
-moz-opacity:0.60;
opacity: 0.60;}



.tableau_vignette  a img { /* pour créer un effet de rollover sur une vignette*/
border: 2px solid #DC942E;
}	

.tableau_vignette a:hover img{
border: 2px solid #fff
}
h4 {
	font-size: 14px;
	font-style: italic;
	color: #993300;
	text-align: center;
}

.element_liste2 {
	color: #8A3614;
	font-weight: normal;
	font-size: 15px;
	list-style-type: disc;
	margin-left: 120px;
	font-style: italic;
}

.menu_bas {
	background-image: url(../img/menu_bas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
