/* CSS Document */

body {
	background-image: url(../images/bandeau.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify; 
}

#global{
	width: 100%;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 800px;
	position: absolute;
}

#menu{
	height: 44px;
	width: 890px;
	margin-top: 11px;
	text-align: right;

}
#version {
	height: 24px;
	width: 885px;
	position: relative;
	right: 0px;
}
#sous_menu{
	height: 44px;
	width: 600px;
	position: relative;
	right: 0px;
}

#conteneur {
	width: 809px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	padding: 40px;
	position: relative;
}

#conteneur image img {
	margin: 10px;
}

#home {text-align:justify}

h1{
	color: #493682;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
}

#texte {
	float:left;
	width: 540px;
	margin-left: 20px;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 25px;
}

#image {
	float:left;
	width: 229px;
}

#image2 {
	float:left;
	width: 160px;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #493682;
	border-right-color: #493682;
	border-bottom-color: #493682;
	border-left-color: #493682;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gris_gras{
	font-weight: bold;
	color: #444444;
}

.gris{
	color: #444444;
}

.violet{
	color: #493682;
}

a
{
color: #493682;
text-decoration:none;
}

a:hover
{
color: #493682;
text-decoration:underline;
}
