@charset "utf-8";
/* CSS Document */

body  {
	background:url(images/fond.jpg); background-repeat:repeat-x; 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#d4d4d4;
	margin: auto; 
	padding-top: 0px;
	text-align: center; 
	color:#000000;
	height:100%;
	behavior: url("menu.htc");

}

/*--------------Menu dynamique-----------------------------------*/
.listecat { 
list-style-image: url(images/puce.jpg); /* idem liste 2 */ 
margin-left: -10px;
width:160px;}

li.listecat a{
	text-decoration:none;
    color:#ff6000;
}

.listesouscat {
	list-style-image: url(images/fleche.gif);
	margin-left: -40px;
	width:150px;
}
li.listesouscat a{
	text-decoration:none;
    color:#005aff;
	font-size:11px;
}

.fondcontenu {background-color:#ffffff; width:615px; }

	
.fondleft {
	 background:url(images/design/left_fond.png); background-repeat:repeat-y; width:192px;}
	
.fondright {
	 background:url(images/design/right_fond.png); background-repeat:repeat-y; width:192px; }
.fondsousleft {
	background:url(images/design/left_fond_sous.jpg); background-repeat:repeat-y; width:192px; background-position:right;}
	
.fondsousright {
	background:url(images/design/right_fond_sous.jpg); background-repeat:repeat-y; width:192px; }


/*--------------Configuration des contenus----------------------*/
img {border:none;}

A:link		{ text-decoration: none;}
A:visited	{ text-decoration: none;}
A:hover		{ text-decoration: underline;}
.titre {font-size: 17pt; color: #ff4e00; font-weight:bold;}
.description {font-size: 12pt; color: #000000; text-align:justify;padding-left:5px;padding-right:5px;}
.soustitre {font-size: 13pt; color: #000000; text-align:justify;padding-left:5px;padding-right:5px;font-weight:bold;}


