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

body{
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000;
}
 
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #936563;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #936563;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #936563;
}
p,h1,h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
}
h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
}




#header{
	height: 60px;
	background:url(../IMG/STRUCTURE/bordure_header.jpg) bottom left repeat-x;
	margin:40px;
	margin-bottom:30px;
}
	#texte_header {
		float:left; 
		width:200px;
	}
	#blanc_header {
		width:30px;
		background-color:#FFF;
		height:60px;
		float:left;
	}
	#titre_header {
		float:left; 
		width:200px;
	}
#gauche{
	float:left;
	width:200px; 
	margin-left:40px;
}
#droite{
	overflow:hidden;
}
	#contenu_projet {
		margin-left:30px;
		text-align:center;
	}
		#image_projet {
			margin-bottom:20px;
			text-align:center;
		}
		#texte_projet {
			text-align:center;
		}
	#contenu_droite {
		margin-left:30px;
	}
		.image_news {
			float:left; 
			width:150px; 
		}
		.texte_news {
			margin-left:160px;
		}
			.date_news {
				color:#936563;
				margin-bottom:10px; 
				margin-right:40px;
				font-weight:bold;
			}
			.contenu_news {
				margin-right:30px;
			}
				.titre_news {
					font-weight:bold;
					color:#936563;
				}
		.container_vignette_projet_generique {
			float:left;
			margin-right:14px;
			margin-bottom:15px;
		}
		a.vignette_projet_generique {
			filter : alpha(opacity=75);
   			-moz-opacity : 0.75;
    		opacity : 0.75;
		}
		a.vignette_projet_generique:hover {
			filter : alpha(opacity=100);
   			-moz-opacity : 1;
    		opacity : 1;
		}
		.texte_projet_generique {
			text-align:center;
			padding:5px;
			background:#936563;
			color:#FFF;
		}
		
		a.vignette_affiche_generique {
			float:left;
			margin-right:15px;
			margin-bottom:15px;
			border:1px solid #936563;
			filter : alpha(opacity=75);
   			-moz-opacity : 0.75;
    		opacity : 0.75;
		}
		a.vignette_affiche_generique:hover {
			filter : alpha(opacity=100);
   			-moz-opacity : 1;
    		opacity : 1;
		}
	
	#contenu_vignette {
		bottom:80px;
		position:absolute;
		height:60px;
		margin-left:30px;
	}
		a.vignette {
			border:1px solid #936563;
			height:50px;
			width:50px;
			float:left;
			margin-right:10px;
			filter : alpha(opacity=75);
   			-moz-opacity : 0.75;
    		opacity : 0.75;
		}
		a.vignette:hover {
			filter : alpha(opacity=100);
   			-moz-opacity : 1;
    		opacity : 1;
		}
		.vignette {
			border:1px solid #936563;
			height:50px;
			width:50px;
			float:left;
			margin-right:10px;
			filter : alpha(opacity=100);
   			-moz-opacity : 1;
    		opacity : 1;
		}
		
#footer{
	width:100%;
	clear: left;
	text-align: center;
	bottom:0px;
	position:fixed;
	height:80px;
	background:url(../IMG/STRUCTURE/bordure_footer.jpg) top left repeat-x #FFF;
}
	#footer_gauche {
		float:left; 
		width:270px;
		background-color:#FFF;
		height:50px;
	}
	#footer_droite {
		float:right; 
		width:40px;
		background-color:#FFF;
		height:50px;
	}
 
.beige {
	color:#936563;
	text-decoration:none;
}
.hauteur {
	height:5px;
}
a.menu {
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
h2 {
	text-decoration:none;
	font-weight:bold;
}
.separateur {
	clear:both;
}
a.menu_projet {
	margin-left:15px;
	color:#000;
	padding-bottom:5px;
	text-decoration:none;
	display:block;
	font-size:10px;
}
a.menu_projet:hover {
	color:#936563;
}
