/*  Memo couleurs   
Gris fond ecran : #999999
Bleu ciel fond colonne gauche : #e6e5f5
Bleu clair : souligne header : #3399FF
Bleu fonce : #000099
Bleu fond menu second nivveau : #A2A2DE
Orange sections gauche, liens : #f97721

Suite a pb de padding avec dl/dt/sous menu ul/li utilisation du style very_small pour decaler les premiers niveaux de menu 
*/

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0;
background-color:#999999
}

#header 
{
	height: 123px;
	/* background-color: #99CCCC;  */
	background-image: url(../images/header.jpg);
}

#header_admin 
{
	height: 123px;
	/* background-color: #99CCCC;  */
	background-image: url(../images/header_admin.jpg);
}

#conteneur {
position: relative;
width: 900px;
margin: 0 auto; 
background-color:#FFFFFF;
}

/* centre a utiliser pour pages catalogue ou risque de débordement */
#centre {
background-color:#FFFFFF;
margin-left: 200px;
margin-top:30px;
}


#gauche {
float:left;
width: 200px;
background-color: #e6e5f5;
}

#wrap 
{
	overflow:hidden;   /* attention, utile pour Firefox */
	/* background-color:#33FF66;   pour tester */
	background-color:#FFFFFF;   
}




#pied {
	height: 28px;
	background-color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	color : #FFFFFF;
	text-align:center;
	font-size:11px;
	/* margin-bottom: 10px; */
	clear:both;
	_margin-top: -7px; /* pour resoudre pb IE6 legerement trop bas */
	
}

#pied a{
	color:#FFFFFF;
	text-decoration:none;

}

#pied a:hover{
	/* color:#f97721; */
	color:#FFCC00;
	text-decoration:none;
	/* font-weight:bold; */
}

.bloc_titre_section_gauche {
	width:200px;
	height:22px;
	background-color:#F97721;
	color : #FFFFFF;
	text-align: center;
	padding-top: 8px;
	font-size: 14px;
}

.photo_gauche{
	height: 150px;
	border:none;
}

.section_evenement_gauche {
	
}

.section_evenement_gauche p{
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
}

.section_evenement_gauche a{
	color:#f97721;
	text-decoration:none;

}

.section_evenement_gauche a:hover{
	color:#3399FF;
	text-decoration:none;
}

.section_contact_gauche p{
	color:#333333;
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
}

.section_contact_gauche a{
	color:#f97721;
	text-decoration:none;

}

.section_contact_gauche a:hover{
	color:#3399FF;
	text-decoration:none;
}

p {margin: 0 0 10px 0;}




/*===========================================================================*/
/* ATTENTION : important de faire un positionnement absolu en dehors du flux */
/* car sinon decalage du texte en dessous du menu du aux sous menus          */
/*===========================================================================*/
#menu {
	position:absolute;
	top: 123px;
	left: 200px;
	z-index:100;
	width: 700px;
	/* height: 92px;  */
/* height:10px;   */
}


.section_centre {
	color:#333333;
	font-size: 1.1em;
}

.section_centre bleu {
	color:#3399FF;
}

.section_centre p{
	margin-left:20px;
	margin-top:6px;
	margin-right:15px;
	margin-bottom:4px;
}

.section_centre a{
	color:#f97721;
	text-decoration:none;

}

.section_centre a:hover{
	color:#3399FF;
	text-decoration:none;
}

.section_centre strong{
	color:#000099;
}

.section_centre h1 {
	font-size:20px;
	color:#3399FF;
	text-align:left;
	margin-left:15px;
	margin-top:40px;
	
}

.texte_nom_produit {
	color:#3399FF;
	font-weight:bold;
	/* background-color:#3399FF; */
}

.texte_nom_fabricant {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#3399FF; 
}

.admin_premiere_ligne_tableau {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#DB383A; 
}


/* message en bas a gauche demi page */

.section_centre_bas {
	float:right;
	width:350px;
	_width:310px;  /* pour IE6 */
	margin-right:20px;
	color:#333333;
	font-size: 1.1em;
}

.section_centre_bas p{
	margin-left:20px;
	margin-top:6px;
	margin-right:11px;
	margin-bottom:4px;
}

.section_centre_bas strong{
	color:#000099;
}

/* message en bas a droite  demi page avec fond gris clair et texte colore   */
/* includ dans section_centre_bas et flotte a droite (idem au nom artiste)   */

.section_centre_bas_droite {
	float: right;
	margin-right:30px;
	top:0px;
	color:#000099;
	font-size: 1.1em;
	line-height:25px;
	width:280px;
	background:#CCCCCC;
	padding:10px;
}

.section_centre_bas_droite p{
	margin-left:10px;
	margin-top:6px;
	margin-right:11px;
	margin-bottom:4px;
}

.section_centre_bas_droite strong{
	color:#000099;
}

.section_centre_bas_droite a{
	color:#f97721;
	text-decoration:none;
	font-weight:bold;

}

.section_centre_bas_droite a:hover{
	color:#3399FF;
	text-decoration:none;
}

/* section de taille fixe pour gerer positionnement relatif des deux sous-sections du bas */
.section_bas {
	height:130px;
}
