
/* CSS Structure Document */

/* Suppression de toutes les marges par defaut */
* {
	margin: 0;
	padding: 0;
}

/* Structure globale des pages */
body {
	text-align: center; /* correction bug centrage ie */
	background: url(../images/accueil/fond-accueil.gif) repeat-x;
}

#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}


/* Header */

#header {

	text-align: right;

	height: 122px;

	width: 750px;

	background: url(../images/accueil/header.jpg) no-repeat;

}

#header a {

	display:block;

	padding:10px 10px 0 0;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color:#ffffff;

	text-decoration: none;

}

#header a:hover, #header a:active, #header a:focus {
	text-decoration:underline overline;
}

#select_langue {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px #d77431 solid;
	width:122px;
	margin:5px 10px 0 0;
	
}


/* Conteneur */

#conteneur {

	text-align: left;

	height: 401px;

	width: 750px;

	background: url(../images/accueil/fond-contenu.jpg) no-repeat;

}

#conteneur a.enter_btn {

	display:block;

	padding:2px 0 0 320px;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bold;

	color:#ffffff;

	text-decoration: none;

}

#conteneur a:hover, #header a:active, #header a:focus {

	text-decoration:underline overline;

}

.haut {

	text-align: left;

	height: 200px;

	width: 727px;

	padding: 0 0 0 23px;

}

.milieu {

	text-align: left;

	height: 100px;

	width: 750px;

	padding: 0 20 0 0;


}

.bas {

	float:right;
	text-align: right;

	font-family:Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: normal;

	height: 61px;

	width: 690px;

	padding: 42px 0 0 0;

}
/** liens sur petits carres vers entites **/
#liens_entites {
	float:left;
	font-size:1px;
	width:40px;
	line-height:1px;
	padding-top:53px;
}
#liens_entites ul, #liens_entites ul li {
	display:block;
	list-style:none;
}
#liens_entites a {
	line-height:1px;
	display:block;
	width:20px;
	padding:0 0 6px 25px;
	height:6px;
	text-decoration:none;
}
#liens_entites a:hover {
	text-decoration:none;
}
#liens_entites a img {
	border:none;
}
#txt_acc_droite {
	text-align:right;
	width:500px;
	float:right;
	margin:45px 10px 0 0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-weight: normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: normal;
}

.blanc {

	color:#FFFFFF;

}

.vert {

	color:#96D8AF;

}


#footer {

	text-align: left;

	height: 25px;

	width: 750px;


	background: url(../images/accueil/footer.jpg) no-repeat; 
}


