/* CSS Document */

body
{
background: url(fond.jpg) no-repeat 0 0 #fff;
background-attachment:fixed;
background-position: bottom center;
	font-family: "Microsoft Sans Serif";
	font-size:13px;
	margin: 0;
    text-align: center;
	/*font-family: "HelveticaNeueLT Com 55 Roman";*/
}

.lien
{
	color : #00a7db;
	text-decoration:none;
}

.lien_bas
{
	color : #474747;
	text-decoration:none;
}

.lien:hover
{
	color : #00a7db;
	text-decoration:underline;
}

.lien_bas:hover
{
	color : #474747;
	text-decoration:underline;
}

#global
{
	padding: 0;
	border: 0;
	margin: 5px auto 5px auto;
	text-align: left;
	width: 800px; 
	background-color: #FFFFFF;
}

#logo
{
	float : left;
	width : 300px;
	height : 190px;
}

#haut
{
	float:left;
	width : 490px;
	height : 80px;
	padding-left:5px;
	padding-right:5px;
	padding-top:110px;
	background-image:url(haut.jpg);
}

#corps
{
	width: 100%;
	color:#474747;
}

#menu
{
	height:100%;
	float: left;
	padding-left:50px;
	width: 250px;
	background:url(menu.jpg);
}

#pied ul, #pied li
{
	display:inline;
	list-style:none;
	padding-right:20px;
}


#content
{
	float:left;
	height:100%;
}

#contenu_haut
{
	width:500px;
	height:10px;
	/*margin-left:300px;*/
	background-image:url(contenu_haut1.jpg);
	background-repeat:no-repeat;
}

#contenu
{
	background-image:url(contenu1.jpg);
	width: 470px;
	/*margin-left:300px;*/
	min-height:370px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:justify;
}

#contenu_bas
{
	width:500px;
	height:10px;
	/*margin-left:300px;*/
	background-image:url(contenu_bas1.jpg);
	background-repeat:no-repeat;
}

#pied
{
	text-align: center;
	width: 790px;
	height: 20px;
	padding-left:5px;
	padding-right:5px;
	color:#474747;
}

.noir
{
	color:#000000;
}

.titre
{
	color:#474747;
	font-weight:bold;
	font-size:10px;
}

.titre2
{
	color:#474747;
	font-weight:bold;
	font-size:16px;
}

.titre3
{
	color:#474747;
	font-weight:bold;
	font-size:13px;
}

h1
{
	color:#00a7db;
	font-weight:bold;
	font-size:21px;
}

h2
{
	color:#474747;
	font-weight:bold;
	font-size:16px;
}

h3
{
	color:#474747;
	font-weight:bold;
	font-size:13px;
}

h4
{
	color:#474747;
	font-weight:bold;
	font-size:13px;
}
