* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
}

body {
	background-color:#333333;
}
#conteneur {
	width:998px;
	border:solid 1px #999999;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#entete {
	height:209px;
	margin:0px;
	font-size:1px;
}
#gauche {
	float:left;
	width:285px;
	height:640px;
	margin:0px;
	font-size:1px;
}
#rechercher {
	border:solid 1px #ffffff;
	background-color:#999999;
	padding:5px;
	width:150px;
	margin-top:50px;
	margin-left:50px;
	font-size:8pt;
}
#rechercher label {
	color:white;
}
#rechercher .okdroite {
	margin-left:130px;
	font-size:8pt;
}
/* CLASSES POUR LES IMAGES DE GAUCHE--------------------------------------------- */
.cheminee {
	background-image: url(../images/gauche-cheminee.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.grandpot {
	background-image: url(../images/gauche-grandpot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.potnoir {
	background-image: url(../images/gauche-potnoir.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.poteaux {
	background-image: url(../images/gauche-poteaux.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#gauche .bouton {
	float:right;
	border:solid 1px #ffffff;
	padding: 10px;
	width:170px;
	margin-top:60px;
	margin-right:50px;
}
#gauche .bouton a{
	font-size:8pt;
	display:block;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
#gauche .bouton a:link,a:visited {
	color:#000000;
}
#gauche .bouton a:hover{
	color:#BBBBBB;
}

.boutonblanc {
	background-color: #FFFFFF;
	padding:2px;
}

#droite {
	float:left;
	height:640px;
	width:690px;
	overflow:auto;
}
#droite.pastille {
	float:left;
	height:505px;
	width:690px;
	margin-top:135px;
	overflow:auto;
}
#droite.petitepastille {
	float:left;
	height:600px;
	width:690px;
	margin-top:35px;
	overflow:auto;
}
#identite {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 35px;
	top: 670px;

}
#identite form {
	background-color:#cccccc;
	border: solid 1px #FFFFFF;
	padding:5px;
}
#identite h3 {
	font-size:10pt;
	color:#FFFFFF;
}
#identite label {
	color: #FF6600;
	font-size:8pt;
}
#identite .ok {
	margin-top:5px;
	margin-right:8px;
	border: solid 1px #FFFFFF;
	font-size:8pt;
}
#identite a {
	color:#CC6600;
}
.textenoir {
	color: #000000;
}
.bigger{
	font-size:14px;
	line-height:16px;
}
form#fPresse p{
	margin:5px 0;
}

form#fPresse label{
	float:left;
	display:block;
	width:140px;
}
form#fPresse textarea{
	display:block;
	width:650px;
	height:150px;
}

a.specialPresse{
	color:#000 !important;
	font-weight:normal !important;
	text-decoration:underline !important;
}
.tOrange{
	color:#FF6600;
}

.ficheProduit{
	clear:both;
	border-bottom:#999 1px dotted;
	margin-bottom:15px;
	padding-bottom:15px;
	font-size:0.8em;
}
.ficheProduit ul{
	list-style-type:none;
}
.ficheProduit ul li{
	font-size:0.8em !important;
}
.ficheProduit ul li a img{
	border-color:#333333;
}
.ficheProduit ul li a:hover img {
	border-color:#FF6600;
}
.ficheProduit .endClass{
	clear:both;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}
.galImages li{
	float:left;
	margin-right:5px;
}
/*  --  */
ul#materiaux{

}
ul#materiaux a{
	font-size:12px;
	font-weight:normal;
	color:#000;
}
ul#materiaux a.selected, ul#materiaux a:hover{
	color:#F60;
}