/*Florent Thouret Photographie & MP Design*/

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 0.95em;
margin: 0;
padding: 0;
background-color:#2F2929;
color:#CCC;
}

#header {
height: 302px;
}
#haut {
height: 30px;
background-color:#2F2323;
}
#conteneur {
position: relative;
width: 890px;
margin: 0 auto; 
background-color:#2F2323;
}
#centre {
background-color:#76625B;
margin-right: 250px;
padding:5px 20px 5px 20px;
}
#droite {
position: absolute;
right:0;
width: 250px;
}
#pied {
height: 40px;
background-color: #2F2323;
text-align:center;
}

/*** MENU ***/

#haut ul {
height:30px;
padding-left: 0;
margin-left: 0;
background-color: #2F2323;
color: White;
float: left;
width: 100%;
font-family: verdana, arial, helvetica, sans-serif;
}

#haut ul li {display: inline;}

#haut ul li a {
padding: 0.2em 1em;
background-color: #2F2323;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#haut ul li a:hover {
color: #F60;
}
/***/

/*** ELEMENTS ***/

.logo img {
margin-left: 33px;
margin-top : 10px;
}
.plan img {
margin-left: 23px;
margin-top : 10px;
border: 1px solid #FFFFFF;
}
.liens-pied {
color:#FFFFFF;
margin-top:10px;
}
.liens-pied a {
color:#FFFFFF;
}
.copyright {
color:#FFFFFF;
font-size:10px;
}

.email {
color: #AF9999;
font-weight:bold;
margin-left:-52px;
}

.photo-left{
padding: 5px;
float: left;
margin-right: 10px;
border: 1px solid #FFFFFF;
}

.photo-right{
padding: 5px;
float: right;
margin-left: 10px;
border: 1px solid #FFFFFF;
}

/***/

/*** TITRAILLES ET PARAGRAPHES ***/

h1 {}
h2 {
color : #DFB953; /*#EFE03B*/
margin-left:60px;
padding-top:10px;
font-size:20px;
letter-spacing:5px;
font-weight:normal;
}
h3 {
color : #2F2929;
margin-left:60px;
font-size:16px;
letter-spacing:5px;
font-weight:bold;
font-style:italic;
}
h4 {}
h5 {
color : #DFB953; /*#EFE03B*/
text-align:center;
font-size:14px;
letter-spacing:5px;
font-weight:normal;
padding-top:10px;
}
h6 {}

p {margin: 0 0 10px 0;}

a {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#droite p {
margin-left:65px;
margin-right:25px;
color:#AF9999;
}

#centre p{
text-align:justify;
padding-bottom:3px;
}