/*----------------------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: white url(body_bck.gif) 0 226px 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:908px;
	margin: 0 auto;
	text-align:left;
	background: transparent;
	}

/*---- Bandeau -------*/
#header {
height: 205px;
background: transparent url(header_bck.jpg) 25px 104px no-repeat;
}
	#slogan {
	position: absolute;
	top: 140px;
	left: 250px;
	color: white;
	width: 214px;
	height: 10px;
	}
	h1 {
	font-size: 1pt;
	padding-left: 308px;
	padding-top: 3px;
	color: white;
	background: transparent url(slogan_bck.gif) 0 0 no-repeat;
	height: 26px;
	}

/*---- Texte -------*/
#texte {
position: relative;
background: white url(texte_bck.jpg) 0 0 no-repeat;
color: #0165AF;
min-height: 454px;
}
#texte2 {
margin: 0 180px;
}
	#texte h2 {
	color: #2C88BD;
	font-size: 1em;
	margin-bottom: 1em;
	padding-left: 25px;
	padding-top: 3px;
	margin-top: 10px;
	background: transparent url(h2_bck.gif) 0 0 no-repeat;
	}
	#texte h3 {
	margin-bottom: .5em;
	padding-left: .5em;
	padding-right: .2em;
	font-size: .9em;
	background:  #75C5FE;
	color: white;
	background: transparent url(h3_bck.jpg) 0 0 repeat-y;
	clear: both;
	}
	#texte p {
	padding: .7em 0 .7em 0;
	}
	#texte a, #texte strong, #texte b {
	color: #0165AF;
	}
		#texte a:visited {
		color: #c35200;
		}
		#texte a:hover {
		text-decoration: none;
		}
	#texte ul {
	margin: 5px 0 15px 15px;
	font-size: .8em;
	list-style-type:  square;
	}

/*---- Menu -------*/
#menu {
background: transparent;
}
	#texte #menu ul {
	list-style-type: none;
	margin: 0 0 15px 0px;
	}
		#menu li {
		display: inline;
		padding-right: 4px;
		padding-left: 8px;
		font-size: 1.2em;
		font-weight: bold;
		background: transparent url(menu_li_bck.gif) 0 8px no-repeat;
		}
			#texte #menu a {
			color: #57B8FE;
			text-decoration: none;
			}
				#texte #menu li.lien_actif a{
				color: #0165AF;
				}
				#texte #menu a:hover {
				text-decoration: underline;
				}


/*---- Formatage -------*/
.center {
text-align: center;
}
img.bordure {
border: 2px solid #c6c6c6;
}
.floatleft{
float: left;
margin: 5px 10px 3px 20px;
}
.floatright{
float: right;
margin: 5px 20px 3px 10px;
}
.clear {
clear: both;
}


/*---- Pied de page -------*/
#footer {
clear: both;
color: #00B2D2;
background: transparent url(footer_bck.jpg) 0 0 no-repeat;
text-align: right;
margin-top: 50px;
}
	#footer p img {
	vertical-align:middle;
	}
	#texte #footer a{
	color: #75C5FE;
	text-decoration: none;
	}
		#texte #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 -------*/
.diapo {
position: relative; /* bug ie6 */
float: left;
background: url(diapo_bck.jpg) 0 0 no-repeat;
width: 166px;
height: 274px;
padding-top: 7px;
padding-left: 7px;
margin-left: 14px;
}
	.diapo.first{
	margin-left: 0px;
	}
.diapo_big {
position: relative; /* bug ie6 */
float: left;
background: url(diapo_big_bck.jpg) 0 0 no-repeat;
width: 545px;
height: 274px;
padding-top: 7px;
padding-left: 7px;
}
