body { 
	background-color: #000;
	font-family: Arial;
	font: normal 12px arial, sans;
	margin: 0pt;
	padding: 0pt;
	text-align: center;
}

#container {
	margin: 0pt auto;
	padding: 0pt;
	/*position: relative;*/
	text-align: left;
}

a:link { color: #5eabb7; text-decoration: none; font-size: 24px; font-weight:bold; }
a:visited { color: #5eabb7; text-decoration: none; font-size: 24px; font-weight:bold; }
a:hover { color: #5eabb7; text-decoration: underline; font-size: 24px; font-weight:bold; }
a:active { color: #5eabb7; text-decoration: none; font-size: 24px; font-weight:bold; }

a.lien-nd:link { color: #5eabb7; text-decoration: none; font-size:11px; font-weight:normal;  }
a.lien-nd:visited { color: #5eabb7; text-decoration: none; font-size:11px; font-weight:normal;  }
a.lien-nd:hover { color: #5eabb7; text-decoration: underline; font-size:11px; font-weight:normal;  }
a.lien-nd:active { color: #5eabb7; text-decoration: none; font-size:11px; font-weight:normal;  }

h1{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding:0;
	margin:0;
}

.adresse{
	font-size: 14px;
}

/*  bandeau*/

#bandeau{
	position: absolute;
	height: 140px;
	top: 0px;
	left: 0px;
	width: 100%;
}

#bandeau #elements-bandeau{
	width: 1000px;
	height: 140px;
	margin: auto;
}

#elements-bandeau #menu-principal{
	display: block;
	height: 115px;
	clear: both;
}

#elements-bandeau #menu-principal #logo{
	width: 220px;
	height: 80px;
	float: left;
	background: url(../medias/communs/logo.png) no-repeat;
	margin-top: 28px;
}

#elements-bandeau #menu-principal #logo span{
	display: none;
}

#elements-bandeau #menu-principal #logo a{
	display: block;
	width: 220px;
	height: 80px;
}





/* fin bandeau  */

/* home */
#contenu-home{
	height: 450px;
	background: #ffffff;
	position: relative;
	margin-bottom: 140px;
	top: 140px;
}

#contenu-home #elements-home{
	width: 1000px;
	margin: auto;
	height: 450px;
}

#contenu-home #elements-home #gauche-home{
	width: 520px;
	height: 450px;
	float: left;
}

#gauche-home #edito{
	width: 520px;
	height: 190px;
	padding: 85px 0 0 0;
	background: url(../medias/home/tit-edito.gif) no-repeat left 60px;
	font-size: 12px;
	color: #000;
}






#contenu-home #elements-home #droite-home{
	width: 480px;
	background-color: #2200ff;
	float: right;
	height: 450px;
	background: url(../medias/home/fond-joelle.jpg) no-repeat;
}

.bold-vert{
	font-weight: bold;
	color: #cfec63;
}


/* fin home */

#footer{
	display: block;
	height: 70px;
}

#footer #elements-footer{
	width: 1000px;
	margin: auto;
	font-size: 0.8em;
	font-family: Verdana;
	color: #c0c0c0;	
	padding-top: 28px;
	height: 42px;
}

#footer #elements-footer a{
	text-decoration: none;
	color: #c0c0c0;
}

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

