@charset "UTF-8";
body{
 color:#FFFFFF;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 background:url(images/body.png)
}
a{
	text-decoration: none;
	font-weight: bold;
	color:  #a10808;
	font-size: .95em;
}
a:hover{

	background:  #a10808;
	color: #fff;
}
.replaceByImg{
	position: absolute;
	left: -3000px;
}
#page {
	position: relative;
	width: 600px;
	height: 600px;
	background: url(images/fond.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;	
}
#marge_rouge{
background:#870B0E;
width: 40px;
position:absolute;
height: 100%;
}
#page #logo {
	margin: 0px;
	padding: 2px;
	width: 180px;
	text-align: center;
}
#page #menu {
	margin-top: 80px;
	width: 180px;
	padding: 0px;
}
#page #menu li  {
	list-style-type: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	padding:0;
	}
#page #menu:hover li a.actuel,
#page #menu li a{
	display:block;
	background: url(images/fond_menu.png);
	padding: 5px;
	color:#FFFFFF;
	text-decoration:none;
	text-align: left;
}
#page #menu:hover li a:hover,
#page #menu li a:hover,
#page #menu li a.actuel{
color: #a10808;
background: #fff;
text-align:right;
}
#page #colonne_gauche {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
}
#page #contenue {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 420px;
	height: 600px;
}
#page #contenue #page-title {
height:42px;
line-height:42px;
margin-left:11px;
margin-top:15px;
padding-left:10px;
text-align:left;
vertical-align:middle;
width:392px;
}
#page #contenue #texte {
	float:left;
	margin-left: 14px;
	width: 370px;
	height: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	overflow:hidden;
}



.scrollbar-vert{
				
				height: 500px;
				width: 20px;
				float:left;
			}
			
.scrollbar-vert .top{
background: url(images/scroll_v_01.png) no-repeat;
height: 20px;
float: left;
width: 20px;
}

.scrollbar-vert .bottom{
background:url(images/scroll_v_03.png) no-repeat;

float: left;
width: 20px;
height: 20px;
}
.scrollbar-vert .middle{
background:url(images/scroll_v_02.png);

float: left;
width: 20px;
height: 460px;
}
			.handle-vert{
				height: 20px;
				width: 20px;
				background: url(images/scroll_v_button.png) no-repeat;
			}
#coordonnee{
background:transparent url(images/fond.png) no-repeat scroll ;
color:#FFFFFF;
position: absolute;
top: 570px;
left: 550px;
font-size:14px;
padding:10px;
text-align:justify;
width:120px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin: 0px;
}
#coordonnee h2{
	padding:0;
	margin:0;
	font-weight:normal;
}
#coordonnee p{
	background: url(images/fond_menu.png);
	margin:0;
	padding: 5px;
}

form .form-row{
	
}
form .form-row label{
	float:left;
	width: 40%;
	text-align:right;
	margin: 1% 2%;
}
form .form-row input{
	float: left;
	width: 50%;
	margin: 1% 2%;
	border: 1px solid #a10808;
	padding: 2px;
}
form textarea{
	height:150px;
	margin:1% 2%;
	width:94%;
	border: 1px solid #a10808;
	padding: 2px;
}
input.button{
	padding: 5px;
	background: #FFF;
	border: 2px solid #a10808;
	color: #a10808;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	
}

input.button:hover{
	
	background: #a10808;
	border: 2px solid #FFF;
	color: #FFF;
	
	
}