/*----------------------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: #009cff url(design/body_background.jpg) 0 0 repeat-x;
text-align: center;
font-family:  Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 100%;
color: black;
height: 100%;
position: relative;
}
	#conteneur {
	position: relative;
	width:750px;
	margin: 0 auto;
	text-align:left;
	background: transparent;
	}

/*---- Bandeau -------*/
#header {
background: transparent;
position: absolute;
left: -64px;
top: 0;
height: 328px;
}

/*---- Menu -------*/
#menu {
background: transparent;
width: 280px;
margin-top: 0px;
}
	#menu ul {
	list-style-type: none;
	font-size: .8em;
	}
		#menu li {
		display: inline;
		}
		#menu li.lien_actif {
		}
			#menu a {
			color: white;
			text-decoration: underline;
			}
				#menu a:hover {
				text-decoration: none;
				}


/*---- Texte -------*/
#texte {
position: relative;
float: left;
margin-top: 325px;
width:750px;
background: white url(design/texte_background.gif) 0 0 repeat-y;
color: #004653;
}
	#texte_bas {
	clear: both;
	background: transparent url(design/texte_bas.gif) 0 0 no-repeat;
	height: 11px;
	font-size: 1px;
	}
	#texte h1 {
	color: #0A0648;
	font-size: 1.1em;
	background: transparent url(design/texte_bateau.gif) 10px 0 no-repeat;
	margin-bottom: .3em;
	margin-right: 25px;
	margin-left: 25px;

	}
	#texte h2 {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: .5em;
	padding-left: .5em;
	padding-right: .2em;
	font-size: .9em;
	background:  #0093fa;
	color: white;
	}
	#texte p {
	padding: .7em 25px .7em 25px;
	}
	#texte a, #texte strong, #texte b {
	color: #FB3C4F;
	}
		#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;
	}

	#texte2 {
	margin-left: 215px;
	border-left: 4px #B3E0FF solid;
	}


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


/*---- Pied de page -------*/
#footer {
margin-top: 3px;
float: right;
color: white;
background: transparent url(design/footer_background.gif) bottom right no-repeat;
text-align: right;
font-style: italic;
}
	#footer a{
	color: white;
	text-decoration: none;
	}
		#footer a:hover{
		text-decoration: underline;
		}
	#footer img{
	vertical-align: middle;
	}

/*---- 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 -------------*/
#gauche {
width: 210px;
float: left;
}

.slogan{
font-size: .9em;
font-style: italic;
font-weight: bold;
margin-bottom: 40px;
}
.jaune {
color: #FFA400;
}
.bleu {
color: #57ACCC;
}
.vert {
color: #0BB543;
}
.rouge {
color: #FB4052;
}
.red {
color: red;
font-weight:bold;
}
.violet {
color: #AD96C8;
}
.rose {
color: #F863FC;
}