* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
body {
	background: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}
a.selected {
	color: #fff;
}
h1,
h1 a {
	color:#4D94CB;
}
ul,
li {
	list-style-type: none;
}	

#container {
	width: 960px;
	margin: auto;
	background: #fff;
	position: absolute;
	z-index: 2;
	top: 0;
}


#menu {
	float: right;
	width: 150px;
	height: auto;
	background: #E2001A;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	padding-bottom:15px;
	padding-top:10px;
}


#menu h1 {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	letter-spacing: 0px;
	padding-right: 11px;
	color: #4D94CB;
}

#menu h2{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-right: 12px;
	letter-spacing: 3px;
	font-style: italic;
	color: #4D94CB;
}

#menu ul li {
	list-style: none;
	padding-right: 12px;
	height: 26px;
}
#menu ul li a {
	font-family: "Times New Roman", Times, Georgia, serif; 
	font-weight: normal;
	font-size: 16px;
	color: #4D94CB;
	text-decoration: none;
}
#menu ul li a:hover {
	font-style: italic;
	font-size: 16px;
	color: #4D94CB;
}
#menu ul li a.selected {
	color: #fff;
}



/* html */
div#html {
	text-align: left;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	color: #000000;
	position:absolute;top:200px;
	left:0px;
	width:640px;
	height:auto;
	background: #ffffff;
	margin:auto;	
}

/* library*/
ul#texts {
    margin-left: 160px;
}
ul#texts li {
	width: 800px;
	height: 200px;
	margin-bottom: 50px;
	position: relative;
	border-bottom: 3px solid #E2001A;
}
ul#texts li div.details h3 a {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #000;
	list-style: none;
	text-decoration: none;
}
ul#texts li div.details {
	width: 240px;
	position: absolute;
	right: 0;
	bottom: 5px;
	text-align: right;
}
ul#texts li div.details p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
div#text {
	margin-left:160px;
	padding-top: 200px;
}
div#text h3 {
   	font-family: Arial, Helvetica, sans-serif;
    	height: 30px;
}
div#text p.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;  
}


/*liste a propos*/
ul#apropos {
	margin-left: 160px;
	background: url(../img/dessin_robin.jpg) no-repeat;
	text-align: left;
	padding-top: 200px;
}
ul#apropos li {
	width:800px;
	height: auto;
	margin-bottom:10px;
	position: relative;
	border-top: 3px solid #E2001A;
	
}
ul#apropos li div.details {
	width:240px;
	position: relative;
	left:400px;
	top: 5px;
	text-align: left;
	
}
ul#apropos h3 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #000000;
}

ul#apropos p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	
}


/* contact */
input,
textarea {
	background: #bdd5ed;
	width: 100%;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	
	
}
label {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.error {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E2001A;
}

ul#links li{ 
	display: inline;
	border:0;
}
ul#links li,
ul#links li a {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	
}

ul#links li a:hover {
	font-style:italic;
	font-size: 12px;
	color:#4D94CB;
}
	 


/* liste projets */
ul#mosaique,
ul#projets {
	margin-left:160px
}
ul#projets li {
	width: 800px;
	height: 200px;
	margin-bottom: 50px;
	position: relative;
	border-bottom: 3px solid #E2001A;

}
ul#projets li a.thumbnail {
    display: block;
    height: 200px;
    overflow: hidden;
}
ul#projets li div.details {
	width: 400px;
	position: absolute;
	right: 0;
	bottom: 5px;
	list-style: none;
	text-decoration: none;
	text-align: right;

}

ul#projets li div.details h3 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #000000;
	list-style: none;
	text-decoration: none;
}
ul#projets li {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;

	

	
}


/* gallery */
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;
}

#mosaique a.tooltip:hover span H3{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #fff;
	text-align:left;

	
}

#mosaique a.tooltip:hover span p{
	
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: lighter;
	color: #fff;
	text-align:left;

	
}

a.tooltip {
     position:relative;
     text-decoration:none;
     font-family:Arial, Helvetica, sans-serif;    
     font-size:12px;
   }
a.tooltip:hover {
      background: none;
      z-index: 100;
   }
   
a.tooltip span {
     display: none;
   }
   
a.tooltip:hover span  {
		display: block;
      position: absolute;
      top:0;
      font-family:Arial, Helvetica, sans-serif;
      text-align:right;
      font-size:10px;
      font-weight:normal;
      width:235px;
      color:#fff;
	background: #000;
      padding: 10px;

   }




/*details projets*/


ul#pictures {
	width:800px;
	height:558px;
	border-bottom:3px solid #E2001A;
	position:absolute;
	left:160px;
}



div#slide_nav {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bolder;
	letter-spacing: -1px;
	position: absolute;
	right:0px;
	top: 562px;
	width: 220px;
	height: 10px;
	z-index: 100;
	text-align: right;
	
}


div#slide_nav a {
	color: #4D94CB;
	
	
}


div#slide_nav a:hover {
	color: #E2001A;
}



div#slide_nav a.bulle:hover span h3 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: bolder;
}

div#slide_nav a.bulle:hover span h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #fff;
	letter-spacing: 0px;
	font-weight: lighter;
}
div#slide_nav a.bulle:hover span p{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: lighter;
	color: #fff;

	
}


a.bulle {
     position:relative;
     text-decoration:none;
     font-family:Arial, Helvetica, sans-serif;
     text-align:center;
     font-size:16px;
   }
a.bulle:hover {
      background: none;
      z-index: 100;
   }
   
a.bulle span {
     display: none;
   }
   
a.bulle:hover span {
      display: block;
      position: absolute;
      bottom: 20px;
      right: -116px;
      font-family:Arial, Helvetica, sans-serif;
      text-align:left;
      font-size:12px;
      font-weight:normal;
      width:760px;
      color:#fff;
      background: #000;
      padding: 20px;
      border-bottom:3px solid #E2001A;

   }



/* home background */
div#background,
*  body {
	width: 100%;
	height: 100%; 
}
div#background {
	position: fixed;
	z-index: 1;
	overflow: hidden;
	right: 0;
}
* html div#background {
	position: absolute;
	top: 0;
}



