body{
	background-color: black;
	color: #999999;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif, serif;
	font-size: 12px;
}

p.ancien{
	color: #333333;
}

p a, td a{
	color: #2a88bb;
}
p a:hover, td a:hover{
	color: #205e9a;
}

a{
	color: #cccccc;
	text-decoration: none;
}
a:hover{
	color: #999999;
	text-decoration: none;
}

a img {
	border:none;
}

h1{
	text-indent: -10000000px;
}
h2{
	font-family: "Myriad Pro", "Lucida Grande", Helvetica, Arial, sans-serif, serif;
	color: white;
	padding-top: 40px;
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	text-shadow: #dddddd 0px 0px 2px;
}
h3{
	font-family: "Myriad Pro", "Lucida Grande", Helvetica, Arial, sans-serif, serif;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-shadow: #336699 0px 0px 5px;
}
h4{
	font-family: "Myriad Pro", "Lucida Grande", Helvetica, Arial, sans-serif, serif;
	color: white;
	font-size: 16px;
	text-shadow: #dddddd 0px 0px 3px;
	margin-bottom: 0px;
	margin-top: 30px;
}
h5{
	font-family: "Myriad Pro", "Lucida Grande", Helvetica, Arial, sans-serif, serif;
	font-size: 14px;
	text-decoration: underline;
	text-indent: 10px;
}
.header{
	background-image: url('images/banniere.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 160px;
}

.corps{
	width: 550px;
	margin-left: 230px;
	margin-bottom: 100px;
}

.corps p, .corps table{
	padding-left: 20px;
	line-height: 2;
}

.footer{
	position: fixed;
	bottom: 0px;
	opacity: 0.9;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 95px;
}

.footer p{
	text-align: center;
	padding-top: 27px;
}

/* MENUS */

.menu{
	width: 218px;
	float: left;
}

.menu-entete{
	background-image: url('images/menu_banniere.png');
	background-repeat: no-repeat;
	width: 218px;
	height: 80px;
}

.menu-contenu{
	background-image: url('images/menu_fond.png');
	background-repeat: repeat-y;
}

.menu-contenu ul{
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	padding-left: 0px;
	
}

.menu-contenu li{
	background-image: url('images/menu_separateur.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
	height: 35px;
}

.menu-contenu li p{
	margin-top: 5px;
	text-align: center;
}

.menu-contenu li a:link, .menu-contenu li a:visited{
	color: #999999;
	text-decoration: none;
}
.menu-contenu li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: #dddddd 0px 0px 2px;
}

.menu-bas{
	background-image: url('images/menu_bas.png');
	background-repeat: no-repeat;
	width: 218px;
	height: 20px;
}

/* FIN MENUS */

.erreur{
	width: 250px;
	margin: auto;
	padding: 5px;
	border: 1px red solid;
	background-color: #ffcccc;
}

.succes{
	width: 250px;
	margin: auto;
	padding: 5px;
	border: 1px green solid;
	background-color: #ccffcc;
}

.portfolio{
	width: 500px;
	margin: auto;
}
.portfolio td{
	vertical-align: top;
}
.portfolio th{
	font-family: "Myriad Pro", "Lucida Grande", Helvetica, Arial, sans-serif, serif;
	color: white;
	font-size: 16px;
	text-shadow: #dddddd 0px 0px 1px;
	text-align: left;
	
}
.portfolio th a:hover{
	color: #205e9a;
	text-shadow: none;
	border-right: 1px solid #205e9a;
	padding-right: 3px;
	border-top: 1px solid #205e9a;
	padding-top: 3px;
}

.tarifs{
	border-collapse: collapse;
}
.tarifs th, .tarifs td{
	border: 1px #333333 solid;
	padding: 2px;
}

.tarifs th{
	font-family: "Myriad Pro", "Lucida Grande", Helvetica, Arial, sans-serif, serif;
	color: white;
	font-size: 16px;
	text-shadow: #dddddd 0px 0px 1px;
}

.tarifs .coinHautGaucheVide{
	border-top: none;
	border-left: none;
}

.formulaireContact{
	width: 450px;
	margin:auto;
}
.boutonEnvoyer{
	width: 150px;
	margin-left:150px;
	margin-top: 10px;
}

.armoirie{
	position: fixed;
	bottom: 12px;
	left: 714px;
	width: 55px;
	height: 72px;
	background-image: url('images/space.png');
	background-repeat: repeat;
}
