/*------STYLES BALISES----*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/fond.jpg);
	background-repeat: repeat-x;
	background-color: #CCC9E8;
}

a {
	color: #3F39A9;
	text-decoration: none;
}

a:hover {
	color: #3F39A9;
	text-decoration: underline;
}

p {
	margin: 0px; padding: 0px;
}

img {
	border: 0px;
}

h1 {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	float: left;
	font-size: 12px;
	color: #82AA09;
	font-weight: bold;
}



/*------STYLES CALQUES----*/

#conteneur {
	width: 900px;
	margin-right:auto;
	margin-left:auto;
}

#header {
	height: 81px;
	background-image: url(../images/interface/header.jpg);
}

#logo {
	width: 715px;
	position: relative;
	left: 20px;
	top: 20px;
	float: left;
}

#menu {
	height: 45px;
	padding-left: 12px;
	background-image: url(../images/interface/fond_menu.jpg);
	background-repeat: no-repeat;
}

#conteneur_central {
	width: 900px;
	float: left;
	background-repeat:repeat-y;
	position: relative;
	background-image: url(../images/interface/fond_contenu_interieure.png);
	height: 380px;
}

#conteneur_gauche {
	width: 160px;
	float: left;
	position: relative;
	left: 37px;
}

#conteneur_droite {
	float: left;
	width: 600px;
	left: 85px;
	margin-top: 15px;
	position: relative;
}

#conteneur_bas {
	width: 900px;
	height: 107px;
	float: left;
	background-image: url(../images/interface/footer.png);
	background-repeat: no-repeat;
}

#texte_gauche {
	width: 170px;
	float: left;
	position: relative;
	margin-left: 8px;
	color: #F8FED5;
	margin-top: 10px;
	height: 122px;
}
#texte_copyright {
	color: #FCC76A;
	float: left;
	font-size: 9px;
	text-align: right;
	position: relative;
	top: -105px;
	left: 110px;
}

#texte_footer {
	color: #636161;
	font-size: 9px;
	float: left;
	left: 35px;
	position: relative;
	top: 36px;
}

#webzen {
	color: #FFFFFF;
	float: right;
	top: 85px;
	position: relative;
	right: 78px;
}

.paragraphe_image_complete {
	width: 580px;
	float: left;
	position: relative;
	left: -25px;
}


/*------STYLES TEXTE----*/

.lien_webzen {
	color: #FFFFFF;
}

.lien_webzen:hover {
	color: #FFFFFF;
}

.lien_entrez {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.lien_entrez:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
}

#texte_gauche ul {
	list-style-image: url(../images/interface/picto_fleche_home_petite.gif);
	margin: 0px 0px 0px 12px;
	padding:0px;
}

#texte_gauche li {
	margin: 2px 5px 2px 5px;
	padding:0px;
}

#texte_gauche a {
	color:#FFFFFF;
	text-decoration:none;
}

#texte_gauche a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#texte_gauche a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
