/* CSS Document */

head {
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #ECDDCE; 
	scrollbar-darkshadow-color: #ECDDCE; 
	scrollbar-track-color: #ECDDCE; 
	scrollbar-arrow-color: #ECDDCE;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color : #000000;
	background-image: url(../images/fond.gif);
}
	
#conteneur {
	text-align:center;
}
	
#fond {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	padding: 5px 0px;
	background-image:url(../images/fondrose.gif);
}

#header {
	margin-left:auto;
	margin-right:auto;
	width:684px;
	height:92px;
	text-align:right;
	padding:0px; 
}

#texte {
	margin-left:auto;
	margin-right:auto;
	width:684px;
	text-align:justify;
	padding:0px 10px;
	/*Le voice permet de faire ignorer à IE5.x ce qui suit. On peut donc corriger la différence d'interprétation de la largeur ou longueur des boites en fonction des navigateurs FF ou IE*/
	voice-family: "\"}\"";
	width:664px;
}

#foot {
	margin-left:auto;
	margin-right:auto;
	width:684px;
	height:36px;
	text-align:right;
	font-size:9px;
	color:#6B5D54;
	padding:22px 6px 0px 0px;
  	/*Le voice permet de faire ignorer à IE5.x ce qui suit. On peut donc corriger la différence d'interprétation de la largeur ou longueur des boites en fonction des navigateurs FF ou IE*/
	voice-family: "\"}\"";
	width:678px;
	height:14px;
}

/*changement des images de fond entre la page index et les autres pages*/
.headerindex {
	background-image:url(../images/headerindex.jpg);
}
.texteindex {
	background-image:url(../images/texteindex.gif);
	height:326px;
}
.footindex {
	background-image:url(../images/footindex.jpg);
}

.headerother {
	background-image:url(../images/headerother.jpg);
}
.texteother {
	background-image:url(../images/texteother.gif);
}
.footother {
	background-image:url(../images/footother.jpg);
}

h1 {
margin:0px 0px 20px;
color:#000000;
font-size:13px;
text-align:left;
font-weight:normal;
}

h1 strong {
color:#FF6699;
}

p { 
color:#000000;
text-align:justify;
margin:8px 2px 0px 2px;
}

cite {
font-size:smaller;
}

ul {
	padding:0px;
	color:#000000;
	margin-left: 0px;
}

li {
list-style-position:inside;
padding: 0px 5px;
}

.cadreBouton {
	/*border-left-color: #6B5D54;
	border-left-style:solid;
	border-left-width:1px;*/
	padding: 0px 4px;
	float: right;
	height: 25px;
	text-align: center;
	font-size:11px;
	line-height:11px;
}

.image2{
	float:right;
	margin:0px;
	padding:0px 2px;
}

.image1{
	float:left;
	margin:0px;
	padding:0px 2px;
}

a.bouton {
	color: #6B5D54;
	text-decoration:none;
}

a.bouton:hover {
	text-decoration:underline;
	color: #000000;
}

.entete {
color:#FF6699;}