/*----------------------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: #009900 url(design/background.gif) 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:780px;
	margin: 0 auto;
	text-align:left;
	background: transparent;
	}

/*---- Bandeau -------*/
#header {
	padding-top: 70px;
	font-size: 12pt;
}
	#flash {
	position: absolute;
	top: 0;
	left: -215px;
	z-index: 0;
	}
	h1 {
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 1;
	font-size: 1pt;
	}
	#bandeau{
	background: white; /* bug opera et mac ne pas enlever */
 	}

/*---- Menu -------*/
#menu {
background: transparent;
}
	#menu ul {
	list-style-type: none;
	}
		#menu li {
		float: left;
		font-size: 13.5pt;
		background: transparent url(design/menu.gif) top right no-repeat;
		padding-top: 7px;
		height: 30px;
		border-right: 1px solid #e1e1e1;
		}
		#menu li.last {
		border-right: 0 none;
		/*background: transparent url(design/menu_last.gif) 0 0 no-repeat; */
		background: transparent url(design/menu.gif) 0 0 no-repeat;
		}
			#menu li:hover {
			background-position: 0 -37px;
			}
		#menu li.lien_actif {
		background: transparent url(design/menu_actif.gif) top right no-repeat;
		}
			#menu a {
			color: white;
			text-decoration: none;
			padding-left: 25px;
			padding-right: 25px;
			}
				#menu a:hover {
				text-decoration: none;
				}
			#menu li.last a {
                padding-right: 30px
			}

/*---- Texte -------*/
#texte {
background: white;
color: black;
padding: 0 13px;
}
	#texte_bas {
	background: transparent url(design/texte_bas.gif) 0 0 no-repeat;
	height: 76px;
	}
	#texte h2 {
	color: #004653;
	font-size: 1.2em;
	background: transparent url(design/h2_puce.gif) 0 0 no-repeat;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 0;
	}
	#texte h3 {
	margin-bottom: .5em;
	padding-left: .5em;
	padding-right: .2em;
	font-size: .9em;
	background:  #156219;
	color: white;
	}
	#texte p {
	padding: .5em 0 .5em 0;
	}
	#texte a, #texte strong, #texte b {
	color: #eea403;
	}
		#texte a:visited {
		text-decoration: underline;
		color: #c35200;
		}
		#texte a:hover {
		text-decoration: none;
		}
	#texte ul {
	margin: 5px 15px 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 20px;
}
.floatright{
float: right;
margin: 5px 20px 3px 10px;
}
.clear {
clear: both;
}


/*---- Pied de page -------*/
#footer {
clear: both;
color: black;
text-align: left;
font-style: italic;
}
	#footer #pixell{
	display: block;
	float: right;
	}
	#texte #footer a{
	color: black;
	text-decoration: underline;
	}
		#texte #footer a:hover{
		text-decoration: none;
		}

/*---- accueil -------*/
#left {
width: 370px;
float: left;
}
#right {
width: 370px;
float: right;
}
/*#left, #right {
width: 370px;
float: left;
}     */

/*---- box ---------*/
.box1 {
clear: both;
}
	#texte .box1 h3{
	padding-top: 50px;
	padding-left: 390px;
	background: 0 none;
	color: #156219;
	}
	#texte .box1 ul{
	margin-left: 400px;
	}

.catalogue{
float: right;
position: relative;
margin-top: 15px;
margin-right: 20px;
}