/*
	Mise en forme du site
*/

/* Balises standard */
*{
	font-family:verdana,sans-serif;
	font-size:12px;
}
body{
	padding:0;
	margin:0;
	color:#000000;
	background-image: url(/images/fond.gif);
	text-align:center;
}
h1,h2,h3{
	color:#cc0000;
	margin:10px 0 10px 0;
}
h1{
	font-size:18px;
}
h2{
	font-size:14px;
}
h3{
	text-decoration:underline;
	font-weight:normal;
	margin:10px 0 0 0;
}
p{
	margin:0 0 10px 0;
}
a{
	color:#cc0000;
}
a img{
	border:none;
}
table{
	width:100%;
	border-collapse:collapse;
	margin:0 0 10px 0;
	clear:both;
}
table caption{
	background-color:#cc0000;
	color:#ffffff;
	font-size:18px;
	text-align:left;
	font-weight:bold;
}
thead th{
	border-bottom:1px solid #cc0000;
	height:20px;
	color:#cc0000;
}
td.c1{
	color:#cc0000;
	font-weight:bold;
}
td.c2{
	font-weight:bold;
	width:250px;
}
blockquote{
	margin:0;
	padding:0 0 0 10px;
}

/* Conteneur de la page */
.page{
	width:700px;
	margin:0 auto 0 auto;
}

/* Menus (haut et bas de page) */
.menu{
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	list-style:none;
	float:left;
}

/* Haut de page */
#haut{
}
#haut .menu li a{
	display:block;
	width:98px;
	height:23px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#cc0000;
	border:1px outset #cc0000;
	text-decoration:none;
	font-size:10px;
	line-height:20px;
}
#haut .menu li a:hover{
	background-color:#970000;
}
#haut .menu ul{
	visibility:hidden;
	position:absolute;
	margin:0;
	padding:0;
	z-index:3;
}
#haut .menu ul li{
	float:none;
}
#haut .menu ul li a{
	width:140px;
	border-top:none;
	text-align:left;
	padding:0 0 0 5px;
}

/* Contenu de la page */
#contenu{
	clear:both;
	text-align:left;
	border-left:2px solid #cc0000;
	border-right:2px solid #cc0000;
	overflow:auto;
	background-color:#ffffff;
	padding:0 0 10px 0;
}
#contenu .gauche,
#contenu .colonne{
	float:left;
}
#contenu .droite{
	float:right;
}
#contenu .separateur{
	clear:both;
}
#contenu .trait{
	clear:both;
	border-bottom:1px solid #cc0000;
}
#contenu ul{
	margin:0 0 10px 0;
	padding:0;
}
#contenu ul *{
	font-size:10px;
}
#contenu ul li{
	list-style:none;
	background-image:url(/images/puce.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
	padding:0 0 0 10px;
}
#contenu .colonne.gauche,
#contenu .colonne.droite{
	width:49%;
}
#contenu .visuel.gauche{
	margin:0 20px 0 0;
}

/* Règle le padding de tous les éléments du contenu à 10px, saud les visuels qui eux sont "collés au bord" */
#contenu h1,
#contenu h2,
#contenu h3,
#contenu p,
#contenu ul,
#contenu img{
	padding:0 10px 0 10px;
}
#contenu .visuel img{
	padding:0;
}

/* Bas de page */
#bas{
	clear:both;
}
#bas .menu{
	background-color:#cccccc;
	overflow:auto;
	height:25px;
	border-left:2px solid #cc0000;
	border-right:2px solid #cc0000;
	padding:0 0 0 80px;
}
#bas .menu li{
	margin:0 10px 0 0;
	line-height:22px;
}
#bas #adresse{
	clear:both;
	background-color:#ba1400;
	padding:1px 0 5px 0;
}
#bas #adresse,
#bas #adresse a{
	color:#ffffff;
	font-size:10px;
}
#bas #adobe,
#bas #top,
#bas #mentions{
	width:32%;
	float:left;
}
#bas #adobe,
#bas #mentions{
	margin:10px 0 0 0;
}
#bas #ircf{
	clear:both;
}
#bas #ircf *{
	color:#000000;
}

/* Mise en forme des produits sur toutes les pages */
.produit{
	text-align:center;

}
.produit *{
	text-align:left;
}

/* Page d'accueil */
#accueil .colonne.gauche{
	width:199px;
	margin:0;
	border-right:1px solid #cc0000;
}
#accueil .colonne.droite{
	width:496px;
}
#accueil .colonne.gauche p{
	font-size:10px;
}
#accueil .produit{
	border-bottom:1px solid #cc0000;
}

/* Page produits régionaux */
#produits-regionaux h2{
	clear:both;
	background-color:#cc0000;
	color:#ffffff;
}
#produits-regionaux .produit{
	width:170px;
	float:left;
	border-left:1px solid #cc0000;
	margin:0 0 0 -1px; /* Bidouille pour cacher la bordure de gauche ...*/
}

/* Page Plan du site */
#plan-du-site #contenu ul li{
	background-image:url(/images/ico-page.gif);
	background-position:0 0;
	padding:0 0 0 32px;
	line-height:24px;
}
#plan-du-site #contenu ul li a{
	font-weight:bold;
}

/* Page Documents */
#documents #contenu ul li{
	background-image:url(/images/logopdf.gif);
	background-position:0 0;
	padding:0 0 0 25px;
	line-height:20px;
}

/* Page Contact */
#contact table{
	margin:0 0 0 10px;
	width:auto;
}

/* Administration */
#admin table{
	margin:0 0 0 10px;
	width:auto;
}
.message{
	color: #cc0000;
	font-weight:bold;
}