* {
	margin:0;
	padding: 0;
}
body{
	background : black;
	margin: 0;
	font-family: Verdana, Times, sans-serif;
	font-size: 12px;
}
	/*Toutes les pages*/
#container {
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	border: solid 1px #fff;
	position: absolute;
	left: 50%; 
  	top: 50%;
	margin-top: -300px; /* moitié de la hauteur */
  	margin-left: -500px; /* moitié de la largeur */
}
#banniere {
	background: url(../images/Banniere2.jpg) no-repeat;
	width: 1000px;
	height: 150px;
}
#souscontainer {
	background: #fff;
}
#menu {
	position: absolute;
	width: 210px;
	top: 160px;
	left: 0;
	background-color: #fff;
}
#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
#menu ul li {
	list-style: none;
	border: solid 1px #fff;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: url(../images/colormenu.jpg) no-repeat;
}
#menu ul li:hover {
	background: url(../images/colormenuinverse.jpg) no-repeat;
}
#menu ul li a {
	text-decoration : none;
	color: #fff;
	font-size: 14px;
	display : block;
}
#menu ul li #lienactif {
	background: #150977;
}
#contenu {
	position: relative;
	margin-left: 250px;
	padding-right: 20px;
	padding-top: 10px;
	background: #fff;
	height: 410px;
	color: #0d074f;
}
#contenu p {
	margin: 0;
	margin-bottom: 5px;
}
h1, h2 {
	margin: 0;
	padding: 0;
}
h2 {
	border-bottom: groove 2px #0d074f;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
ul {
	margin-left: 35px;
}
	/*index*/
#tarif {
	position: absolute;
	width: 188px;
	top: 260px;
	left: 10px;
	background-color: #fff;
	border : groove 2px #0d074f;
	padding: 4px;
}
#tarif p {
	margin-bottom : 10px;
}
	/*créations*/
#printscreen img, #printscreenzzof img{
	border: groove 2px #0d074f;
}
#printscreen, #printscreenzzof {
	width: 160px;
}
#description {
	width: 500px;
	position: absolute;
	left: 170px;
	top: 10px;
}
#description a, #descriptionzzof a {
	font-weight: bold;
	color: #0d074f;
}
#printscreenzzof{
	margin-top: 10px;
}
#descriptionzzof{
	position: absolute;
	left: 170px;
	top: 130px;
}
#descriptionzzof p.lien{
	padding-top: 40px;
}
hr{
	border-color: #0d074f;
	margin-top: 5px;
}
p.lien {
	padding-top: 30px;
	
}
span {
	font-weight: bold;
	font-size: 14px;
}
	/*contact*/
#nom {
	margin-left: 33px;
	width: 200px;
}
#prenom {
	margin-left: 22px;
	width: 200px;
}
#email {
	margin-left: 28px;
	width: 200px;
}
#commentaire {
	margin-left: 5px;
}
#topmessage {
	position: relative;
	top: -100px;
}
input, textarea {
	border: solid 1px #0d074f;
}
textarea {
	height: 114px;
	width: 540px;
}
.infos {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
fieldset {
	border: groove 2px #0d074f;
	padding: 10px;
	width: 650px;
}
legend {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-left: 10px;
	border-bottom: solid 1px;
	font-size: 13px;
}
form a {
	color: #0d074f;
}
.alerte, .alertemessage {
	color: #f00;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.alertemessage {
	padding-left: 500px;
}
#envoi {
	width: 100px;
}
	/*Footer*/
#footer {
	background : url(../images/footer.jpg) no-repeat;
	height: 30px;
}
#footer p {
	margin: 0px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	padding-right: 20px;
}
#footer a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer a.confidentialite {
	text-decoration : underline;
	font-weight: normal;
}




