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

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

html, body {
    height: 100%;
}

/*---- Mise en page -------*/
body {
background: #091c34 url(body.jpg) 0 0 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:754px;
	margin: 0 auto;
	text-align:left;
	background: white;
	min-height: 780px;
	}
		#conteneur_gauche {
		position: absolute;
		top: 290px;
		left: -117px;
		width:117px;
		height: 393px;
		background: transparent url(conteneur_gauche.jpg) 0 0 no-repeat;
		}
		#conteneur_droite {
		position: absolute;
		top: 278px;
		right: -91px;
		width:91px;
		height: 409px;
		background: transparent url(conteneur_droite.jpg) 0 0 no-repeat;
		}

/*---- Bandeau -------*/
#header {
position: absolute;
top: 0;
left: -120px;
height: 278px;
width: 962px;
background: transparent url(bandeau.jpg) 0 0 no-repeat;
}
	h1 {
	width: 312px;
	height: 101px;
	font-size: 1pt;
	margin-left: 380px;
	margin-top: 26px;
	color: white;
	}
	#diapo {
	position: absolute;
	top: 33px;
	left: 162px;
	height: 137px;
	width: 147px;
	background: transparent;
	}

/*---- Menu -------*/
#menu {
padding-top: 284px;
margin-bottom: 10px;
height: 28px;
background: transparent url(menu.jpg) left bottom no-repeat;
color: white;
}
	#menu ul {
	list-style-type: none;
	padding-left: 150px;
	padding-top: 3px;
	}
		#menu li {
		float: left;
		font-size: 1em;
		font-weight: bold;
		}
		#menu li.lien_actif a{
		text-decoration: underline;
		}
			#menu a {
			color: white;
			text-decoration: none;
			}
				#menu a:hover {
				text-decoration: underline;
				}


/*---- Texte -------*/
#texte {
position: relative;
float: left;
background: transparent;
margin: 10px 0px 140px 0;
color: black;
}
	#texte h2 {
	color: #0F3E7C;
	font-size: 1em;
	margin-bottom: 1em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0 0 15px 45px;
	background: transparent url(h2.jpg) left bottom no-repeat;
	}
	#texte h3 {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: .9em;
	color: #F49D13;
	}
	#texte p {
	padding: .7em 30px .7em 30px;
	}
	#texte a, #texte strong, #texte b {
	color: #F49D13;
	}
		#texte a:visited {
		color: #c35200;
		}
		#texte a:hover {
		text-decoration: none;
		}
	#texte ul {
	margin: 5px 15px 15px 65px;
	font-size: .8em;
	list-style-type:  square;
	}


/*---- Formatage -------*/
.center {
text-align: center;
}
img.bordure {
border: 2px solid #0e3d7c;
}
.floatleft{
float: left;
margin: 5px 10px 3px 20px;
}
.floatright{
float: right;
margin: 5px 20px 3px 10px;
}
.clear {
clear: both;
}
.hr {
clear: both;
background: transparent url(hr.jpg) 0 0 no-repeat;
width: 604px;
height: 19px;
margin: 5px 0 5px 70px;
}
	.hr hr {
	display: none;
	}


/*---- Pied de page -------*/
#footer {
clear: both;
position: absolute;
bottom: 0;
left: -117px;
height: 110px;
width: 962px;
color: #959AA0;
background: transparent url(footer.jpg) left bottom no-repeat;
text-align: right;
font-size: .7em;
}
	#footer p {
	padding: 8px 105px 0 0;
	}
	#footer p img {
	vertical-align:middle;
	}
	#footer a{
	color: #959AA0;
	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 -------*/


/*----------------------------------------------*/
/*---- album -------*/
/*----------------------------------------------*/
#album {
margin-top: 20px;
margin-left: 30px;
width: 690px;
border: 1px solid #e1e4ec;
}
	#album td{
	vertical-align:bottom;
	text-align: center;
	border: 10px solid #fbe6a2;
	background: #fdf6de;
	vertical-align: middle;
	}
	#album td:hover{
	background: #fcefc3;
	}
	#album img.photo{
	border: 1px solid #dfe0da;
	}