/* CSS Document */
body {
		background-image: url(../img/menuCSS/bg_1.png);
		font-size: 80%;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
}
#primarycontent{
margin: 0px auto;
/*background-color:#b7e29a;*/
width: 800px;
height: 100%;
min-height: 600px;
background-image: url(../img/menuCSS/degrade.jpg);
border-left-color:#999999;
border-left-style:solid;
border-left-width:thin;
border-right-color:#999999;
border-right-style:solid;
border-right-width:thin;
}
#header { 
margin: 0;
padding: 0;
	width: 800px;
	height: 210px;
	overflow:hidden;
}
#header a { text-decoration:none; border: 0px;}
#header a:link {text-decoration:none; border:0px;}
#header a:visited {text-decoration:none; border:0px;}
#header .img{border: 0px;}
#logo {
margin: 0px 0px 0px 20px; padding:0; width: 200px; height: 270px; overflow:hidden; z-index:20;}
#footer {
position:relative;
text-align:center;
margin-left:200px;
padding: 0px;
width: 600px;
height: 30px;
clear:both;
}
#zoneinfo {
	float: right;
	margin-top: 15px;
	width: 575px;
	min-height: 300px;
	z-index: 0;
	/*background-color: #b7e29a;*/
	
	}
#colonne {width: 190px; float:left;}
/*propriétés communes aux 4 coins du cadre*/
#haut-g, #haut-d, #bas-g, #bas-d {
height: 14px; width: 14px;
background-repeat:no-repeat;
font-size:1px; /*correction bogue IE5*/
}
/*propriétés spécifiques aux quatre coins du cadre*/
#haut-g{background-image:url(../img/cadre/haut_g.png);}
#haut-d{background-image:url(../img/cadre/haut_d.png); float: right;}
#bas-g{background-image:url(../img/cadre/bas_g.png);}
#bas-d{background-image:url(../img/cadre/bas_d.png); float: right;}

#bloctexte { /*bloc qui contient le bloc "contenu"*/
	width: 550px;
	background-color: #fff;
}
#contenu p{margin: 0 1em; }/*gestion des espace entre les paragraphes}*/
#contenu {background-color: #fff; width: 500px;}
#barre-liens{
	position: relative;
	top: 0;
	/*color:#993366;*/
text-align: left;
text-indent: 20px;
	font-size:11px;
	font-weight: bold;
	line-height: 11px;
	color: #fff;
	width: 800px;
	height: 18px;
	background-image: url(../img/menuCSS/fondmenu_1.png);
	left: 0;
}

#email {
margin-left: 25px;
}
#filandiere {position: relative;
top: 205px;
left: 255px;
width: 480px;
height: 150px;
background-image: url(../img/menuCSS/filandierelogo.gif);
z-index: 2;
}
#menu {

	margin-top: 25px;
	padding: 0px;
	width: 170px;
	/*background-color: #b7e29a; vert*/
	text-indent: -16px;
	}
#menu a { /*affiche une puce via une image de fond*/
text-decoration: none; 
color: #993366; /*bordeau*/
padding-left: 15px;
background: url(../img/menuCSS/puce.gif) left no-repeat;
}
#menu a:hover { /*change la couleur de la puce via une image de fond et la couleur du texte*/
background: url(../img/menuCSS/puce_over.gif) left no-repeat;
text-decoration: none; 
color: #ff9900; /*orange*/
}
#menu li {
display:block;
border-bottom-width: 1px;
border-bottom-color: #999966;
border-bottom-style:dashed;
}

ul{
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.9em;
	list-style-type: none;
}
.liste {text-transform:none; color:#000; font-size: 100%;
		font-family: Arial, Helvetica, sans-serif; font-weight:normal;}
a {
	/*text-transform:uppercase;*/
	color: #993366;
	text-decoration: none;
}
a:link {color:#993366;}
a:visited {color:#993366;}
a:hover {color: #ff9900;}
p {
margin: 0;
padding: 0;
text-align: justify;
}
.bold {
font-weight: bold;
}
h1 { font-size:200%;}
h2 { font-size:150%; font-weight:bold; margin: 0 0 0 1em;}
h3 {
	font-size:130%;
	font-weight:bold;
	margin: 0em 0em 1em 0.8em;
	color:#993366;
	text-transform: uppercase;
}
h4 {
	font-size:100%;
	font-weight:bold;
	margin: 0em 0em 1em 1em;
	color:#993366;
	text-transform: uppercase;
}
.italique {
font-style:italic;}
.imgFirstRight {
margin: 0em 0.1em 0.5em 1em;
padding:0px 0 0 0;
float: right;
}
.imgFirstLeft {
margin: 0em 1em 1em 0em;
padding:0px 0 0 0;
float: left;
}
.imgRight {
margin: 1em 1em 1em 1em;
padding:0px 0 0 0;
float: right;
}
.imgLeft {
margin: 1em 1em 1em 1em;
padding:0px 0 0 0;
float: left;
}
.img {border: 1px #999999 solid;}
.separation {clear: both;
visibility:hidden;}
