html, body
{
	margin: 0px;
	padding: 0px;
	background-image: url('images/background.jpg');
	text-align: center;
	font-family: Times, Serif;
	font-size : 12px;
	color: #444444;
}

#site{
	margin:20px auto 20px auto;
	position: relative;
	width: 960px;
	}

#menu{
	background-color: transparent;	
	text-align: left;
	float: left;
	}

#menu img{
	display: block;	
	text-align: left;
	padding-top: 141px;
	float: left;
	padding-right: 15px;
	}	
	
.text{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #434343;
	}	
	
.text a{
	color: #434343;
	}	
	
#haut{
	margin: 0px;
	
	}
	

#header {

	background-image: url('images/header.gif');
	background-repeat: no-repeat;
	width: 960px;
	height: 174px;
	}

#content{
width: 960px;
height: 100%;
position: relative;
margin: 0px;
background-color: #e4e4e4;
text-align: left
}


	
#creations {

padding-top : 50px;
padding-bottom : 20px;
text-align: left;
padding-left: 150px;
	}

#creations ul{
	list-style-type: none;
	display: block;
	list-style-position : inside;
	margin: 0px;
	padding-bottom : 40px;
	}
	
	
.titre_rea{
	font-size: 16px;
	font-weight: bold;

	
	}
	
.titre_rea a{
	 color: #434343;
	
	
	}
		
	
.date_rea{
	font-size: 10px;
	padding-bottom: 7px;
	
	}
	
.description_rea{
	font-size: 12px;

	
	
	}

.icon{
margin-top : 5px;
	
	}
	
	.icon a{
margin-right: 10px;
	
	}
.detail_creation{
		padding-left: 154px;
	
	
	}
	
.detail{
	
	padding-left: 150px;
	
	}	

.detail_no_ill{
	
	padding-left: 150px;
	padding-top: 30px;
	
	}

.illustration{
*+margin-left: 150px;  /* Seulement IE 7 et inférieur */
padding: 5px;
background-color: #FFFFFF;
border: 1px solid #797979;
margin : 30px 50px 0 0 ;
max-width:400px;
max-height:400px;
-width: expression(document.body.clientWidth < 400? "400px" : document.body.clientWidth > 400? "400px" : "auto");
-height: expression(document.body.clientHeight < 400? "400px" : document.body.clientHeight > 400? "400px" : "auto");
	}

	
.titre_creation{
		font-size: 16px;
	font-weight: bold;
	padding-top: 50px;
	
	}
	
.date_creation{
	font-size: 10px;
	padding-bottom: 7px;
	
	}
	
.desc_creation{
		font-size: 12px;	
	}
		

.ajouter{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;

	 width: 100%;	
	 }
	

.ajouter a{

	 color: #434343;
	
	}
	
.ajouter_illu{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding:5px 0 75px 150px;
	 width: 100%;	
	 }
	

.ajouter_illu a{

	 color: #434343;
	
	}
	


.cadre_simple{
	padding-left: 150px;
	padding-bottom: 100px;
	padding-top: 75px;	
	}
	
.title_rea{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 25px;
	
	}

#footer{
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	width: 960px;
	height: 66px;
	
	}
