/*----------------------General------------------------*/
/*-------------------<--  b1nj.fr -->---------------------*/

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

html, body {
    height: 100%;
}

/*---- Mise en page -------*/
body {
background: #2982b8 url(design/body_bck.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:780px;
	margin: 0 auto;
	margin-top: 20px;
	text-align:left;
	background: white url(design/header_bck.jpg) 0 0 no-repeat;
	}

/*---- Bandeau -------*/
#header {
height: 291px;
background: transparent url(design/header_bck.gif) bottom left repeat-x;
}
	#diapo {
	position: absolute;
	top: 39px;
	right: 0px;
	height: 236px;
	width: 489px;
	z-index: 0;
	}
	h1 {
	position: absolute;
	top: -25px;
	left: -100px;
	font-size: 1pt;
	color: white;
	height: 26px;
	z-index: 5;
	}

/*---- Menu -------*/
#menu {
position: absolute;
top: 5px;
left: 350px;
background: transparent;
z-index: 10;
}
	#menu ul {
	list-style-type: none;
	font-size: .9em;
	}
		#menu li {
		float: left;
		display: inline;
		font-weight: bold;
		height: 30px;
		padding: 0 10px;
		line-height: 2em;
		margin-right: 15px;
		}
		#menu li.lien_actif {
		background: #CE5300;
		}
			#menu a {
			color: white;
			text-decoration: none;
			}
		#menu li:hover {
		background: #fdb97a;
		}


/*---- Texte -------*/
#texte {
position: relative;
float: left;
width: 500px;
background: transparent url(design/texte_bck.jpg) 0 9px repeat-x;
margin: 15px 0px 10px 0px;
}
	#texte_haut {
	background: transparent url(design/texte_haut_bck.gif) 0 0 no-repeat;
	height: 9px;
	font-size: 1pt;
	}
	#texte h2 {
	color: #004B87;
	font-size: 1.2em;
	margin-bottom: 1em;
	background: transparent url(design/h2_verres.jpg) 25px 0 no-repeat;
	height: 54px;
	padding: 30px 0 0 105px;
	}
	#texte h3 {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: .5em;
	padding-left: .5em;
	padding-right: .2em;
	font-size: .9em;
	background:  #3d9acf;
	color: white;
	}
	#texte p {
	padding: .7em 30px .7em 30px;
	}
	#texte a, #texte strong, #texte b {
	color: #fe8000;
	}
		#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: 4px solid #ECBF92;
}
.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: white;
height: 29px;
padding: 0px 10px 5px 0;
background: transparent url(design/footer_bck.gif) bottom right no-repeat;
text-align: right;
font-style: italic;
}
	#footer p {
	padding-top: 12px;
	padding-bottom: 12px;
	}
		#footer p img {
		vertical-align:middle;
		}
		#footer a{
		color: white;
		text-decoration: underline;
		}
			#footer a:hover{
			text-decoration: none;
			}
		#footer span{
		float: left;
		margin-left: 20px;
		}

/*---- 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 ;
	}

/*---- bloc -------*/
#adresse {
position: relative;
float: left;
margin-top: 40px;
margin-left: 15px;
margin-right: 15px;
}
	#adresse p {
	position: absolute;
	bottom: 70px;
	left: 25px;
	font-size: .7em;
	}
		#adresse p a{
		color: #666666;
		}
/*/////////// PhR /////////*/
.bleu {
   color: #004B87;
   background-color: inherit;
   font-weight: bold;
}