/* ----- CLASSES COMMUNES ----- */

.champ_qte { border: 0; background: none; color: #000; width: 18px }
ul.compte { padding: 5px; border: 1px solid #ccc; list-style: none }
p.centre { text-align: center; margin: 10px }
p.erreur { color: #c00; font-weight: bold; text-align: center }
span.erreur { font-size: 11px; color: #c00 }
span.rouge { color: #c00 }

/* ----- VOS CLASSES ET ELEMENTS ----- */

body{
	background:url(../../images/bg.gif);
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

img{border:none}

#conteneur{
	width:980px;
	margin:auto;
}

#titre{
	background:#fff;
	width:867px;
	margin:auto;
}

#titre a.titre{
	display:block;
	margin:0 0 0 215px;
	width:449px;
}

#titre a.accueil{
	position:absolute;
	margin:-50px 0 0 680px;
}

#titre a.contact{
	position:absolute;
	margin:-50px 0 0 720px;
}

#titre a.dire_ami{
	position:absolute;
	margin:-50px 0 0 760px;
}

#titre a.imprimer{
	position:absolute;
	margin:-50px 0 0 795px;
}

#header{
	margin:auto;
	background:url(../../images/header_fond.jpg) no-repeat;
	height:125px;
	width:867px;
	padding:60px 0 0 0;
}

#header h2{
	color:#ff9;
	margin:0;
	font-size:13px;
	font-weight:normal;
	margin:4px 0 4px 400px;
	background:url(../../images/puce_header.png) no-repeat center left;
	padding:0 0 0 13px;
}

#header  #newsletter{
    margin:20px 0 0 580px;
    color:#1d465b;
    font-weight:bolder;
}
#header  #newsletter input{
    font-weight:normal;
}

#header  #newsletter input.submit{
    background:url(../../images/ok_newsletter.png) no-repeat;
    color:#fff;
    width:20px;
    height:16px;
    border:none;
    font-size:10px;
    cursor:pointer;
}

#header  #newsletter input.adresse_mail{
    color:#1d465b;
    border:1px solid #1d465b;
    background:#fff;
    padding:2px 5px;
}

#contenu{
	width:865px;
	margin:auto;
	background:#fff url(../../images/fond_page.gif) repeat-y;
}

#contenu #menu{
	float:left;
	margin:0;
	width:224px;
	background:url(../../images/menu_degrade.png) repeat-x left top #18374e;
	height:600px;
	min-height:600px;
	height:auto;
}

#contenu #menu ul{
	margin:0;
	padding:20px 0 0 0;
}

#contenu #menu ul li{
	list-style:none;
}

#contenu #menu ul li.sep{
	border-bottom:1px solid #fff;
	height:10px;
	width:150px;
	list-style:none;
	margin:0 0 7px 40px;
}

#contenu #menu ul li a{
	background:url(../../images/puce_menu.gif) no-repeat center left;
	color:#fff;
	display:block;
	padding:15px 0 0 20px;
	height:30px;
	text-decoration:none;
	width:187px;
	font-size:14px;
	margin:0 0 0 15px
}

#contenu #menu ul li a:hover{
	background:url(../../images/menu_hover.png) no-repeat center left;
	color:#ff0;
	margin:0;
	padding:15px 0 0 35px;
}

#page{
	margin:0 0 0 224px;
	padding:35px 0 0 0;
	width:640px;
}

#page .galerie{
	width:108px;
	float:left;
	margin:7px;
}

#page .img_galerie{
	border:1px solid #f30;
	width:106px;
	height:106px;
	background:#fff;
}

#page .zoom_galerie{
	background:url(../../images/zoom.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ff0;
	text-decoration:none;
	width:47px;
	height:14px;
	padding:0 0 0  5px;
	position:absolute;
	margin:100px 0 0 50px
}

#page .zoom_galerie a{
	font-size:10px;
	color:#ff0;
	text-decoration:none;
}

#page .zoom_galerie a:hover{
	color:#fff;
}

#page h1.titre, #page h2.titre{
	margin:-35px 0 0 0;
	padding:15px 0 0 0;
	font-family:Constantia, Arial, sans-serif;
	color:#999;
	font-weight:normal;
	font-size:20px;
	position:absolute;
}

#page h2.flash_info{
	position:absolute;
	padding:15px 0 0 0;
	font-family:Constantia, Arial, sans-serif;
	color:#999;
	font-weight:normal;
	font-size:20px;
	margin:-39px 0 0 500px; 
}

#page div#flashinfo{
	position:absolute;
	margin:0 0pt 0pt 475px;
	background:url(../../images/flash_info_fond.gif) no-repeat left top;
	width:130px;
	padding:7px;
	text-align:justify;
	color:#333
}

#page div#flashinfo h2{
	font-size:12px;
	font-family:Constantia, Arial, sans-serif;
}

#page div#flashinfo h2 a{
	color:#555;
	text-decoration:none;
}

#page div#flashinfo h2 a:hover{
	color:#000;
}

#page div.sep_flash_info{
	width:0px;
	height:180px;
	position:absolute;
	margin:15px 0 0 465px;
	border-left:1px solid #f2f2f4;
	border-right:1px solid #a1a1a1;
}

#contenu_page{
	background:url(../../images/page_fond.png) repeat-x #ccc;
	width:427px;
	margin:-5px auto 0 auto;
	height:677px;
	min-height:677px;
	height:auto;
	padding:1px 170px 0 18px;
}

#contenu_page p{
	margin:0;
	padding:7px 0;
}

#contenu_page a{
    color:#555;
}

#contenu_page a:hover{
    text-decoration:none;
}

#footer{
	height:74px;
	background:#fff url(../../images/footer_fond.png) right repeat-y;
	border-bottom:1px solid #ff7;
	border-top:1px solid #ff7;
}

#footer img.main_pince{
	position:absolute;
	margin:-9px 0 0 0;
}

#footer img.multimetre{
	position:absolute;
	margin:-93px 0 0 741px;
}

#footer h1{
	margin:-70px auto 0 auto;
	width:350px;
	padding:0;
	color:#efaf29
}

#footer p{
	margin:0 auto;
	width:350px;
}

#menu_bas{
	background:url(../../images/menu_bas_fond.gif) no-repeat;
	width:865px;
	margin:0 auto;
	height:43px;
}

#menu_bas ul{
	margin:0 0 0 240px;
	padding:25px 0 0 0;

}

#menu_bas ul li{
	list-style:none;
	display:inline;
	margin:0 5px;
}

#menu_bas ul li a{
	color:#666;
	text-decoration:none;
}

#menu_bas ul li a:hover{
	color:#000;
}

h1{margin:0;padding:0}
h1 span{display:none}