body { 
	width: 852px; 
	margin: auto; 
	background-color : #BDEAFF;
	background-position : center;
	font-family: Verdana; 
	color:#514e41; 
	font-size:11px; 
	background-image: url(../images/bg.gif)
}

h1 {
	color: #AA0000;
	font-size: 18px;
}

img { 
	border: none; 
}

#menu h2 {
	font-size: 15px;
	color: #E93D3D;
	padding-left : 5px;
	font-family : Trebuchet MS;
	border-top : 1px;
	border-bottom : 1px;
	border-left : 0px;
	border-right : 1px;
	border-color : #299AD2;
	border-style : solid;
	background-image: url("../images/design/bg_h2.jpg");
}

#global {  
	background-image: url("../images/design/background.jpg");
	background-repeat : repeat-y;
}

#header {  
	height: 220px;
	width : 852px;
}

a:link
{
	color : #FF7E19;
	font-family : Trebuchet MS;
	text-decoration : none;
}
a:visited
{
	color : #FF7E19;
	font-family : Trebuchet MS;
	text-decoration : none;
}
a:hover
{
	color : #FF7E19;
	font-family : Trebuchet MS;
	text-decoration : underline;
}

#menu { 
	float: left;
	width: 200px;
} 
#menu_rubrique {
	padding-left : 1px;
}

#contenu{ 
	float: right;
	width: 651px;
	padding-bottom: 1em;
}

#contenu div.cont { 
	margin: 5px 15px 15px 40px;
	text-align: justify;
}

#contenu h2 {
	font-size: 15px;
	color: #299AD2;
	padding: 8px;
	margin: 15px 45px 0 30px;
	font-family : Trebuchet MS;
}

#footer {
	clear: both;
	height: 130px;
	width : 852px;
	background: url("../images/design/footer.jpg") no-repeat; 
}

.element_menu {
background-color:#94DDFF;
background-image:url("../images/design/menu_bg.jpg");
margin-bottom:0px;
}
.element_menu ul {
list-style-image:url("../images/design/blank.gif");
margin:0px;
padding:0px 14px 0px 15px;
}
.element_menu li {
text-align: justify;
height: 16px;
}
.element_menu a {
padding-left: 10px; 
}
form.form_contact fieldset {
padding:1em;
text-align:left;
}
form.form_contact label {
display:inline;
float:left;
text-align:left;
width:100px;
}
form.form_contact legend {
color:#FA741F;
padding-bottom:8px;
}
form.form_contact div {
padding:2px;
}
input {
border: 1px solid #FF9F1A;
}
select {
border: 1px solid #FF9F1A;
}
textarea {
border: 1px solid #FF9F1A;
}
.block_menu1 {
	background: #fff url(../images/menu1.jpg) left top no-repeat;
	display: block;
	}	
.block_menu2 {
	background: #fff url(../images/menu2.jpg) left top no-repeat;
	display: block;
	}
.block_menu3 {
	background: #fff url(../images/menu3.jpg) left top no-repeat;
	display: block;
	}
.block_menu4 {
	background: #fff url(../images/menu4.jpg) left top no-repeat;
	display: block;
	}
.block_menu5 {
	background: #fff url(../images/menu5.jpg) left top no-repeat;
	display: block;
	}
.element_menu li a .menu2 {
	background: #fff url(../images/menu1.jpg) left top no-repeat;
	display: block;
	}
.element_menu li a:hover, .element_menu li a:focus, .element_menu li a:active {
	background: #fff url(../images/menu1.jpg) right top no-repeat ;
	text-decoration: none;
	padding-left: 12px;
	}

.erreur {
	background-color:red;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.reussite {
	background-color:#00C000;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

.erreur a {
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.reussite a {
	font-size:12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
