/* CSS Document */
body{
	width:740px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	/*background-image:url(../img/bkg.png);
background-repeat:repeat;*/
background-color:#8a0011;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#71000E;
	font-weight:normal;
}

#head{
width:740px;
height:313px;
padding-top:1px;
margin-top:0px;
margin-bottom:-1px;
margin-left:auto;
margin-right:auto;
background-image:url(../img/banniere.png);
background-repeat:no-repeat;
}

#boite_menu{
	position:relative;
	top:60px;
	left:0px;
	text-align:right;
	width:155px;
}
#boite_menu ul{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #cc4400;
	white-space: nowrap;
	font-weight: bold;
	margin-bottom:0px;
}

#boite_menu li {
    list-style-type: none;
	padding-top: 5px;
	padding-bottom:5px;
	margin-left:-20px;
}
#boite_menu li a {
	text-decoration: none;
}
#boite_menu li a:link {
	color:#8A0011;
}
#boite_menu li a:visited {
	color:#8A0011;
}
#boite_menu li a:hover {
	color:#DD0F1D;
}

.menu_non_selec {
color:#DD0F1D;
text-decoration: none;
}

#menu
{
width:740px;
height:10px;
background-image:url(../img/back_menu.png);
background-repeat:repeat-y;
padding-top:1px;
text-align:center;
}
#separation{
width:740px;
height:20px;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
background-image:url(../img/entre_deux.png);
background-repeat:no-repeat;
}

#corps{
	width:740px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(../img/back.png);
	background-repeat:repeat-y;
	padding-top:1px;
	padding-bottom:12px;
	min-height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#71000E;
	line-height:135%;
}
#corps p {
	padding-left:45px;
	padding-right:45px;
	margin-bottom:0px;
}

#foot{
	width:740px;
	height:37px;
	margin-top:0px;
	padding-top:11px;
	background-image:url(../img/foot.png);
	background-repeat:no-repeat;
	color:#8A0011;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:center;
}

h2
{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
text-transform:;
color:#8A0011;
margin-top:8px;
margin-left:45px;
margin-bottom:-5px;
}
h4{
font-size:14px;
line-height:140%;
font-weight:normal;
}

.txt_normal{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#71000E;
line-height:135%;
}


/*IMAGES*/

#img_g{
margin-top:2px;
margin-bottom:0px;
margin-right:10px;
}


/*LIENS*/

a:link {
	color: #DD0F1D;
	text-decoration: none;
}
a:visited {
	color: #DD0F1D;
	text-decoration: none;
}
a:hover {
	color: #DD0F1D;
	text-decoration: underline;
}
a:active {
	color: #DD0F1D;
	text-decoration: none;
}
