@charset "UTF-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
}
body{
	background:#f9f9f9 url(img/fond.png) repeat-x top;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#333;
}
h1{
	position:absolute;
	left:-2000px;
	top:-2000px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.spacer{
	clear:both;
}
#page{
	width:1200px;
	margin:0 auto;
}
#ban{
	background:url(img/ban.jpg) top center no-repeat;
	width:1200px;
	height:258px;
}
#menu{
	height:38px;
	width:100%;
	background:url(img/fond_menu.png) top repeat-x;
	position:absolute;
	top:0;
}
#menu ul{
	text-align:center;
	margin:0;
	padding:0;
}
#menu ul li{
	list-style:none;
	display:inline-block;
	height:38px;
	border:none;
	-moz-border-image: url(img/separateur_menu.png) 0 0 0 100;
	-webkit-border-image: url(img/separateur_menu.png) 0 0 0 100;
	-o-border-image: url(img/separateur_menu.png) 0 0 0 100;
	border-image: url(img/separateur_menu.png) 0 0 0 100;
	border-width: 0 0 0 2px;
	margin-right:-1px;
}
#menu ul li a{
	height:38px;
	display:block;
	padding:0 10px;
	text-decoration:none;
	color:#FFF;
	line-height:36px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px #353535;
}
#menu ul li a:hover{
	color:#333;
	text-shadow:-1px 1px white, 1px -1px #ddd;
	background:url(img/fond_menu_on.png) repeat-x top;
}
#menu ul li.first{
	border:none;
	border-width:0;
}
#corps{
	background:#FFF;
	width:1000px;
	margin:-88px auto 0;
	min-height:200px;
	display:block;
	padding-bottom:15px;
}
#title{
	width:226px;
	height:50px;
	background:url(img/bandeau.png) no-repeat top center;
    margin-left: -11px;
    position: absolute;
    margin-top: 15px;
}
#title h2{
	margin:0px;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#444;
    padding-left: 30px;
    line-height: 38px;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
#title h2 a{
	color:#444;
}
#content{
	padding-top:65px;
}
#footer{
	text-align:center;
	margin:20px 0;
}
#footer span{
	font-style:italic;
	color:#AAA;
	font-size:11px;
}
.btnFB{
	margin-left:15px;
}


/*******************Style de la page Web**********************/
.web #colg, #aperçue{
	float:left;
}
.web #colg{
	margin-left:55px;
	width:286px;
}
.web #description h2{
	color: #096394;
    font-size: 25px;
    margin-bottom: 0;
	margin-top: 8px;
}
.web #aperçue{
	width:570px;
	height:320px;
	margin-left:33px;
	margin-bottom: 52px;
	margin-top: 12px;
	background:url("img/mskWeb.png") no-repeat center top;
	padding : 21px 0 143px 42px
}
.web #aperçue .reflet{
	position:absolute;
}
.web #aperçue a{
	/*width:570px;*/
	height:298px;
	display:block;
	overflow:hidden;
}
.web #aperçue img.aperçue{
	width:528px;
/*	padding-bottom: 29px;
	background:url(img/shadowWeb.png) bottom center no-repeat;
	-webkit-box-shadow: 0px 1px 2px 0px #333333;
	-moz-box-shadow: 0px 1px 2px 0px #333333;
	box-shadow: 0px 1px 2px 0px #333333;
*/}
.web #miniatures{
	height:250px;
	width:295px;
	overflow:hidden;
	padding:14px 0 20px;
	position:relative;
	z-index:100;
	border-top:1px solid #eee;
	text-align:center;
	color:#999;
	font-weight:bold;
}
.web #miniatures #prevPage,
.web #miniatures #nextPage{
	cursor:pointer;	
    position: absolute;
}
.web #miniatures #prevPage{
	left : 0;
}
.web #miniatures #nextPage{
	right: 0;
}
.web #miniatures table{
	margin-bottom:5px;
}
.web #miniatures td{
	list-style:none;
	width:125px;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 5px 3px;
	border:1px solid #dad7d7;
	-webkit-box-shadow: 0px 5px 5px #d1d1d1;
	-moz-box-shadow: 0px 5px 5px #d1d1d1;
	box-shadow: 0px 5px 5px #d1d1d1;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* W3C */
/*	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 18px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 18px 0px 18px 0px;
	border-radius: 18px 0px 18px 0px;
*/	cursor:pointer;
}
.web #miniatures td img{
	height:100px;
	overflow:hidden;
/*	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 15px 0px 15px 0px;
	border-radius: 15px 0px 15px 0px;
*/}
.web #scotchg {
    position: absolute;
    z-index: 50;
    margin-top: -37px;
    margin-left: -24px;
}
.web #scotchd {
    margin-top: -77px;
    position: relative;
    z-index: 51;
    margin-left: 485px;
}

/****************Style de la page book********************/
.book #content{
}
.book #colg{
	float:left;
	margin-left:55px;
	width:286px;
}
.book #colg ul#crea_mini{
	margin:0;
	padding:20px 0;
	border-top:1px solid #eee;
}
.book #colg ul#crea_mini li{
	list-style:none;
	cursor:pointer;
	float:left;
	margin:0 10px 10px 0;
	width:50px;
	height:50px;
    background:#EEF0F5;
    border: 1px solid #CED1DA;
    padding: 4px;
}
.book #colg ul#crea_mini li div.overflow{
	width:50px;
	height:50px;
	overflow:hidden;
	display:block;
}
.book #colg ul#crea_mini li div.valign{
	display:table-cell;
	vertical-align:middle;
	height:50px;
}
.book #colg ul#crea_mini li img{
	margin-bottom:-4px;
}
.book #aperçue{
	float:left;
	width:570px;
	margin-left:33px;
	text-align:center;
}
.book #aperçue .content{
	display:table;
	margin:auto;
}
.book #aperçue .ombres{
	text-align:left;
}
.book #aperçue img{
	max-width:587px;
}
.book #description{
	padding-bottom:10px;
}
.book #description h2{
	color: #096394;
    font-size: 25px;
    margin: 0;
}
.ombreD,.ombreG{
	margin-top:-4px;
}
.ombreD{
	float:right;
}

/************************** CV *****************************/
#cv #content table{
	margin-top:20px;
	height:570px;
	width:812px;
	background:url("img/cv_fond.jpg") no-repeat top center;
	padding-top:10px;
}
#cv #content table td{
	padding:0 41px 0 57px;
}
#cv #content table td h2{
	margin-bottom:0;
}
#cv #content table td p{
}
#cv #cv_pdf{
	margin: 15px 0;
	text-align:center;
}
#cv #content ul {
  margin: -5px 0 0;
}

/*********************** Contact ***************************/
#contact #content{
	text-align:center;
}
#contact #content input.champText{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.15);
	border:1px solid #CCC; 
}

/************************ Flash ****************************/
.flash table{
	width:806px;
	margin:auto;
}
.flash table td{
	padding:20px;
}
.flash .title{
	width:226px;
	height:50px;
	background:url(img/bandeau.png) no-repeat top center;
    margin-left: -11px;
    position: absolute;
    margin-top: 15px;
}
.flash .title h2{
	margin:0px;
	font-size:19px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#444;
    padding-left: 12px;
    line-height: 38px;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.flash td a{
	display:block;
	width:380px;
	height:145px;
}
.flash #colg{
	float:left;
	margin-left:55px;
	width:286px;
}
.flash #description h2{
	color: #096394;
    font-size: 25px;
    margin: 0;
}
.flash #aperçue{
	float:left;
	width:570px;
	margin-left:33px;
	text-align:center;
}

