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

body {
	background-color: #FFFFFF;
	/*background-image:url('../images/backgroundImage.jpg');*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#512055;
	margin:0;
}

a:link, a:visited {color:#512055; text-decoration:none;}
a:hover, a:active {color:#888; text-decoration:none;}

#cadre_global {
	width:1040px;
}

#header {
	background-image:url('../images/headline.jpg'); 
	background-repeat:no-repeat; 
	width:1024px; 
	height:113px;
	margin-top:5px;
}

#colonne_gauche {
	float:left; 
	width:205px;
}

#colonne_droite {
	float:left;	
	width:830px;
}

#footer {
	text-align:center;
}

#menu {
	height:30px;
	margin-top:27px;
	margin-right:105px;
	font-weight:normal;
	float:right;
}

#main_frame {
	margin-top: -30px;
}

#search {
	height:33px;
}

#image_centrale {
	float:left;
	width:630px;
	height:430px;
}
#image_centrale img {
	border:1px solid #512055;
	margin-left:4px;
	margin-bottom:4px;
}

#flash_central {
	float:left;
	margin-left:15px;
	width:830px;
	height:420px;
}
#image_centrale object {border:0px;}

#liste_activites {
	float:left;
	width:200px;
	height:430px;
}
#liste_activites img {border:0px;}
#liste_activites div {margin-bottom:9px;}

#container {
	background-image:url('../images/container_bg.gif'); 
	background-repeat:repeat-y;
	font-size: 10px;
	width:200px;
	margin:3px;
	margin-left:4px;
	margin-bottom:5px;
}
#container_noel {
	background-image:url('../images/container_bg 2.gif'); 
	background-repeat:repeat-y;
	font-size: 10px;
	width:200px;
	margin:3px;
	margin-left:4px;
	margin-bottom:5px;
}
#container img {
	display:block;
}

#container .title {
	font-weight:bold;
	font-color:#512055;
	font-size:14px;	
	border-bottom:1px solid #512055;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
	margin-bottom:8px;
}
#container_noel .title_noel {
	font-weight:bold;
	font-size:14px;	
	border-bottom:1px solid #512055;
	font-color:#512055;
	margin-bottom:8px;
}
#container .margin {
	width:170px;
	margin-left:15px;
}
#container .margin_noel {
	width:170px;
	margin-left:15px;
}
#menu_categorie {
	text-align:center;
}
#menu_categorie img {margin:2px; border:0px;}


.mini {
	font-size:7px;
}

input {
	color:#512055;
}
