html,body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:  "Monotype Corsiva", "Times New Roman", Times, serif;;
	font-size: 16pt;
	color: #af4f94;
	height:100%;
	background-color:#000;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
hr {
	clear: both;
	visibility: hidden;
}
a:link {
  color: #af4f94;
  text-decoration: none;
}
a:visited {
  color: #af4f94;
  text-decoration: none;
}
a:hover {
  color: #af4f94;
}
.img_lien {
	color: black;
}
a:link .img_lien{
  color: black;
  text-decoration: none;
}
a:visited .img_lien{
  color: black;
  text-decoration: none;
}
.contact {
	text-align: left;
	margin: 50px;
}
.souligne {
	text-decoration: underline;
}
.justifie {
	text-align:justify;
}
.droite {
	float:right;
	margin-left: 50px;
	margin-right: 50px;
	margin-top : 50px;
	margin-bottom: 50px;
}
.droite_o {
	float:right;
	margin-left: 50px;
	margin-right: 100px;
	margin-top : 0px;
	margin-bottom: 0px;
}
.gauche {
	float:left; 
	margin-left: 40px; 
	margin-right: 75px;
	margin-top : 30px;
	margin-bottom: 30px;
}
.txt_gauche {
	text-align: left;
}
.marge_souligne_gras {
	margin-left: 25px;
	text-decoration: underline;
	font-weight:bold
}
p.zero {
	display: inline-block;
	text-align:justify;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 0pt;
	margin-top: 0pt;
}
div#conteneur {
	width:1000px; 
	margin:0 auto;
}
div#haut {
	width:1000px;
	height:250px;
	margin-bottom: 30px;
}
div#logo {
	float:left;
	width:300px;
	height:250px;
}
div#menu {
	width:700px;
	height:250px;
	margin-left:300px;
}
div#wall {
	float:left;
	width:600px;
	height:500px;
	padding-top:100px;
	padding-left:25px;
}
div#wallg {
	clear:both;
	width:1000px;
	height:600px;
}
div#text {
	width:400px;
	height:500px;
	margin-left:600px;
	padding-top:100px;
	padding-left:25px;
}
div#contenu {
	clear:both;
	width:1000px;
}
div#buffet {
	clear:both;
	width:800px;
	text-align:justify;
}
div#pied {
	clear:both;
	width:1000px;
	height:50px;
	margin-top: 30px;
	font-size: 12pt;
}
div#contact {
	float: left;
	width:333px;
}
div#coordonees {
	float: left;
	width:333px;
}
div#partenaires {
	float: left;
	width:333px;
}
#contenu label {
	width: 120px;
	float: left;
	text-align: left;
	margin-left: 30px;
	color: #af4f94;
}
#contenu input {
	width : 300px;
	background-color: #D3D3D3;
	text-align: left;
}
#contenu input.bouton {
	width : 200px;
	background-color: #D3D3D3;
	margin-left: 305px;
	text-align: left;
}
#contenu select {
	width : 305px;
	background-color: #D3D3D3;
	text-align: left;
}
#contenu textarea {
	width : 500px;
	height : 300px;
	background-color: #D3D3D3;
	text-align: left;
}
#contenu ul {
	margin-right: 20px;
	margin-left: 300px;
	margin-bottom: 25px;
}
#contenu li {
	margin-left: 50px;
	margin-right: 0;
	padding-right: 30px;
	text-align:justify;
}
