/*----------------------General------------------------*/
/*-------------------<--  Pixell -->---------------------*/

/*---- Reset css -------*/
* {margin: 0; padding: 0;}
a img {border: 0;}
p {font-size: .8em;}

html {
    height: 100%;
}

/*---- Mise en page -------*/
body {
background: #c1adae url(body_bck.gif) 0 133px repeat-x;
text-align: center;
font-family:  Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 100%;
color: black;
position: relative;
}
	#conteneur {
	position: relative;
	width:851px;
	margin: 19px auto 0 auto;
	text-align:left;
	background: white url(conteneur.gif) 0 0 repeat-y;
	}
		#conteneur_haut {
		font-size: 1px;
		height: 17px;
		background: white url(conteneur_haut.gif) 0 0 no-repeat;
		}


/*---- Bandeau -------*/
#header {
background: transparent;
}
	h1 {
	position: absolute;
	top: 14px;
	left: 12px;
	width: 294px;
	height: 95px;
	z-index: 5;
	}
	#image {
	margin-left: 15px;
	margin-top: 95px;
	}

/*---- Menu -------*/
#menu {
position: absolute;
width : 541px;
top: 50px;
left: 300px;
z-index: 2;
margin-top: 10px;
height: 52px;
background: #5ea9c6 url(menu.jpg) 0 0 no-repeat;
}
	#menu ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0px 0 0 30px;
	}
		#menu li {
		float: left;
		font-size: 1.2em;
		padding-top: 15px;
		padding-left: 17px;
		}
		#menu li.lien_actif a{
		color:  black;
		}
			#menu a {
			color: white;
			text-decoration: none;
			}
				#menu a:hover {
				text-decoration: none;
				color: black;
				}


/*---- Texte -------*/
#texte {
position: relative;
float: left;
width: 821px;
background: #eaf5f7 url(texte.jpg) 0 0 repeat-x;
margin: 5px auto 10px 15px;
color: black;
}
	#texte h2 {
	color: #0284A6;
	font-size: 1em;	
	margin-top: 20px;
	margin-bottom: 1em;
	margin-right: 30px;
	margin-left: 50px;
	padding-left: 40px;
	padding-top: 5px;
	background: transparent url(h2.jpg) 0 0 no-repeat;
	font-style: italic;
	height: 30px;
	}
	#texte h3 {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: .5em;
	margin-top: .2em;
	font-size: .9em;
	color: #0284A6;
	}
	#texte p {
	padding: .7em 15px .7em 15px;
	}
	#texte a, #texte strong, #texte b {
	color: #A82F88;
	}
		#texte a:visited {
		color: #c35200;
		}
		#texte a:hover {
		text-decoration: none;
		}
	#texte ul {
	margin: 5px 15px 15px 45px;
	font-size: .8em;
	list-style-type:  square;
	}


/*---- Formatage -------*/
.center {
text-align: center;
}
img.bordure {
border: 1px solid #0085aa;
}
.floatleft{
float: left;
margin: 5px 10px 3px 15px;
}
.floatright{
float: right;
margin: 5px 15px 3px 10px;
}
.clear {
clear: both;
}
.important {
text-align: center;
color: #A82F88;
font-style: italic;
font-size: 0.9em;
font-weight: bold;

margin: 0 auto;
}


/*---- Pied de page -------*/
#footer {
clear: both;
color: white;
padding: 0 20px 0px 0;
text-align: right;
background: white url(conteneur_bas.gif) left bottom no-repeat;
height: 32px;
}
	#footer p {
	padding-top: 10px;
	padding-right: 20px;
	}
	#footer p img {
	vertical-align:middle;
	}
	#footer a{
	color: white;
	text-decoration: none;
	}
		#footer a:hover{
		text-decoration: underline;
		}

/*---- multi page -------*/
.multipage {
clear: both;
text-align: center;
padding-top: 15px;
}
	#texte .multipage a, #texte .multipage strong{
	border: 1px solid #e1e4ec;
	background: white;
	padding: 1px 4px;
	text-decoration: none;
	color: #d88107;
	}
	#texte .multipage a:hover{
	border: 1px solid #e1e4ec;
	background: #f9dcc0;
	color: white;
	}
	.multipage strong{
	background: #e5f1ff ;
	}

/*---- Messages divers -------*/
.attention, .confirmation {
background: #fce5e1 url(attention.gif) 10px 5px no-repeat;
padding: 0px 5px 5px 50px;
margin: 1em 1em;
border: 1px #ff9100 solid;
}
.confirmation {
background: #F0FFF0 url(confirmation.gif) 10px 5px no-repeat;
border: 1px #009F00 solid;
}

/*---- bloc -------*/

