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

body {
	background-color: #091F43;
	background-image: url(../images/lay-out/gradiant-fond-accueil.png);
	background-repeat: repeat-x;
	
}
#lumiere_fond {
	width:998px;
	height:575px;
	background-image:url(../images/lay-out/lumiere-fond-accueil.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:25px;
	z-index:1;
}
.logo{
	position:relative;
	height:58px;
	z-index: 1;
}
.menu{
	position:relative;
	width:998px;
	height:60px;
	padding-top:20px;
	background-image:url(../images/lay-out/cadre-noir-haut.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index: 1;
}
a.bt_actu{
background-image:url(../images/lay-out/titre-actu.png);
display:block;
width:102px;
}
a.bt_actu:hover{
background-image:url(../images/lay-out/titre-actu-over.png);
}
a.bt_productions{
background-image:url(../images/lay-out/titre-productions.png);
display:block;
width:116px;
}
a.bt_productions:hover{
background-image:url(../images/lay-out/titre-productions-over.png);
}
a.bt_projets{
background-image:url(../images/lay-out/titre-projets.png);
display:block;
width:78px;
}
a.bt_projets:hover{
background-image:url(../images/lay-out/titre-projets-over.png);
}
a.bt_images{
background-image:url(../images/lay-out/titre-images.png);
display:block;
width:65px;
}
a.bt_images:hover{
background-image:url(../images/lay-out/titre-images-over.png);
}
a.bt_contacts{
background-image:url(../images/lay-out/titre-contacts.png);
display:block;
width:88px;
}
a.bt_contacts:hover{
background-image:url(../images/lay-out/titre-contacts-over.png);
}
.titre_actu{
	float:left;
	position:relative;
	width:102px;
	height:23px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:232px;
	z-index: 1;
}

.titre_productions{
	float:left;
	position:relative;
	width:116px;
	height:23px;
	margin:10px;
	z-index: 1;
}

.titre_projets{
	float:left;
	position:relative;
	width:78px;
	height:23px;
	margin:10px;
	z-index: 1;
}

.titre_images{
	float:left;
	position:relative;
	width:65px;
	height:23px;
	margin:10px;
	z-index: 1;
}

.titre_contacts{
	float:left;
	position:relative;
	width:88px;
	height:23px;
	margin-right:233px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	z-index: 1;
}

.cadre_noir_fond{
	float:left;
	position:relative;
	width:998px;
	min-height:100px;
	background-image:url(../images/lay-out/cadre-noir-fond.png);
	background-position:center;
	background-repeat: repeat-y;
	z-index: 1;
}
.contenu{
	position:relative;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	width:780px;
	min-height:300px;
	background-color:#EDEDED;
	z-index: 1;
}
.footer{
	float:left;
	position:relative;
	width:998px;
	height:80px;
	background-image:url(../images/lay-out/cadre-noir-bas.png);
	background-position:top;
	background-repeat:no-repeat;
	z-index: 1;
}
.news{
	float:left;
	position:relative;
	width:648px;
	min-height:100px;
	z-index: 1;
}
.news_header{
	float:left;
	position:relative;
	width:648px;
	height:45px;
	background-image:url(../images/lay-out/contenu-fond-titres.png);
	background-repeat:repeat-x;
	z-index: 1;
}
.sous_menu{
	background-color:#FFFFFF;
	float:left;
	position:relative;
	width:160px;
	min-height:100px;
	z-index: 1;
}
.news_contenu{
	float:left;
	position:relative;
	width:648px;
	min-height:20px;
	z-index: 1;
}
.news_titre{
	margin-top:13px;
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #091F43;
}
.news_texte{
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}
.news_texte a:link {
	color: #091F43;
	text-decoration: none;
}
.news_texte a:visited {
	text-decoration: none;
	color: #091F43;
}
.news_texte a:hover {
	text-decoration: none;
	color: #091F43;
}
.news_texte a:active {
	text-decoration: none;
	color: #091F43;
}
.footer_texte{
	float:left;
	width: 998px;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #091F43;
	margin-bottom: 10px;
}
.clear{
	clear:both;
}
#general {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}
.footer_texte a:link {
	color: #091F43;
	text-decoration: none;
}
.footer_texte a:visited {
	text-decoration: none;
	color: #091F43;
}
.footer_texte a:hover {
	text-decoration: none;
	color: #091F43;
}
.footer_texte a:active {
	text-decoration: none;
	color: #091F43;
}

