/*	BASE DU CSS	*/

body {
	background-color:#be9f73;
	font-family: "Tahoma";
	font-size: 13px;
	font-weight: bold;
}
h1{
	font-size:16px;
	color: #3a1a0f;
	margin:0px 0px 50px 0px;
	text-decoration:underline;
}
h2{
	font-size:15px;
	color: #3a1a0f;
}
.titre {
	font-size:15px;
	color: #3a1a0f;
	font-weight: bold;
}

p{
	margin: 10px 10px 10px 0px;
	text-align:justify;
}
hr {
	color:#e02e2f;
	width:700px;
	height:1px;
}

#global {
	width:800px;
	background-color:#FFFFFF;
	text-align: center;
	margin:auto;
}
#entete {
	height:327px;
	background:url('images/global/bandeau.jpg') no-repeat top center ;
	margin:0px;
	position:relative;
	text-align:right;
}
#menu {
	width:798px;
	margin-top:155px;
	text-align:center;
	font-size: 13px;
}

#menu2 {
	width:680px;
	margin-top:65px;
	text-align:left;
	padding-left:130px;
	font-size: 13px;
	font-family: Arial;
}

#texte{
	width:672px;
	border-left:#3a1a0f 14px solid;
	border-right:#3a1a0f 14px solid;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:50px;
	padding-right:50px;
}

#texte_centre{
	width:600px;
	text-align:center;
	margin:auto;
}

#pied {
	height:27px;
	background:url('images/global/pied.jpg') no-repeat top center ;
	margin:0px;
	padding-top:63px;
	position:relative;
	text-align:center;
	clear:both;
}

a{
	color:#000000;
}
a.lien {
	color:#FFFFFF;
	font-size:13pt;
	text-decoration:none;
	margin:0 20px;
}
a:hover.lien {
	color: yellow;
}
a.lien2 {
	color: yellow;
	font-size:13pt;
	text-decoration:none;
	margin:0 20px;
}
a.lien3 {
	color: black;
	font-size:10pt;
	text-decoration:none;
	margin:0 20px;
}
a.lien_contact {
	color:#FFFFFF;
	font-size:12pt;
	text-decoration:none;
}
a:hover.lien_contact {
	color: yellow;
}

a.logo {
	border:none;
	text-decoration:none;
	margin-left:10px;
}
a:hover.logo {
	border:none;
	text-decoration:none;
	margin-left:15px;
}
