@charset "utf-8";
/* CSS Document */
body {	
	color: #000000;	
	background-image: url(../images/background.jpg);	
	background-repeat: repeat-x;	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;	
	margin: 0;
	text-align:center;
}

span.selected{
	background-color:#c32c2d; 
	padding:2px	
}

span.unselected{
	background-color:white; 
	padding:2px
}

h1,h2,h3,h4,h5{
	color: #3c5ea5;
}

a, a:hover{
	text-decoration: underline;
	color: #3c5ea5;
	font-weight: bold;
}


td.field_form{
	font-weight: bold;
}

div#structure {		
	width: 980px;	
	margin: 0 auto;
	text-align:left;
}

div#soumission_upper_link{
	float:right; 
	margin-bottom:6px;
}

div#soumission_upper_link a{	
	color: #FFFFFF;
}

div#header{
	clear:both;
	padding:0px;
	height: 124px; 
	margin:0px;
}

div#header_logo{
	float:left;
}

div#header_logo img{
	margin:0px;
}


div#header_flash{
	float:left; 
	height: 124px; 
	width:525px;
	overflow:hidden; 
	margin-top:1px;
}

div#header_entete{
	width:195px; 
	height: 125px; 
	float:left;
	background-image: url('../images/header_droite.jpg'); 
	text-align:center;
}

div#menu{
	height: 40px;
	clear:both; 
	background-image: url('../images/menu.jpg');
}

div#menu div{
	margin:0px 15px;
	text-align:center; 
	float:left; 
	padding-top: 8px;
}

div#addthis {
	width: 130px; 
	text-align:center; 
	float: right; 
	padding-right:35px; 
	padding-top: 8px;
}

div#menu a{
	color: #FFFFFF;
	text-decoration: none;
}

div#menu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#bacatemplate{
	font-size:12px;
	overflow:hidden;
	padding:10px;
	float:left;
	text-align:left;
	background-color:#fff;
}

div#footer_background{
	background-image: url('../images/footer_1.jpg'); 
	clear:both;
	height: 36px;
}

div#footer{
	float:right; 
	padding-right: 15px;
}

div#footer div {
	width:100px;
	text-align:center;
	float:left;
	padding-top:8px;
}
div#footer div.menu_large {
	width:105px;
	width:120px;
}

div#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.no-deco{
	text-decoration:none;
}
