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

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

a{
	text-decoration: none;
	color: #000;
	}

a:hover{text-decoration: underline;}
	
#menu2 a{
	color: #FFF;
	}

#menu2 a:hover{
	text-decoration: underline;
	color: #FFF;}

#page {
	height: 940px;
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}
#page #header {
	height: 143px;
	width: 964px;
}
#page #header #menu {
	height: 38px;
	width: 964px;
	margin-top: 19px;
}
#page #contenu {
	background-color: #FFF;
	height: 995px;
	width: 964px;
	position: absolute;
}
#page #contenu #texte_contenu {
	/*background-color: #000;*/
	height: 950px;
	width: 550px;
	margin-top: 50px;
	margin-left: 20px;
	position: absolute;
	margin-top:0;
	overflow: auto;
}
#page #contenu #illustration {
	background-color: #FFF;
	height: 429px;
	width: 350px;
	background-image: url(images/illustration_sommaire.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	background-position: center;
	
}
#page #contenu #contact {
	height: 203px;
	width: 350px;
	position: relative;
	margin-top: 450px;
	background-image: url(images/illustration_contact.jpg);
	background-repeat: no-repeat;
	
}
#page #contenu #contenu_haut {
	width: 950px;
	margin-top: 20px;
	margin-left: 10px;
	position: relative;
	height: 948px;
}
#page #contenu #pied {
	margin-top: 30px;
	text-align: right;
}

#page #contenu #illustration img{
	margin-bottom: 50px;
	margin-left: 40px;
	}
	
#accueil{
	width: 150px;
	height: 38px;
	background-image: url(images/accueil.png);
	/**background: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/accueil.png');*/
	background-position: left;
	background-repeat: no-repeat;
	}
	
#accueil a{
	padding-top: 20px;
	}

#menu_haut{
	width: 220px;
	height: 100px;
	position: relative;
	/*background-color: #000;*/
	margin-left: 700px;
	bottom: 90px;
	}

#menu2 {
	list-style: none;
	color: #FFF;
	/*line-height: 25px;*/
}

#menu2 a {
	text-decoration: underline;
}
	
#detail_texte_contenu{
	color: #000;
	line-height: 25px;
	margin-top: 20px;
	margin-left : 20px;
	text-align: justify;
	margin-right: 20px;
	
	}

#titre_texte_contenu{
	color: #1d69af;
	font-size: 30px;
	margin-top: 20px;
	margin-left: 20px;
	
	
	}
	
#menu{
	width: 964px;
	background-image: url(images/menu.png);
	/**filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menu.png');
    *background: none;*/
	background-repeat: no-repeat;
	height: 37px;
	}
	
#detail_texte_contenu a{
	color: #06C;}
