/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===== DECLARATIONS GLOBALES ===== */
body {
font:normal 1em/1.2 verdana,arial,sans-serif;
background-color:#222;
}
#wrapper h1 {
display:none;
}
#wrapper{
color:#fff;
width:1000px;
margin:0 auto;
background-color:#222;
}
#logo {
float:left;
margin-top:20px;
padding-left:15px;/*LA LOCALISATION DU LOGO A ETE MODIFIEE*/
}
/* ===== MAIN MENU ==== */
#nav-main {
text-align:right;
padding:120px 10px 100px 0;
}
#nav-main h1 {
position:absolute;
left:-5000px;
visibility:hidden;
}
#nav-main li {
display:inline-block;
margin-left:30px;
}
#nav-main li a {
font-size:0.875em;
text-decoration:none;
letter-spacing:2px;
color:#AB988B;
}
#nav-main li.active a{
border-bottom:2px solid #AB988B;
}
#nav-main li a:hover {
color:#fff;
border-bottom:2px solid #fff;
}
#header h2{
position:absolute;
bottom:10px;
right:10px;
letter-spacing:1px;
}
/* ===== HEADER =====*/
#header{
position:relative;
height:270px;
border-bottom:2px solid #AB988B;
}

/* ===== MAIN ===== */
#content{
padding-top:65px;
padding-bottom:175px;
border-bottom:2px solid #AB988B;
}
#content img{
float:left;
margin-right:100px;
padding-left:30px;
}
#about {
margin-right:150px;
}
#about h3{
font-size:1.188em;
font-style:normal;
text-transform:uppercase;
letter-spacing:3px;
margin-bottom:30px;
}
#about p{
font-size:0.875em;
padding-bottom:10px;
line-height:1.3;
}
span a{
text-decoration:none;
font-weight:bold;
color:#AB988B;
}
/* ===== FOOTER =====*/
#footer{
padding-top:50px;
}
#nav-second{
text-align:center;
margin-bottom:50px;
}
#nav-second li{
display:inline-block;
position:0 50%;
margin-left:30px;
}
#nav-second li a {
text-decoration:none;
}
#informations{
background-color:#222;
text-align:center;
padding-top:30px;
padding-bottom:50px;
letter-spacing:1px;
font-weight:bold;
}
#informations h2{
text-transform:capitalize;
padding-bottom:30px;
}
#informations p{
font-size:0.813em;
}
#informations a{
text-decoration:none;
color:#fff;
}
/* ===== TRANSITIONS ===== */
#nav-second li a:hover{
opacity:.6;
-webkit-transition:all 0.4s linear;
-moz-transition:all 0.4s linear;
-0-transition:all 0.4s linear;
transition:all 0.4s linear;
}
#informations a:hover{
color:#AB988B;
border-bottom:2px solid #AB988B;
}
span a:hover{
color:#fff;
border-bottom:2px solid #fff;
}
