/* CSS Document */
body {
	background-color: #EEEEF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#site {
	position: absolute;
	left: 50%;
	margin-left:-500px;
	top: 0px;
	width: 1000px;
	z-index: 5;
}

#fond {
	margin:0;
	padding:20px 10px 70px 10px;
	position:relative;
	background-color: #EEEEF0;
}

#secteur {
	margin:0;
	padding:20px 10px 70px 10px;
	position:relative;
	background-color: #EEEEF0;
	background-image: url(/images/fdall.gif);
	background-repeat: repeat-y;	
}

#facteur {
	margin:0;
	padding:20px 10px 70px 10px;
	position:relative;
	background-color: #EEEEF0;
	background-image: url(/images/fdfacteur.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
}

#accueil {
	margin:0;
	padding:20px 0px 70px 0px;
	position:relative;
	background-color: #EEEEF0;
	background-image: url(/images/fd.gif);
	background-repeat: no-repeat;	
}

/* Pour l\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'accueil */

table.accueil {
	width:980px;
}

table.accueil td
{
	vertical-align: top;
	font-size:11px;	
}
	
table.accueil td.kiosque {
	text-align: center;
	width: 343px;
}

/* Pour toutes les pages */

table.page {
	width:980px;
	padding:0;
	margin: 0;
	vertical-align: top;
}

table.page td
{
	vertical-align: top;
	font-size:11px;	
}
	
td.kiosque {
	width: 250px;
}

td.kiosque2 {
	width: 250px;
	padding: 0;
	margin: 0;
}

td.visu {
	width: 200px;
}

td.info {
	
}

div.submenu {
	margin-top: 20px;	
}

div#dark-background
{
	background: url(/images/fd.gif) repeat-y;
}
h2, .important2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:0;
}

h3, .important {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0;
}

.arrow {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-image: url(/images/fleche.gif);
	font-size:11px;
}

.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	list-style-image: url(/images/fleche.gif);

}
a.link2 {
	color: #666666;
	text-decoration: none;
	font-size: 8px;
}

a:link {
	color: #666666;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #666666;
}


	.backalt{
	background:url(/images/bando_cadev.jpg) top left no-repeat;
	height:250px;
	}
	
	.langalt{
	height:172px;
	text-align:right;
	padding-right:50px;
	}
	
	.menu {
	width:900px;
	font-size:0.85em;
	position:relative;
	z-index:100;
	}
	
	/* remove all the bullets, borders and padding from the default list styling */
	.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	.menu ul ul {
	width:180px;
	}
	/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	.menu li {
	float:left;
	width:180px;
	position:relative;
	}
	/* style the links for the top level */
	.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#000; 
	width:169px; 
	height:30px; 
	border:1px solid #fff; 
	border-width:1px 1px 0 0; 
	background:#FFCB00; 
	padding-left:10px; 
	line-height:29px;
	}
	/* a hack so that IE5.5 faulty box model is corrected */
	* html .menu a, * html .menu a:visited {
	width:180px;
	w\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\idth:169px;
	}
	
	
	/* hide the sub levels and give them a positon absolute so that they take up no room */
	.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:180px;
	}
	/* another hack for IE5.5 */
	* html .menu ul ul {
	top:30px;
	t\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\op:31px;
	}
	
	
	/* style the table so that it takes no ppart in the layout - required for IE to work */
	.menu table {position:absolute; top:0; left:0;}
	
	/* style the second level links */
	.menu ul ul a, .menu ul ul a:visited {
	background:#FDF2D2; 
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:159px
	/* yet another hack for IE5.5 */
	}
	* html .menu ul ul a{
	width:180px;
	w\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\idth:169px;
	}
	
	
	/* style the top level hover */
	.menu a:hover, .menu ul ul a:hover{
	color:#000; 
	background:#FFCB00;
	}
	.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background:#FFE378;
	}
	
	/* make the second level visible when hover on first level list OR link */
	.menu ul li:hover ul,
	.menu ul a:hover ul{
	visibility:visible; 
	}
	
	//////////////////////////////////Formulaires
	
	fieldset {
	margin-bottom: 1em;
	border: 0;
	width: 600px;
	margin: 0.5em;
	padding:20px;
}

fieldset p {
	padding: 0 0 20 0.5em;
	padding: 0 0 20 0.5em;
	clear: both;
}
legend {
	margin: 0 0 0.5em 8px;
	padding: 0.3em;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

label {
	display: block;
	float: left;
	width: 40%;
	text-align: right; /* n\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'h�sitez pas pas � aligner � gauche, c\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'est pas mal aussi */
	margin: 0 1em 0 0;
	padding: 0.1em;
	}
	
.fullform {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
}

input.text {
	width: 200px;
	border: 1;
	margin-right: 0.25em;	

}

textarea {
	width: 300px;
}

.titre_menualt{
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	padding-top:5px;
	width:620px;
	}

.mailer_event{
	font-size:16px;
	text-align:left;
	padding-left:13px;
	}
	
.eco_alt{
	width:270px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	list-style-image: url(/images/fleche.gif);
	}
.licom{
	list-style-type: none;
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0% 65% 0% 2%;
	padding-left: 30px;
	font-size:12px;
	padding-bottom:5px;
	margin-bottom:10px;
	}


td.facteurscap {
	width: 240px;
	text-align:left;
}

.facteurscap li{
	list-style-type: none;
	background-image: url(/images/fleche.gif);
	background-repeat: no-repeat;
	background-position: 0% 30% 0% 2%;
	padding-left: 15px;
	padding-bottom:5px;
	}

.facteurscap li:hover{
	list-style-type: none;
	background-image: url(/images/fleche_bas.gif);
	background-repeat: no-repeat;
	background-position: 0% 30% 0% 2%;
	padding-left: 15px;
	padding-bottom:5px;
	}
.news1{
        color: #5BAC26;
        font-weight: bold;
        }
.news2{
        color: #CCCCCC;
        font-size: 18px;
        }
.news3{
        color: #5BAC26;
        font-weight: bold;
        font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
        }
.news4{
        font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
        }
.news5{
        font-size: 18px;
        }

.__puce_triangle {
	list-style-type: none;
	background-image: url(/images/fleche.gif);
	background-repeat: no-repeat;
	background-position: 0% 30% 0% 2%;
	padding-left: 15px;
	padding-bottom:5px;
}
.__puce_superieur {
	list-style-type: none;
	background-image: url(/images/fleche_sup.gif);
	background-repeat: no-repeat;
	background-position: 0% 30% 0% 2%;
	padding-left: 15px;
	padding-bottom:5px;
}
.__puce_rond {
	list-style-type: none;
	background-image: url(/images/fleche_rond.gif);
	background-repeat: no-repeat;
	background-position: 0% 30% 0% 2%;
	padding-left: 15px;
	padding-bottom:5px;
}

#menu_coupe {
overflow : hidden;
height : 208px;
}
#menu_titre{
height: 47px;
background-color: #dddddd;
}