/*****************************/
/******** STRUCTURE **********/
/*****************************/


/******** CONTAINERS PRINCIPAUX **********/
* {
	margin: 0;
	padding:0;
}

body {
	background-color: #000000;
	font-family: Times, Times New Roman, serif;
	min-height: 100%;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #E4E2E3;
	background-image: url(../img/bg.png);
	text-align:left;
}

#bg {
	min-height: 100%;
	background-image: url(../img/bg_bottom.jpg);
	background-position: left bottom;	
	background-repeat: no-repeat;
}


/********* BANDEAU BLANC **********/
#bookmark {
	position: fixed;
	float:left;
	height:100%;
	min-height: 100%;
	width: 165px;
	padding: 25px 45px 0 45px;
}
#isoImg {
	margin-top: 120px;
}


/******** ZONE CONTENU **********/
#content {
	float: right;
	width:645px;
	padding: 0 35px 0 25px;
	text-align:left;
}

#title {
	color:#626162;
	font-size:2.95em;
	margin:0;
	padding:37px 0 8px;
	border-bottom: 1px solid #B4B2B3;
	font-style:italic;
	font-family: Times, Times New Roman, serif;
}
#hook{
	color: #9b3B17;
	font-size:1.7em;
	line-height:1.1em;
	margin:12px 0 0;
	font-style:italic;
	font-family: Times, Times New Roman, serif;
}
#chapo{
	font-size:1.25em;
	margin: 0 0 1em 0;
	padding-bottom:17px;
	border-bottom: 1px solid #CCC6C9;
	font-style:italic;
	font-family: Times, Times New Roman, serif;
}

/******** PIED DE PAGE **********/
#footer {
	clear:both;
	text-align:center;
	margin: 50px 0 15px;
	font-size: 0.7em;
	font-style: italic;
	border-top: 1px dashed #66545b;
	color: #66545b;
	padding:0;
}

/*****************************/
/*********** NAV *************/
/*****************************/
#nav {
	padding:0 0 0 0px;
	margin:36px 3px 40px 5px;
	background-image:url(../img/nav_dash.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav li {
	list-style-type:none;
	line-height:1.3em;
	background-image:url(../img/nav_dash.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size:1.2em;
	font-style: italic;
	padding: 3px 0 2px;
	text-indent:4px;
}
#nav li.small {
	font-size:1em;
}
#nav li a {
	color: #66545b;
	display:block;
	text-decoration: none;
}
#nav li a:hover {
	color:#FFFFFF;
	background-color: #9B3E17;
}
#nav hr {
	visibility: hidden;
	height: 0px;
	margin: -1px 0 0;
}

/*****************************/
/********* ELEMENTS **********/
/*****************************/
h1 {
	font-family: Times, Times New Roman, Serif;
	font-size: 1.6em;
	color: #66545B;
	font-style:italic;
	font-weight: normal;
	margin-bottom:0.2em;
	margin-top: 0.4em;
	clear: both;
}
h2 {
	font-family: Times, Times New Roman, Serif;
	font-size: 1.3em;
	color: #9b3B17;
	font-style:italic;
	font-weight: normal;
	margin-bottom:0.1em;
	margin-top: 0.4em;
	clear: both;
}
h2.double {
	margin-top: 0.8em;
}
p {
	margin:0 0 0.75em;
	font-size:0.8em;
	font-family: Verdana;
}

#content img.left {
	margin-left: 0px;
	margin-right: 15px;
	margin-top:5px;
}
#content img.right {
	margin-right: 0px;
	margin-left: 15px;
}

hr.spacer {
	margin:0;
	padding:0;
	clear: both;
	visibility: hidden;
	border: 1px solid red;
}

a {
	color: #66545B;
}
a:visited {
	color: #66545B;
}

/*****************************/
/*********** HOME ************/
/*****************************/
#main.hp {
	background-color: #E4E2E3;
	background-image: url(../img/hp_bg.jpg);
	height:640px;
}
.hp #bookmark{
	padding: 25px 32px 0 65px;
}
.hp #isoImg {
	margin-top:0;
}
.hp #nav {
	margin-top:156px;
}
.hp #bg {
	background-image: none;
}
.hp #content {
	width:608px;
	padding: 0 35px 0 55px;
}
.hp p {
	font-family: Times, Times New Roman, serif;
}

#hpImage {
	padding: 62px 0 0;
}
#hpHook {
	color: #9b3B17;
	font-size:1.9em;
	line-height: 0.9em;
	margin: 45px 0 0;
}
#hpChapo {
	font-size:1.2em;
	margin: 10px 0;
	font-style: italic;
}


/*****************************/
/******** REALISATIONS *******/
/*****************************/

.realisation {
	width:645px;
	padding-bottom:20px;
	margin-top:20px;
	border-bottom: 1px solid #CBC6C8;
}

.realisation .col1 {
	width: 200px;
	float:left;
	text-align:right;
}
.realisation .col2, .realisation .col2right {
	width: 200px;
	float:left;
	margin: 0 23px 0 22px;
	text-align: left;
}
.realisation .col2right
 {
	text-align: right;
}
.realisation .col3 {
	width: 200px;
	float:left;
	text-align:left;
}

.realisation h1 {
	margin:-2px 0 15px 0;
	line-height:1em;
	font-family: Times, Times New Roman, serif;
	font-size: 1.4em;
	font-style: italic;
}
.realisation h2 {
	margin:0 0 15px 0;
	line-height:1.1em;
	font-family: Times, Times New Roman, serif;
	font-size: 1em;
	font-style: italic;
	
}
.realisation .description {
	font-family: Times, Times New Roman, serif;
	font-size:1em;
}
.realisation .plus {
	font-family: Times, Times New Roman, serif;
	color: #66545b;
	font-size:0.8em;
	line-height:1em;
}

