@charset "utf-8";
/* CSS Document */
* { border:0px;}
    <!--
    body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background:url(/images/bg.jpg) repeat-x top #677e8a;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
		font-size:12px;
    }
     #container {
    	width: 900px;  
    	margin: 0 auto;
    	border:none;
    	text-align: left;
    }
    #header {
    	background:url(/images/bg_header.jpg) no-repeat top #f4f9fc; 
    	padding:0 ;  
   		height:100px;
    }
	#lang
	{
	padding-top:50px;
	padding-right:20px;
	text-align:right;
	}
	#lang a
	{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	}
	#lang a:hover
	{
	color:#fff;
	text-decoration:none;
	}
	#header .menu
	{
	width:581px;
	display:block;
	float:left;
	margin:53px 0px 0px 10px;
	background:#fff;
	}
	.ligne
	{
	display:block;
	height:10px;
	margin:2px 10px;
	background:#d5e3ef;
	clear:both;
	}
	#img
	{
	background:#fff;
	padding:2px 10px;
	display:block;
	}
	#smenu
	{
	padding:0px 10px;
	background:#fff;
	display:block;
	
	}
   #mainContent {
    	background: #FFFFFF;
		padding:10px;
    }
	#welcome
	{
		background:url(/images/img_bienvenue.jpg) no-repeat left top;
		display:block;
		height:275px;
		padding:20px 10px 10px 360px;
		clear:both;
	}
	#activites
	{
		display:block;
		width:650px;
		float:left;
	}
	#activites img.cadre 
	{
	margin:5px 10px 5px 0px;
	}
	#activites	.titre
	{
	background:url(/images/bg_titre.gif) no-repeat right #ededed;
	}

	#imgX
	{
	display:block;
	width:308px;
	float:left;
	}
	#contenu
	{
		padding:0px 0px 10px 10px;
		background:#fff;
		display:block;
		width:560px;
		float:right;
		
	}
	#contenu img
	{
	margin-right:14px;
	margin-top:10px;
	float:left;
	}
	#contenu ul
	{
	margin-left:50px;
	
	}
	#contenu h3
	{
	display:block;
	padding:5px 5px 5px 60px;
	margin:0px 0px 10px 0px;
	color:#749f45;
	font-size:24px;
	font-weight:normal;
	background:url(/images/arrow.gif) no-repeat 15px center #ededed;
	}
	#contenu h4
	{
	display:block;
	color:#e5901f;
	font-size:16px;
	font-weight:bold;
	
	}

	#logo
	{
	display:block;
	text-align:center;
	}
	#logo img
	{
	display:block;
	border:1px solid #cccccc;
	float:left;
	margin:10px;
	padding:3px;
	}
   #footer {
    	padding: 0 10px; 
    	background: url(/images/bg_footer.png) no-repeat  bottom ;
    }
    #footer p {
    	margin: 0; 
    	padding: 0;
    }
	#meteo
	{
	
	display:block;
	width:217px;
	padding-top:50px;
	text-align:center; 
	height:167px;
	float:right;
	}
	#commanditaire
	{
	display:block;
	text-align:center;
	background:#fff;
	clear:both;	
	
	}
	#commanditaire .titre
	{
	background:url(../images/bg_commanditaire.gif) repeat-x right #ededed;
	text-align:left;
	height:52px;
	}
	.logo
	{
	margin:10px;
	}
	#copyright
	{
		padding:5px;
		text-align:center;
		color:#fff;
	}
	#copyright a
	{
	color:#fff;
	text-decoration:underline;
	}
	#copyright a:hover
	{
	text-decoration:none;
	}
	.clear
	{
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
	}
	
	#xtab
	{
	border:1px solid #efefef;
	}
	#xtab td
	{
	border:1px solid #efefef;
	padding:5px;
	}
	.box
	{
	border:1px dotted #CCCCCC;
	}
	.box td
	{
	padding:5px;
	}
	.xTitre
	{
	color:#e08b1f;
	}
	
a { color:#666666;
	text-decoration:underline;}
	
a:hover { color:#666666;
	text-decoration:none;}
	
/*###################################################*/
/*			Drop Down Menu							 */
/*###################################################*/

#dropdown h2 {
	display:none;
	}

		
		
/* Suckerfish Menu Styles ///////////////////////////////////////////*/

#dropdown .menu, #dropdown .menu ul { /* all lists */
	padding:0;
	margin:0;
	list-style: none;
	z-index:100;
	clear:both;
	
}

#dropdown .menu a {
	display: block;
	width:auto;
	font-weight:bold;
	color:#474038;
	text-decoration:underline;
	/*white-space:nowrap;*/
	padding:0px;
	
}

#dropdown .menu li { /* all list items */
	float: left;
	width:auto; 
	list-style:none;
}

#dropdown .menu li ul { /* second-level lists */
	position: absolute;
	background:url(images/drop-down-bottom-bg.gif) bottom no-repeat;
	padding-bottom:18px;
	width:200px;
	border-top:1px solid white;
	line-height:1;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:1000;
}

#dropdown .menu ul a {
	display: block;
	width:185px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	text-align:right;
	padding:10px 12px 10px 24px;
	border-top:1px solid #d97a01;
	background:#da7700 url(../images/bg_smenu.gif) repeat-x;
}


#dropdown .menu ul a:hover {
	background:#729d44 url(../images/bg_smenu_hover.gif) left repeat-x top;
	color:white;
	border-top:#a6cc77 1px solid;
}

#dropdown .menu li ul li ul { 
	position:relative;
	border-top:none;
	background:none;
	padding:0;
}

#dropdown .menu li ul ul a { 
	background:#7E7061 url(images/li-li-bg.png) 24px 40% no-repeat;
	width:165px;
	padding-left:35px;
}

#dropdown .menu li ul ul a:hover { 
	background:#7E7061 url(images/li-li-bg.png) 24px 40% no-repeat;
	color:white;
}

#dropdown .menu li ul ul { /* third-and-above-level lists */
	/*margin: -1em 0 0 200px;*/
}

#dropdown .menu li:hover ul ul, #dropdown .menu li:hover ul ul ul, #dropdown .menu li.sfhover ul ul, #dropdown .menu li.sfhover ul ul ul {
	left: -999em;
}

#dropdown .menu li:hover ul, #dropdown .menu li li:hover ul , #dropdown .menu li li li:hover ul, #dropdown .menu li.sfhover ul, #dropdown .menu li li.sfhover ul, #dropdown .menu li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#header-nav ul li:hover,
#header-nav ul a:hover {
			text-decoration:none;
			background:#474038 url(images/header-li-bg.png) repeat-x;
			color:white;
			}
	
			/*###################################################*/
			/*			Fin Drop Down Menu						 */
			/*###################################################*/

#xform
{
	padding:0px 0px 10px 10px;
	background:#fff;
	display:block;
	width:560px;
	float:right;
	clear:both;
}
#xform h3
	{
	display:block;
	padding:5px 5px 5px 60px;
	margin:0px 0px 10px 0px;
	color:#749f45;
	font-size:24px;
	font-weight:normal;
	background:url(/images/arrow.gif) no-repeat 15px center #ededed;
	}
#formu
{
width:550px;
height:400px;
border:none;
}