* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;`
	text-decoration: none;
}
body {
	background: #eee;
}

a {
	color: #fff;
	text-decoration: none;
}
a.selected {
	color: #fff;
}
h1,
h1 a {
	color:#4D94CB;
}
ul,
li {
	list-style-type: none;
}

#container {
	width: 1000px;
	height:auto;
	margin: auto;
	background: #eee;
	z-index: 2;
}

/* home background */

.fullBg {
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;
}
/* html */
#html {
	text-align: left;
	font-family: "Trebuchet MS", verdana, Helvetica, sans-serif ;
	color: #000000;
	position:absolute;
	left:0px;
	background: #ffffff;
	z-index: 50;
	width: 100%;
	overflow:auto;

}
/*MENU*/

#menu {
	width: 100%;
	height: 60px;
	background: #eee;
	margin: auto;
	position: absolute;
	overflow:hidden;
	z-index: 100;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: 1px solid #322A35;
	top:0px;
	right:0px;
	
}

#menu h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 30px;
	font-weight: bolder;
	text-transform:uppercase;
	letter-spacing: 0px;
	padding-left: 30px;
	color: #4D94CB;
}
#menu h1 i{
	color: #322A35;
	font-style: normal;
	
	}
#menu h2{
	font-size: 14px;
	font-weight: lighter;
	padding-left: 30px;
	font-style: italic;
	color: #322A35;
	font-family: Georgia, "Times New Roman", Times,  serif;
}

#menu ul {
	width: 800px;
	right: 0px;
	top: 40px;
	height: auto;
	position: absolute;
	text-align: right;
	font-size: 14px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times,  serif; 
	font-style:italic;
	padding-right: 30px;
	
	}


#menu ul li {
	list-style: none;
	padding-left: 12px;
	text-align:right;
	display:inline;
	
}
#menu ul li a {
	padding-bottom: 9px;
	color: #322A35;
}
#menu ul li a:hover {
	color: #4D94CB;
}
#menu ul li a.selected {
	border-bottom: 5px solid #4D94CB;
	color: #4D94CB;
}

/* gallery */

ul#projets {
	width : 1000px;
	position:absolute;
	margin : auto;
	top:90px;
	
}
ul#projets li {
	width: 300px;
	position: relative;
	display : inline;
	float : left;
	margin-left: 20px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
}

/*tooltip*/

#tooltip {
	position:absolute;
	text-decoration:none;
	color:#fff;
	width: auto;
	background: #322A35;/*  -------> gris  */
	padding: 15px;
	font-style:lighter;
	position: absolute;
	z-index: 3000;
	opacity : 0.9; 
    -moz-opacity : 0.9; 
    -ms-filter: "alpha(opacity=90)"; /* IE 8 */ 
    filter : alpha(opacity=90); /* IE < 8 */
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#tooltip * {

    color:#fff;
	font-weight: normal;
	line-height: 17px;

}
#tooltip h1{
	color: #4D94CB; /*  -------> bleu  */
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times,  serif; 
	font-style:italic;
	
	}
#tooltip h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-size:10px;
	}


/*details projets*/


ul#pictures {
	width:1000px;
	height:558px;
	position:absolute;
	top:90px;
}

ul#pictures li {
	width:800px;
	height:548px;
	right:0;
	float:right;
	z-index:0;
	}

#popup {
	display:none;
	background:#fff;
	width:758px;
	height:auto;
	position:absolute;
	left:200px;
	top:0px;
	padding:20px;
	border: 1px solid #322A35;
	opacity : 0.6; 
    -moz-opacity : 0.6; 
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */ 
    filter : alpha(opacity=60); /* IE < 8 */ 
}

#popup_content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#322A35;/*  -------> gris  */
	}
	
#slide_nav {
	height:auto;
	width:180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	position:relative;
	text-align:left;
	top: 90px;
	left:0px;
	z-index: 3000;
	background :#fff;
	margin-bottom:20px;
}

#slide_nav p.control {
	height:auto;
	width:165px;
	background :#fff;
	margin-bottom:20px;
	
	}

#slide_nav a {
	height:auto;
	color: #322A35;
	position:relative;
    text-decoration:none;
    text-align:left;
    margin-right:8px;
    top:0px;
    display:inline;
   font-size:18px;

	
}
#slide_nav a img{
	width:11px;
	height:12px;
}

#slide_nav a:hover {
	opacity : 0.6; 
    -moz-opacity : 0.6; 
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */ 
    filter : alpha(opacity=60); /* IE < 8 */
 
}

#slide_nav h3 {
	font-size: 14px;
	font-weight: lighter;
	padding:12px 0px 12px 12px;
	font-style: italic;
	color:#4D94CB; /*  -------> bleu  */
	font-family: Georgia, "Times New Roman", Times,  serif; 
	text-decoration: none;
	border-bottom: 1px solid #322A35;
}

#slide_nav h4{
	font-size: 11px;
	padding:12px 0px 12px 12px;
	color: #322A35;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #322A35;
	font-weight: lighter;
	
	}
	
#slide_nav p{
	font-size: 11px;
	padding:12px 0px 12px 12px;
	color: #322A35;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

/* library*/
ul#texts {
	width :1000px;
	position:absolute;
	margin:auto;
	top:90px;
	
	}


ul#texts li a img {
	width:300px;
	height:150px;
	position:relative;
	float:left;
	margin-right:20px;
}
ul#texts li{
	width:1000px;
	height:150px;
	position:relative;
	float: right;
	display:block;
	margin-bottom:20px;
	}
	
ul#texts #details{
	width:660px;
	height:auto;
	position:relative;
	float: right;
	margin-bottom:20px;
	background-color:#fff;
	padding:10px;
	
	}

ul#texts li h1{
	font-family: Georgia, "Times New Roman", Times,  serif;
	font-style:italic;
	font-weight:normal;
	color:#4D94CB; /*  -------> bleu  */
	font-size:14px;
	}
ul#texts li h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color: #322A35;
	font-size:11px;
	font-weight:lighter;
	}

ul#texts li p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color: #322A35;
	font-size:11px;
	font-style:italic;
	}

/*a propos*/


ul#apropos {
	width : 350px;
	height:auto;
	position:relative;
	float:right;
	margin : auto;
	top:90px;
	
}

ul#apropos li {
	width : 350px;
	position: relative;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	display:inline;
}

ul#apropos li a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #4D94CB;
	}	

ul#apropos li p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #322A35;
	font-weight: normal;
	
}
ul#portrait {
	position:relative;
	float:left;
	top:90px;
	height:auto;
	width:600px;
	padding:0 10px 0 10px;
	background:#fff;
	}
ul#portrait li{
	padding:10px 0 10px 0;
	border-bottom: 1px solid #CAC6CC;/*----> gris clair----*/
	
	
	}	
ul#portrait li h1{
	font-size:12px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color: #4D94CB;
	font-weight: normal;
}
	
ul#portrait li p{
	font-size:12px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 11px;
	color: #322A35;
	font-weight: normal;
}

ul#portrait li a,
ul#portrait li a h2 {
	width:auto;
	display:inline;
	margin-right:25px;
	position:relative;
	font-size:12px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	color: #4D94CB;
	font-weight: normal;
}

ul#portrait li a img{
	height:20px;
	width:auto;
	position:relative;
	top:4px;
	}

#credits {
	width:1000px;
	height:auto;
	float:left;
	position:relative;
	}
#credits p{
	padding: 10px 0 10px 0;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #CAC6CC;/*----> gris clair----*/
	font-weight: normal;
	}

/* contact */

#contact_form{
	margin-top:5px;
	
	}

textarea {
	background: #fff;
	width: 100%;
	height:150px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #322A35;
	margin-top:5px;
	margin-bottom:1px;
	border: 1px solid #CAC6CC;/*----> gris clair----*/
}
input{
	background: #fff;
	width: 100%;
	height:25px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #322A35;
	margin-top:5px;
	margin-bottom:1px;
	border: 1px solid #CAC6CC;
	
	}

label {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #322A35;
	margin-top:5px;
	margin-bottom:1px;
}
.error {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	color: #a7a9ac;

}

button{
	padding:2px;
	position:relative;
	float:right;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	background-color: #322A35; /*  -------> bleu  */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-top:5px;

	
	}
	
button:hover{
	color: #4D94CB;
	}

/* links */
ul#links {
	border:0;
	list-style: none;
	text-decoration: none;
	width: 1000px;
	position:relative;
	top:90px;
	
	}

ul#links li { 
	display:block;
    margin:5px;
    padding:5px
    text-align: left;
   	width: 300px;
    height: 20px;
}
ul#links li h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 14px;
	font-style:normal;
	font-weight:lighter;
	color:#4D94CB; /*  -------> bleu  */	
}

ul#links li h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
	font-size: 12px;
	font-weight:lighter;	
		
}
ul#links li a{
	color: #322A35;
	}

ul#links li a:hover{
	color:#4D94CB;
	}


ul#links p.description {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a7a9ac;
	text-align:left;
	}

/* questions */

ul#questions li {
	width: 800px;
	height: 30px;
	margin-left: 160px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 3px solid #E2001A;

}
ul#questions li a.thumbnail {
    display: block;
    height: 200px;

    overflow: hidden;
}

ul#questions li div.details {
	width: 400px;
	position: absolute;
	right: 0;
	bottom: 5px;
	list-style: none;
	text-decoration: none;
	text-align: right;

}

ul#questions li div.details h3 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #000000;
	list-style: none;
	text-decoration: none;
}
ul#questions li p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;	
}

div#questions {
	display:inline-table;
}

#mosaique {
    margin-left: 160px;
    padding-bottom: 5px;
}
#mosaique ul li a{
    float: left;
    width: 255px;
    height: 180px;  
    margin:5px;
    background: #c6c7c8;
    text-align: center;
    position: relative;
}
#mosaique ul li a img {
    max-width: 255px;
    max-height: 180px;
}
#mosaique  ul li a img.nothumbnail {
    margin-top: 9px;
}
#mosaique  ul li a div.extension {
    position: absolute;
    top: 55px;
    text-align: center;
    width: 160px;
}
