body{
	/*background-color:#017fba;*/
	background-color:#009cdd;
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
	font-size:0.85em;
}



img{
	border:none;
}

table, td, tr{margin:0;padding:0;text-align:left;vertical-align:top;font-family: arial, sans-serif;
font-size:1em;}

.liens p{
	display:block;
	margin:0;
	margin-bottom:8px;
	
}

.contact p{
	margin-bottom:12px;
}

.winwin {
	margin-top:7px;
	margin-bottom:5px;
	font-weight:bold;
	font-style:italic;
	color:#dc35a5;
}

#bloc_logo{
	position:absolute;
	top:30px;
	left:-200px;
	z-index:81;
}


#img_accueil{
	position:absolute;
	top:30px;
	left:-1020px;
	z-index:80;
}

#noscript_div{
	width:400px;
	margin-top:20px;
	background-color:white;
	padding:30px;
}

img{border:none;}

a{
	color:#e13288;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

b{
	font-size:0.9em;
}

li{margin-bottom:5px;}

#conteneur_accueil{
	position:absolute; 
	top:150px;
	height:750px;
	width:390px;
	left:-390px;
	z-index:91;
}
.padding_contenu {
	padding:5px 40px 20px 20px;
}

.padding_menu{
	padding:0 0 0 20px;
}

.padding_contenu_gauche{
	padding:5px 40px 20px 15px;
}

.bloc_ligne_haut{
	height:20px;
}
.bloc_ligne_bas{
}
.ombre_haut{
	background:url('img/ombre/haut.png'); 
	float:left; 
	width:20px; 
	height:20px;
}
.ombre_gauche{
	background:url('img/ombre/gauche.png');
	float:left; 
	width:20px;
	height:600px;
}
.zone_contenu{
	float:left; 
	background-color:white; 
	height:600px;
}
.zone_haut{
	background-color:white;

	height:20px;
	float:left;
}
.bloc_ombre_bas{
	height:20px;
}
.ombre_bas{
	float:left;
	height:20px;
	background:url('img/ombre/ombre_bas.png');
}
.ombre_coin_bas{
	float:left;
	width:20px;
	height:20px;
	background:url('img/ombre/ombre_coin_bas.png');
}


.col_gauche{
	position:absolute;
	z-index:100;
	top:150px;
	width:200;
	height:900px;
	left:-200px;
}

.col_milieu{
	position:absolute;
	width:202px;
	top:150px;
	height:900px;
	z-index:90;
	left:-200px;
}



.col_droite{
	position:absolute;
	z-index:80;
	top:150px;
	width:600px;
	height:900px;
	left:-600px;
}

.col_droite b{
	text-transform:uppercase;
}

/* CATALOGUES */
.fiche_catalogue{
	width:520px;
	border:solid black;
	border-width:0 0 1px 0px;
	margin-bottom:15px;
}
.image_catalogue{
	width:180px;
	height:180px;
	float:left;
}

.image_catalogue img{
	border:solid black 1px;
}

.infos_catalogue{
	float:left;
	width:340px;
}
.haut_fiche{
	margin-bottom:10px;
}

.majuscules{
	font-size:1em;
	color:black;
	font-weight:bold;
	text-transform:uppercase;
}

.intros{
	border:solid black;
	border-width:0 0 1px 0;
	margin-bottom:10px;
	padding-bottom:10px;
}



