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

html {height:100%}

body {
	background-color:#e3e3e3;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	}

a {text-decoration:none; color:#F00;}
a:hover {text-decoration:none; color:#b40e0e;}
img a {border:none;}
a img {border:none;}

.invisible {display:none}

#logo {display:block; background-image:url(images/logo-01.png); width:238px; height:45px; float:left; margin-left:23px; margin-top:6px;}
h2 {float:right; background-image:url(images/trait-vertical.gif); background-repeat:no-repeat; color:#CCC; font-weight:normal; padding-left:15px; margin-top:15px; margin-right:23px; font-size:14pt;}
h4 {color:#FF0000;	font-size: large; margin-top:7px;}



#top {
	background-image:url(images/bg-top.png); background-repeat:repeat-x;
	display:block;
	z-index:3;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 61px;
}

#bottom {
	background-image:url(images/bg-bottom.png);
	display:block;
	z-index:3;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 24px;
}

#left {
	background-image:url(images/bg-left.png);
	display:block;
	z-index:2;
	width: 240px;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}

#right {
	background-image:url(images/bg-right.png);
	display:block;
	z-index:2;
	background-color: #999;
	width: 261px;
	height: 100%;
	position: fixed;
	right: 0px;
	top: 0px;
}
#container {
	z-index:1;
	margin-left:240px;
	margin-right:261px;
	margin-top: 61px;
	margin-bottom: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom:30px;
}

#contenu {
	margin-left:auto;
	margin-right:auto;
	max-width: 800px;
}

#coin-haut-gauche { background-image:url(images/coin-haut-gauche.png); display:block; width:23px; height:61px; position:absolute;}
#coin-haut-droite {
	background-image:url(images/coin-haut-droite.png);
	display:block;
	width:23px;
	height:61px;
	position:absolute;
	right: 0px;
}
#coin-bas-gauche { background-image:url(images/coin-bas-gauche.png); display:block; width:23px; height:24px; position:absolute;}
#coin-bas-droite {
	background-image:url(images/coin-bas-droite.png);
	display:block;
	width:23px;
	height:24px;
	position:absolute;
	right: 0px;
}

#logo-fili {
	background-image:url(images/logo-fili.gif);
	display:block;
	width:225px;
	height:316px;
	margin-left: 12px;
	bottom: 24px;
	position: fixed;
}
#menu-gauche {
	margin-top: 75px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #FFF;
}
#menu-droite {
	margin-top: 75px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:28px;
	color: #FFF;
}

#menu-droite a {color: #FFF;}
#menu-gauche a {color: #FFF;}

.cadre01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #353535;
	border-bottom-color: #353535;
	margin-bottom:15px;
}
.cadre02 {
	border: 1px solid #000;
}
.cadre03 { /*(pour la colonne de gauche)*/
	display: block;
	width: 193px;
	/* [disabled]border-top-width: 1px; */
	border-right-width: 1px;
	/* [disabled]border-bottom-width: 1px; */
	border-left-width: 1px;
	/* [disabled]border-top-style: solid; */
	border-right-style: solid;
	/* [disabled]border-bottom-style: solid; */
	border-left-style: solid;
	/* [disabled]border-top-color: #353535; */
	border-right-color: #252525;
	/* [disabled]border-bottom-color: #252525; */
	border-left-color: #353535;
	background-color: #333;
}
.cadre04 { /*(pour la colonne de droite)*/
	display: block;
	width: 218px;
	/* [disabled]border-top-width: 1px; */
	border-right-width: 1px;
	/* [disabled]border-bottom-width: 1px; */
	border-left-width: 1px;
	/* [disabled]border-top-style: solid; */
	border-right-style: solid;
	/* [disabled]border-bottom-style: solid; */
	border-left-style: solid;
	/* [disabled]border-top-color: #353535; */
	border-right-color: #252525;
	/* [disabled]border-bottom-color: #252525; */
	border-left-color: #353535;
	background-color: #333;
}

ul {margin:0px}
li {
	/* [disabled]margin:7px; */
	list-style:none;
	margin-left:-40px;
	padding: 3px;
	padding-left: 10px;
}

