body {
	background-color: #090d18;
	color: #CBE9EC;
	text-align: justify;
	font-family: verdana, times, sherif;
	font-size:0.8em;
	margin: 0px;
}

#entete {
}

#entete_interieur {
	background-image: url("images/haut/terre_02.png");
	background-repeat: repeat-x;
	height: 200px;
}
	

#contenu {
	margin: auto;
	width: 720px;
	background-image: url("images/contenu/contenu_milieu.png");
	background-repeat: repeat-y;
	background-color: #000000;
/*
	background-color: #011c1f;
*/
}

#contenu2 {
	background-image: url("images/contenu/contenu_haut.png");
	background-repeat: no-repeat;
}

	#menu {
		width:382px;
		margin-left: auto;
		margin-right: auto;
	}

		#menu_gauche{
			float:left;
			background-image: url("images/menu/menu_gauche.png");
			background-repeat: no-repeat;
			width: 18px;
			padding:29px 0px;
		}
		
		.menu_item{
			float:left;
			background-image: url("images/menu/menu_item.png");
			background-repeat: no-repeat;
			width: 115px;
			padding:25px 0px;
			
			text-align: center;
			font-weight: bold;
		}
		
		.menu_item:hover{background-image: url("images/menu/menu_item_select.png");}
		
		#menu_droite{
			float:left;
			background-image: url("images/menu/menu_droite.png");
			background-repeat: no-repeat;
			width: 18px;
			padding:29px 0px;
		}

#content {
	float:left;
	width:660px;
	padding-bottom: 5px;
	padding-left: 35px;
	padding-right: 25px;
	
	text-align : justify;
}


#copyright {
	padding-top : 20px;
	margin-left: auto;
	margin-right: auto;
	width: 720px;

	background-image: url("images/contenu/contenu_bas.png");
	background-repeat: no-repeat;
	
	font-size : 0.7em;
	text-align : center;
}


h2 {
	margin-top : 0px;
	margin-bottom : 10px;
	border-bottom : 1px solid #AEAEAE;
}

h3 {
	margin :0px;
	font-size : 1.1em;
}

a {
	color : #38535c;
	text-decoration : none;
	border-bottom: 1px dashed black;
}

a:hover {text-decoration: underline;}

a img {border:none;}

a.no_border {border:none;}


li {list-style-image:url(images/puce.gif);}


p#signature {
	text-align: right;
	font-style: italic;
	padding-right: 40px;
}

ul{list-style-type:square;}

ul.realisations, ul.images {
	list-style-type:none;
	margin : 0px;
	padding : 0px;
}

ul.realisations li{
	display : inline;
	width :  80px;
	font-size : 10px;
	text-align : center;
}

ul.images li {
	display : inline;
	margin-left : 5px;
}

.infos{
	background-color: #090909;
	border: 1px solid white;
}

#copyright a{
	color : #CBE9EC;
	border: none;
}
