/*----------------------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: #21a8e1 url(design/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:800px;
	margin: 0 auto;
	text-align:left;
	background: white url(design/conteneur_background.gif) 0 0 repeat-y;
	}
		#conteneur1{
		position: absolute;
		top: 0;
		left: 0;
		height: 385px;
		width: 10px;
		background: url(design/conteneur_gauche.gif) 0 0 no-repeat;
  		}
		#conteneur2{
		position: absolute;
		top: 0;
		right: 0;
		height: 385px;
		width: 10px;
		background: url(design/conteneur_droit.gif) 0 0 no-repeat;
  		}

/*---- Bandeau -------*/
#header {
height: 120px;
margin: 0 11px;
background: #c9d66c url(design/header_background.gif) 0 0 repeat-x;
}
	#header_2 {
	background: transparent url(design/header_background_2.gif) right top no-repeat;
	}
	#slogan {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 380px;
	font-size: 1.1em;
	font-weight: bold;
	color: #188FC4;
	text-align: right;
	}
		#slogan span.majuscule{
		color: #E31A16;
		}
	h1 {
	padding-left: 10px;
	padding-top: 12px;
	color: white;
	}

/*---- Menu -------*/
#menu {
}
	#menu ul {
	list-style-type: none;
	font-size: .8em;
	font-weight: bold;
	margin: 0 16px;
	}
		#menu li {
		float: left;
		height: 20px;
		margin: 0 3px;
		text-align: center;
		background: #cccccc url(design/menu_gauche.gif) 0 0 no-repeat;
		}
		#menu li.lien_actif {
		background: #c7d567 url(design/menu_actif_gauche.gif) 0 0 no-repeat;
		}
		#menu li:hover {
		background: #e6ebba url(design/menu_hover_gauche.gif) 0 0 no-repeat;
		}
			#menu li a {
			color: black;
			text-decoration: none;
			padding: 0 8px;
			display: block;
			height: 20px;
    		background: transparent url(design/menu_droit.gif) top right no-repeat;
    		}
			#menu li.lien_actif a {
			color: white;
    		background: transparent url(design/menu_actif_droit.gif) top right no-repeat;
    		}
				#menu a:hover {
				text-decoration: none;
    			}
				#menu li:hover a {
	    		background: transparent url(design/menu_hover_droit.gif) top right no-repeat;
				}



/*---- Texte -------*/
#texte {
margin: 50px 11px 0 11px;
}
	#texte_bas {
	background: transparent url(design/texte_bas.gif) 0 0 no-repeat;
	height: 76px;
	}
	#texte2 {
	margin: 0px 5px 0 5px;
	}
	#texte h2 {
	color: #004653;
	font-size: .9em;
	background: transparent url(design/texte_bateau.gif) 10px 0 no-repeat;
	margin-bottom: 8px;
	color: black;
	}
	#texte h3 {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: .3em;
	margin-bottom: .2em;
	padding-left: .5em;
	padding-right: .2em;
	font-size: 1em;
	background:  #61bceb;
	color: white;
	}
	#texte h4 {
	font-size: .9em;
	color: #5a641b;

	}

	#texte p {
	padding: .5em 0px .7em 0px;
	}
	#texte a, #texte strong, #texte b {
	color: #eea403;
	}
		#texte a:visited {
		color: #c35200;
		}
		#texte a:hover {
		text-decoration: none;
		}
	#texte ul {
	margin: 5px 5px 15px 25px;
	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 0px;
}
.floatright{
float: right;
margin: 5px 0px 3px 10px;
}
.clear {
clear: both;
}
#texte .note {
background: #eaefc3;
padding: 1em 1em;
color: #093548;
}


/*---- Pied de page -------*/
#footer {
position: relative;
clear: both;
color: black;
height: 63px;
padding-top: 28px;
background: transparent url(design/footer_background.gif) 11px 0px no-repeat;
text-align: left;
font-style: italic;
}
	#footer p{
	margin-left: 129px;
	margin-right: 11px;
	background: #c5d46a;
	height: 35px;
	}
		#footer a{
		line-height: 2.2em;
		margin-left: 5px;
		color: black;
		text-decoration: underline;
		}
			#footer a:hover{
			text-decoration: none;
			}
	#footer p span.pixell{
	display: block;
	position: absolute;
	right: 25px;
	top: 30px;
	}
		#footer p span.pixell 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: #5a641a;
	}
	#texte .multipage a:hover{
	border: 1px solid #e1e4ec;
	background: #c5d46a;
	color: white;
	}
	.multipage strong{
	background: #e5f1ff ;
	}

/*----- block ------------*/
.colonne {
float: left;
margin: 0 7px;
width: 240px;
}
	.colonne.first {
	margin-left: 13px;
	}

.colonne.actu {
background: #EBEBEB;
}
	.colonne.actu h3, .colonne.actu p{
	margin-left: 10px;
	margin-right: 10px;
	}
	#texte .colonne.actu h3{
	color:  #098BD0;
	background: transparent;
	font-size: .9em;
	}
	.colonne.actu .hr {
	background: transparent url(design/actu_hr.gif) 0 0 repeat-x;
	height: 2px;
	}
		.colonne.actu .hr hr{
		visibility: hidden;
		}
	.colonne.actu p.lien {
	padding: .2em 0 .2em 0px;
	text-align: right;
	background: transparent url(design/fleche.gif) center right no-repeat;
	}
		#texte .colonne.actu .lien a{
		color: black;
		padding-right: 30px;
		}

.bloc1{
width: 600px;
float: right;
}

.table {
border: 1px solid black;
border-collapse: collapse;
font-size: .9em;
}
	.table td {
	border: 1px solid black;
	padding: 0 .5em;
	}




