.adresseContact {
	text-align : center; font-size : 1.5em;
}

* {margin:0;padding:0;}
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
.spacer {clear:both;}

#v2 {
	position: absolute;
	top : 0;
	left : 0;
	z-index : 10;
}

/* Header */
#entete {
	height : 160px;
	position : relative;
	background : #000217 url("../images/bg_entete") repeat-x;
}

#entete h1 { display : none; }

#mots-cles {
	width : 55%;
	margin-left : 300px;
	height : 100%;
	background-color : green;
	float : left;
}

#nom_prenom {
	position : absolute;
	right : 50px;
}

#doll {
	position : absolute;
	left : 0;
	bottom : -19px;
	border : 0;
}

/* Corps de la page (menus et contenu) */
#corps {
	padding-bottom: 50px;
	height : 100%;
}

#presentation p{
	font-size : 1.5em;
}

#projets .divProjet {
	border : 1px solid #bebebe;
	margin : 5px 10px;
	float : left;
	padding : 25px;
	background-color : #eee;
	text-align : center;
	text-decoration : none;
}

.contenuThickbox {
	padding-top : 25px;
}

.contenuThickbox p {
	font-size : 1.5em;
	color : #565656;
}

.statut{
	font-size : 1.5em;
	color : #189812;
	margin : 25px;
}

/* Pied de page */
#pied {
	padding : .2em;
	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	background : #000217 url("../images/bg_pied");
	border-top : 1px solid black;
	text-align : right;
	color : #ddd;
}

clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Page Flip */
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	border : 0;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url("../images/subscribe.png") no-repeat right top;
	text-indent: -9999px;
}

/* Formulaire de contact */

#contact-wrapper {
	width:500px;
	margin : auto;
	border:1px solid #000546;
	background: #8F1C1A;
	padding:25px;
}
#contact-wrapper div {
	clear:both;
	margin:0 0 1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
	margin-bottom : 5px;
	color : #e2e2e2;
}
form#contactform input {
	border:1px solid #8A8A8A;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

/* Réalisations */
.pliage {
	padding : 5px;
	border : 1px solid #aaa;
	background-color : #eee;
	float : right;
	margin : 0 10px;
}

#realisations > ul, #projets > ul {
	padding-top : 15px;
	list-style : none;
}

.rea {
	margin-top : 25px;
}

.rea-titre {
	padding : 3px 25px;
	color : #EEE;
	background : #920909 url(../images/fleche_droite.png) no-repeat scroll 0 50%;
}

.rea .deplie {
	background : #5B0909 url(../images/fleche_bas.png) no-repeat scroll 0 50%;
}

.rea-desc {
	padding : 15px;
	background : #e9e9e9 url(../images/bg_rea-desc.png) repeat-x;
	border : 1px solid #5B0909;
}

.rea-desc p {
	text-align : justify;
	text-indent : 15px;
	margin-bottom : 10px;
}

.rea-desc .vignette {
	float : left;
	border : 1px solid #000;
	margin : 0 10px 10px 0;
}

.rea-adresse {
	font-size : 1.5em;
	text-align : center;
	margin-top : 20px;
	color : #920909;
}

.rea-adresse a {
	text-decoration : none;
}

.rea-adresse a:hover {
	text-decoration : underline overline;
}

#mail { text-align : center; font-size : 1.5em; }

