/*-------------------------------------------------
VERSION 2006 1.0
-------------------------------------------------*/




/*-------------------------------------------------
APPLICABLES A TOUS
-------------------------------------------------*/


* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

body {
	margin: 0 0 25px 0;
	background-image: url(../img/background_fonce.png);
	font-size: 69%;/* format general de tout le site 69% ou 76%*/
	text-align: center; /*pour centrer le design*/
	background-attachment: scroll;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: top;
	}
		
body, p, td, tr, h1, h2, h3, h4, h5 {
	line-height: 1.5em;
	font-weight: normal;
	text-align: left; /*pour retablir tous les textes a gauche*/
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	}
		

#container {
	width: 900px;
	border: 0;
	margin: 0 auto;/* pour centrer la page*/
	background: #FFF url(../img/side_nav_background.png) repeat-y left;
	}



h1 {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	}

h2 {
	font-size: 1.4em;
	color: #99998C;
	margin-top: -5px;
	}

h3 {
	font-weight: bold;
	color: #666666;
	line-height: 1.5em;
	padding-top: 5px;
	font-size: 1em;
	}

h4 {
	font-size: 0.8em;
	color: #666;
	padding: 0 0 0 10px;
	}

h5 {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	}


p {
	margin: 0.5em 10px 0 0;
	font-size: 1em;
	color: #666666;
	}
	
a:link, a:visited {
	color: #99998C;
	text-decoration: none;
	}

a:hover, a:active {
	color: #333333;
	text-decoration: none;
	}
	
ul {
	list-style-type: none;
	}

li {
	list-style-type: none;
	}

ul, ol, dl {
    position: relative;
	}

/*-------------------------------------------------
DIV
-------------------------------------------------*/


#banner {
	height: 115px;
	background: url(../img/header_900px.png) no-repeat;
	font-size: 0.91em;
	}

#maincontent{
	background: #CCCCCC;
	background-image: url(../back_bande_cote.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	height: 100%;
	display: block;
}

#content {
	padding: 0 0 10px;
	float: right;
	width: 600px;
	display: inline;
	}

#sidebar {
	float: left;
	width: 290px;
	}
	
#portfolio_nav {
	height: 50px;
	margin: 5px 10px 0 0;
	}

#portfolio_image {
	height: 290px;
	width: 590px;
	}

#description {
	float: left;
	width: 300px;
	padding-bottom: 20px;
	}

#description_450 {
	float: left;
	width: 450px;
	padding-bottom: 10px;
}

#banner_logo {
	height: 75px;
	}

#page_title {
	background: #FFFFFF url(../img/fade_left.png) repeat-y left;
	height: 65px;
	overflow: hidden;
	padding-left: 300px;
	background-color: #FFF;
	}



/*-------------------------------------------------
MAIN NAV
-------------------------------------------------*/


#main_nav {
	clear: both;
	height: 20px;
	overflow: hidden;
	}
	
#main_nav ul li {
	display: block;
	float: left;
	}

#main_nav ul li a:hover {
	background: url(../img/main_nav.png) no-repeat left -20px;
	text-decoration: none;
	}

#main_nav ul li a {
	background: url(../img/main_nav.png) no-repeat left -40px;
	width: 140px; /* 140 + 10 = 150px */
	color: #DDDDD1;
	text-decoration: none;
	display: block;
	text-align: left;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	}


	
/*-------------------------------------------------
SECOND NAV
-------------------------------------------------*/


#second_nav {
	background: #FFF url(../img/second_nav_gauche.png) no-repeat left;
	clear: both;
	height: 20px;
	padding-left: 300px;
	line-height: 20px;
	overflow: hidden;
	}

#second_nav a {
	padding-left: 10px;
	}

#second_nav ul li {
	display: block;
	float: left;
	text-align: left;
	}

#second_nav ul li a:hover {
	color: #333333;
	background: url(../img/second_nav_tabs.png) no-repeat left -40px;
	text-decoration: none;
	}

