body{
	margin: 0px;	
}
		
/*CONTAINER*/
#container{
	background-image: url(images/accueil_fond.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 302px;
	margin-top: 151px;
	top: 50%; 
}

/*MAIN CONTAINER*/
#maincontainer{
	height: 302px;
	width: 920px;
	margin: auto;
}


#shadowleft{
	background-image: url(images/shadowleft.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 302px;
	width: 19px;
}

#leftcontainer{
	float: left;
	height: 302px;
	width: 231px;
}

#centercontainer{
	background-image: url(images/centercontainer.jpg);
	height: 302px;
	width: 368px;
	float:left;
}

#rightcontainer{
	float:left;
	height: 302px;
	width: 302px;
}



/*LEFT CONTAINER*/

#logo{
	background-image: url(images/logo.jpg);
	height: 112px;
	width: 231px;
	float: left;
}

#accueillien1{
	background-image: url(images/accueillien1_over.jpg);
	float: left;
	height: 37px;
	width: 231px;
	text-indent:-9999px;
}

#accueillien2 a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/accueillien2.jpg);
	height: 38px;
	width: 231px;
}

#accueillien2 a:hover{
	background-image: url(images/accueillien2_over.jpg);
}

#accueillien2b a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/accueillien2b.jpg);
	height: 38px;
	width: 231px;
}

#accueillien2b a:hover{
	background-image: url(images/accueillien2b_over.jpg);
}

#accueillien3 a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/accueillien3.jpg);
	height: 37px;
	width: 231px;
}

#accueillien3 a:hover{
	background-image: url(images/accueillien3_over.jpg);
}

#accueillien4 a{
	float: left;
	text-indent:-9999px;
	background-image: url(images/accueillien4.jpg);
	height: 42px;
	width: 231px;
}

#accueillien4 a:hover{
	background-image: url(images/accueillien4_over.jpg);
}

#footer {
	background-image: url(images/footer.jpg);
	height: 36px;
	width: 231px;
	float:left;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#footer a {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*RIGHT CONTAINER*/
#titre{
	background-image: url(images/titreaccueil.jpg);
	float: left;
	height: 112px;
	width: 302px;
}

#texte{
	background-image: url(images/texte.jpg);
	float: right;
	height: 124px;
	width: 252px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-right:50px;
	padding-top:30px;
	text-align: justify;
	position:relative;
	overflow:hidden;
}

* html #texte{ 
	background-image: url(images/texte.jpg);
	float: right;
	height: 124px;
	width: 252px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-right:50px;
	padding-top:30px;
	text-align: justify;
	position:relative;
	overflow:hidden;
	margin-bottom:-36px;
	 }

#texte strong{
	font-weight: normal;
	color: #000000;
}


#leitmotiv{
	background-image: url(images/leitmoviv.jpg);
	float: left;
	height: 36px;
	width: 302px;
	position:relative;
	overflow:hidden;
}
