/* CSS Document */

body.cadre {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-attachment:fixed;
	background-image:url(../img/fondg.jpg);
	
	
	 SCROLLBAR-FACE-COLOR: #912229; 
	 SCROLLBAR-HIGHLIGHT-COLOR: #C87275; 
	 SCROLLBAR-SHADOW-COLOR: #64121C; 
	 SCROLLBAR-3DLIGHT-COLOR: #C87275; 
	 SCROLLBAR-ARROW-COLOR: #A1864F; 
	 SCROLLBAR-TRACK-COLOR: #982B31; 
	 SCROLLBAR-DARKSHADOW-COLOR: #A13A3E;

}

body.page {
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-attachment:fixed;
	background-image:url(../img/fondg2.jpg);
	
	
	 SCROLLBAR-FACE-COLOR: #E5D5B0; 
	 SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	 SCROLLBAR-SHADOW-COLOR: #BDA772; 
	 SCROLLBAR-3DLIGHT-COLOR: #FFF4DA; 
	 SCROLLBAR-ARROW-COLOR: #BDA772; 
	 SCROLLBAR-TRACK-COLOR: #FFFCF5; 
	 SCROLLBAR-DARKSHADOW-COLOR: #E3E1D4;

}

.texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	width:90%;
	text-align:justify;
	letter-spacing:2px;
	line-height:16px;
}
.titre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

input.formulaire{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#412C01;
	border:1px solid #412C01;
}
textarea.formulaire{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#412C01;
	border:1px solid #412C01;
}

a{
	color:#8A1E23;
}

p {text-indent: 30px;}