#second_nav ul li a {
	background: url(../img/second_nav_tabs.png) no-repeat left -20px;
	width: 140px;
	color: #99998C;
	text-decoration: none;
	display: block;
	text-align: left;
	height: 20px;
	padding-bottom: 0;
	line-height: 20px;
	}
	
	
	
/*-------------------------------------------------
PAGE LIST
-------------------------------------------------*/


#page_list {
	font-size: 0.83em;
	line-height: 1em;
/*	top: -20px;
*/	top:-20px;
	position: relative;
	z-index: 1;
	}
	
#page_list h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.2em;
	height: 20px;
	overflow: hidden;
	background-image: url(../img/side_nav_h6.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 10px;
	background-color: #FFFFFF;
	line-height: 20px;
}

#page_list li a {
	color:#666666;
	display: block;
	padding: 5px 10px;
	border-bottom: 1px dotted #DBDACE;
	}
	
#page_list li a:visited {
	color: #99998C;
	background-image: url(../img/petit_crochet.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	}
		
#page_list li a:hover {
	background-image: url(../img/arrow_medium.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	color: #333;
}




/*-------------------------------------------------
OTHER
-------------------------------------------------*/


#other {
	float: left;
	width: 290px;
	display: block;
	padding: 0 0 20px;
	}
	
#other ul {
	line-height: 1.25em;
	list-style: none;
	margin-top: 5px;
	}

#other li a {
	color:#99998C;
	display: block;
	padding: 1px 10px 2px 10px;
	background-image: url(../img/fleche_points.gif);
	background-repeat: no-repeat;
	background-position: 1px center;

	}
	
#other li a:visited {
	color: #99998C;
	background-image: url(../img/petit_crochet.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	}
	
#other li a:hover {
	color: #333;
	background-image: url(../img/arrow_fonce.png);
	background-repeat: no-repeat;
	background-position: 1px center;
	}
	
/*-------------------------------------------------
EXTRA
-------------------------------------------------*/

#extra {
	width: 600px;
	float: left;
	clear: both;
	margin: 10px 0;
	}
	
#extra div {
	clear: both;
	margin-bottom: 10px;
	}
	
#extra img {
	float: left;
	}
	
#extra h2 {
	border-top: 1px dotted #D9D9CC;
	line-height: 1.25em;
	padding: 5px 0 0;
	}

#extra p {
	line-height: 1.25em;
	}

.filet {
	border-top: 1px dotted #D9D9CC;
	}


/*-------------------------------------------------
CONTENT
-------------------------------------------------*/

#content h3 img {
	float: right;
	padding: 0 10px 10px;
	width: 140px;
	height: 140px;
	margin-top: 0px;
	}



/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

#footer {
	height: 20px;
	border-top: dotted 1px #D9D9CC;
	background-color: #fff;
	margin: 10px 10px 0 10px;
	clear: both;
	float: right;
	width: 590px;
	}

#footer li a {
	padding: 0 0 0 10px;
	}

#footer ul {
	font-size: 0.91em;
	}

#footer ul li {
	display: inline;
	float: left;
	}

#footer ul li a:hover {
	color: #333333;
	background: url(../img/arrow_fonce.png) no-repeat 0 center;
	}

#footer ul li a {
	background: url(../img/arrow_pale.png) no-repeat 0 center;
	color: #909083;
	height: 20px;
	line-height: 20px;
	padding-right: 15px;
	font-size: 0.92em;
	}

/*#footer p {
	padding-top: 10px;
	}
*/
#bottom_pad {
	height: 10px;
	clear: both;
}

/*-------------------------------------------------
IMAGES PORTFOLIO
-------------------------------------------------*/

#portfolio_image {
	height: auto;
	width: 590px;
	}
#images_portfolio img {
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-bottom: 8px;
}
#images_portfolio a:hover img {
	border: 1px solid #333333;
}
#portfolio_image img {
	padding-bottom: 5px;
}
