* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
font-family: "courier new";
	font-size: 100%;
		background-color: black;
	
}

body {
width: 760px;
margin: 0 auto;
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-size:12px;
background-color:#fff9c8;
}
#entete
{
height:100px;

text-align:center;
}
#photos_entete
{
background-image:url(banniere.png);
width:50%;
height:100px;
background-color:#960000;
float:left;
}
#texte_entete
{
width:50%;
height:100px;

float:left;
}
#contenu
{
font-family:Arial;
color:black;
padding-top:25px;
padding-bottom:25px;
padding-left:75px;
padding-right:75px;
min-height:470px;
background-repeat:no-repeat;
background-position:10px center;
clear: both;
}


#bas_de_page
{
line-height:20px;
background-color:#960000;
height:20px;
text-align:center;
color:white;
}
.submit:hover
{
cursor:pointer;
}

input
{
background-color:#960000;
font-weight:bolder;
width:200px;
border:1px solid black;
color:white;
}
SELECT
{
width:200px;
background-color:#960000;
font-weight:bolder;
border:1px solid black;
color:white;
}
TEXTAREA
{
background-color:#960000;
font-weight:bolder;
width:425px;
border:1px solid black;
color:white;
}
#accueil
{
line-height:20px;
width:100%;
height:100%;
position:relative;
padding:10px;
text-align:center;
}
h1
{
color:#960000;
font-size:175%;
line-height:40px;
}
h2
{
color:#960000;
font-size:100%;
line-height:30px;
}
#accueil li
{
font-size:100%;
margin-left:200px;
text-align:left;
}
#presentation li
{
margin-left:20px;
text-align:left;
}
#presentation
{
line-height:20px;
width:100%;
height:100%;
position:relative;
text-align:justify;
font-size:100%;
}
h4
{
font-size:100%;
}

b
{
color:#960000;
}
#menu a a:hover
{
text-decoration:none;
}
#liencontact a a:hover
{
text-decoration:none;
}
#navigation
{
font-size:100%;
font-weight:bolder;
}
#navigation table,#nav
{
margin:0px;
border-spacing: 0px;
background-color:orange;
text-align:center;
vertical-align:middle;
border-bottom:1px solid black;
border-top:1px solid black;
height:80px;
width:100%;
}

#navigation table#nav td
{
padding: 2px;
width:120px;
background-color:orange;
}
#navigation table#nav
{
color:black;

}

#navigation table#nav td:hover
{
color:black;
background-color:white;
}
#navigation table#nav a
{
color:black;
font-weight:bolder;
text-decoration:none;
}

#navigation table#nav a:hover
{
color:black;
font-weight:bolder;
}

#entete table#entete
{
font-size:12px;
color:white;
margin:0px;
border-spacing: 0px;
border-collapse: collapse; 
text-align:center;
vertical-align:middle;
}
#entete table#entete td
{
width:380px;
}
#presentation img
{
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
border:1px solid #960000;
}
#menugauche
{
width:200px;
height:300px;
float:left;
background-color:#fff9c8;
position:relative;
left:-277px;
top:-26px;
border:solid 1px black;
text-align:center;
margin-bottom:2px;
}
ul {
padding-left: 5px;
list-style-type: disc;
list-style-image: url(puce.gif);
list-style-position: inside;
} 
li
{
margin-top:5px;
margin-bottom:5px;
} 

