	@charset "utf-8";

/*CONTENEURS*/
body {
background: url(../graphismes/fond.jpg) top center;
}
#global {
width: 1004px;
margin: 0 auto;
height: 100%;
}
#header {
padding: 0 0 0 0;
height: 150px;
background: url(../graphismes/header.gif) no-repeat;
}
#line_compte {
height: 31px;
background: pink url(../graphismes/gray.jpg) repeat-x;
border-left : 1px solid black;
border-right : 1px solid black;
position:relative;
}
#gauche {
width: 180px;
float: left;
}
.bloc_gauche {
width: 170px;
margin: 5px 5px 5px 5px;
text-align: left;
border: 1px solid rgb(209,42,0);
}
.bloc_gauche h1 {
height: 30px;
width: 170px;
margin-bottom: 5px;
margin-top: 0px;
font-size: 12px;
color: white;
text-align: center;
line-height: 30px;
background: rgb(209,42,0);
}
.bloc_gauche a {
text-decoration: none;
color:black;
}
.bloc_gauche a:hover {
text-decoration: none;
color: rgb(209,42,0);
}
.bloc_gauche ul {
margin: 0;
padding-left: 5px;
padding-right: 5px;
list-style: none;
}
#droite {
width: 180px;
float: right;
}
#pied {
margin: 0;
padding: 1px 0 0 0;
font-size: .85em;
text-align: center;
color: #FFF;
height:31px;
background: pink url(../graphismes/gray.jpg) repeat-x;
border-left : 1px solid black;
border-right : 1px solid black;
border-bottom : 1px solid black;
}
#pied a{
color: #FFF;
}
#centre {
background: #FFF url(../graphismes/back.jpg) repeat-y;
width: 1002px;
overflow: hidden;
border-left : 1px solid black;
border-right : 1px solid black;
}
#contenu {
color: #363B29;
margin-left: 200px;
margin-right: 200px;
text-align:left;
}
.imcenter {
text-align:center
}
/*Important*/
.important {
margin: 0;
padding-left: 5px;
padding-right: 5px;
list-style: none;
color: red;
font-weight: bold;
text-align:center;
text-decoration:none;
}
h2 {
	color: #2f0072;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
/* Formulaire de contact */
.newform fieldset {  
	margin: 10px 0 0 0;  
	padding: 0;
	background: transparent url(../graphismes/fieldsetbg.jpg) no-repeat bottom right;
	border-color: #555;
	border-style: solid;
	border-width: 1px;
	}
.newform legend {  
	text-transform: uppercase;
	font-size: 1.3em;
	padding: 5px;
	margin-left: 1em;
	color: #ffffff;
	background: #555;
	}
.newform fieldset ol {  
	padding: 10px 10px 0 10px;  
	list-style: none;
	}
.newform fieldset li {  
	position: relative;
	padding-bottom: 1em;
	line-height: 3.4em;
	}
.newform fieldset#submitform {  
	background-image: none;
	border-style: none;
	}
.newform label {
	position: relative;
	clear: left;
	float: left;
	width: 15em;
	margin-right: 5px;
	padding-right: 30px;
	line-height: 3.4em;
	text-align:	right;
	}
.newform label.required {
	background: transparent url(../graphismes/required.gif) no-repeat center right;
	}
.newform label span {
	position: absolute;
	left: -10000px;
	top: 0px;
	}
.newform p span.required {
	display: inline-block;
	vertical-align: middle;
	line-height: 3.4em;
	width: 25px;
	line-height: 3.4em;
	text-indent: -10000px;
	overflow: hidden;
	background:	transparent url(../graphismes/required.gif) no-repeat center right;		
	}
.newform input {
	padding: 5px;
	font-size: 1.4em;
	border: 1px solid #555; 
	color: #1E1903; 
	background: #DDD;
	}
.newform textarea {
	padding: 5px;
	font-size: 1.4em;
	border:	1px solid #555; 
	color: #1E1903; 
	background:	#DDD;
	}
.newform input.radio {
	border: none;
	background: transparent;
	}
/* Pied de page */
#ref {
	font-size: 7px;
	text-align:center;
	color:#FFF;
}