#menu-gauche li {
	list-style:url(images/puce-01.gif);
	list-style-position: inside;
}
#menu-gauche li:hover {
	list-style:url(images/puce-01-hover.gif);
	list-style-position: inside;
}
#menu-droite li {
	list-style:url(images/puce-02.png);
	list-style-position: inside;
	padding: 4px;
	padding-left: 5px;
}
#menu-droite li:hover {
	list-style:url(images/puce-02-hover.png);
	list-style-position: inside;
}

#colonne-gauche {
	float:left;
	width:45%;
	padding-right:5%;
}

#colonne-droite {
	float:right;
	width:45%;
	background-image:url(images/point-vertical.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-left:5%;
}

.img-accueil {
	width:100%;
}

.flotte-gauche {float:left; margin:5px;}

.center { text-align:center;}
.gris {color:#999}
.rouge {color:#F33}

.mail {height:30px; padding-left:60px; background-image:url(images/mail.png); background-repeat:no-repeat; line-height:30px}
.tel-fixe {height:30px; padding-left:50px; background-image:url(images/tel-fixe.png); background-repeat:no-repeat; line-height:30px; margin-left:10px;}
.tel-mobile {height:30px; padding-left:50px; background-image:url(images/tel-mobile.png); background-repeat:no-repeat; line-height:30px; margin-left:10px;}

#actu ul li {margin-top:50px; margin-bottom:25px; background-image:url(images/point.gif); background-repeat:repeat-x; background-position:bottom;}
.feedburnerFeedBlock .headline a { font-family:Arial, Helvetica, sans-serif; font-size:18pt; font-weight:bold; color:#d53030;}

#slide-news { display:block; width:100%; padding-bottom:20px; margin-bottom:25px; background-image:url(images/point.gif); background-repeat:repeat-x; background-position:bottom;}

.cadre03 li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}
.cadre03 li:hover {
	/*border-bottom-color: #666;*/
	background-color:#555;
}
.cadre04 li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
}
.cadre04 li:hover {
	border-bottom-color: #666;
	background-color:#555;
}
.titre-menu {
	font-weight: bold;
	font-size: 11pt;
	color: #444;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#ftp li {
	padding-left:50px;
	height:32px;
	background-image:url(images/bg-ftp.png);
	list-style:none;
	background-repeat:no-repeat;
	line-height:32px;
}
#ftp li:hover {
	background-color:#333;
	background-image:url(images/bg-ftp-hover.png);
	list-style:none;
}
#rss li {
	padding-left:50px;
	list-style:none;
	height:25px;
	background-image:url(images/rss.png);
	background-repeat:no-repeat;
	line-height:25px;
}
#rss li:hover {
	background-image:url(images/rss-hover.png);
	list-style:none;
}
#twitter li {
	padding-left:50px;
	list-style:none;
	height:25px;
	background-image:url(images/twitter.png);
	background-repeat:no-repeat;
	line-height:25px;
}
#twitter li:hover {
	background-image:url(images/twitter-hover.png);
	list-style:none;
}
#fr li {
	padding-left:50px;
	list-style:none;
	height:27px;
	background-image:url(images/fr.png);
	background-repeat:no-repeat;
	line-height:27px;
}
#fr li:hover {
	background-image:url(images/fr-hover.png);
	list-style:none;
}
#en li {
	padding-left:50px;
	list-style:none;
	height:27px;
	background-image:url(images/en.png);
	background-repeat:no-repeat;
	line-height:27px;
}
#separateur {
	display:block;
	float:left;
	width:100%;
	height:2px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/point.gif);
	background-repeat: repeat-x;
}
#en li:hover {
	background-image:url(images/en-hover.png);
	list-style:none;
}



table {
	border-collapse: collapse;
	border-bottom: 1px solid #555;
	margin: 5px 0;
}
table td {
	width: 70px;
	border-top: 1px solid #555;
	padding: 3px 2px;
	text-align: left;
}
table td.premier {
	width: 120px;
}
.retour {
	clear: both;
}
table tr.head {
	background-color: #222;
	color: #fff;
}.gros-titre {
	font-size: 22pt;
	font-weight: bold;
	color: #222;
	letter-spacing: -1pt;
}

