@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var, u, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}		

/*---------------------*/
/*CSS GLOBAL*/
/*---------------------*/

div#page{
	position:absolute;
	left: 50%;
	top: 50%;
	width:1021px;
	height:633px;
	margin-left:-518.5px;
	margin-top:-324.5px;
	background-color:#FCC10A;
	background-image:url(../images/fond.png);
	background-repeat:no-repeat;
	border-style:solid;border-width:6px;border-color:#000000;
	overflow:hidden;
	}
		
body{
	background-image:url(../images/kraft.jpg);
	background-repeat:repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}

/*---------------------*/
/*CSS MENU*/
/*---------------------*/

div#boite_menu{
	float:left;
	width:150px;
	margin-top:240px;
	margin-left:40px;
	-webkit-transform: rotate(-5.5deg);
    -moz-transform: rotate(-5.5deg);
    -o-transform: rotate(-5.5deg);
    transform: rotate(-5.5deg);
	}

.saut_menu1{
	margin-top:5px;
	}
	
.saut_menu2{
	margin-top:40px;
	}
	
div#boite_menu a img{
	border-width:0;
	}
  
div#boite_menu a:hover img{ 
	background-color:#FFF;
	}

/*---------------------*/
/*CSS CONTENU*/
/*---------------------*/
div#contenu{
	width:692px;
	height:435px;
	margin-top:161px;
	margin-left:286px;
	}

div#principal{
	position:relative;
	width:530px;
	height:340px;
	top:70px;
	left:90px;
	overflow:hidden;
	}

.titre{
	height:20px;
	font-family:impact;
	font-size:20px;
	margin-bottom:2px;
	vertical-align:middle;
	cursor:pointer;
	}

.icone{
	height:20px;
	}
	
.titre:hover{
	background-color:#FCC10A;
	}

/*---------------------*/
/*CSS CADRE VIMEO*/
/*---------------------*/
iframe{
	border-style:solid;border-width:4px;border-color:#000000;
}

/*---------------------*/
/*CSS STEPCAROUSEL*/
/*---------------------*/
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	left:-110px;
	top:-110px;
	width: 640px; /*Width of Carousel Viewer itself*/
	height: 450px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 110px; /*margin around each panel*/
	width: 530px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:340px;
	display:block;
}

/*---------------------*/
/*CSS MOZAIQUE DE VIGNETTES*/
/*---------------------*/
div#moza{
	position:absolute;
	margin-top:30px;
	padding-left:4px;
	}

.moza_row{
	height:116px;
	margin-bottom:26px;
	}
	
.vignette{
	width:150px;
	height:110px;
	float:left;
	margin-right:26px;
	border-style:solid;border-width:3px;border-color:#999999;
	cursor:pointer;
	}
	
.vignette:last-child{
	margin-right:0px;
	}
	
.vignette:hover{
	border-color:#000000;
	}
	
.clear{
	clear:both;
	}	
	
div#puces{
	margin:auto;
	text-align:center;
	background-color:#CC3;
	}

/*---------------------*/
/*CSS GALLERIE PHOTOS*/
/*---------------------*/
.photo{
	height:300px;
	}
	
div#conteneur_photos a{
	cursor:url(../images/loupe.png) 10 10, pointer;
	}

div#conteneur_photos{
	text-align:center;
	background-color:#000;
	}

/*---------------------*/
/*CSS CACHE INFOS*/
/*---------------------*/
.cache{
	position:absolute;
	display:none;
	padding:20px;
	width:530px;
	background-color:#000;
	margin-bottom:2px;
	}
	
.infos{
	color:#FFF;
	}
	
.resume{
	margin-right:40px;
	width:300px;
	padding:5px;
	float:right;
	background-color:#FFF;
	border-style:solid;border-width:3px;border-color:#333;
	}

/*---------------------*/
/*CSS C.VITAE*/
/*---------------------*/
.case_cv{
	float:left;
	width:150px;
	margin-right:40px;
	}
	
.case_cv:last-child{
	margin-right:0px;
	}
	
.case_cv:hover{
	-webkit-transform: scale(0.95) rotate(3deg);
    -moz-transform: scale(0.95) rotate(3deg);
    -o-transform: scale(0.95) rotate(3deg);
    transform: scale(0.95) rotate(3deg);
	cursor:pointer;
	}
	
/*---------------------*/
/*CSS CONTACT*/
/*---------------------*/
.contact_form{
	font-size:24px;
	}

.contact_form #pseudo{
	width:180px;
	height:50px;
	border-style:solid;border-width:4px;border-color:#333;
	margin-right:20px;
	margin-bottom:20px;
	background-image:url(../images/contact_pseudo.png);
	background-repeat:no-repeat;
	padding:0px 20px 0px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
	
.contact_form #email{
	width:230px;
	height:50px;
	border-style:solid;border-width:4px;border-color:#333;
	background-image:url(../images/contact_email.png);
	background-repeat:no-repeat;
	padding:0px 20px 0px 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	}

.contact_form textarea{
	width:390px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	height:130px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:20px;
	border-style:solid;border-width:4px;border-color:#333;
	background-image:url(../images/contact_message.png);
	background-repeat:no-repeat;
	resize:none;
	}
	
.contact_form input[type="image"]{
	border-style:solid;border-width:4px;border-color:#333;
	height:170px;
	}
	
.contact_form input[type="image"]:hover{
	background-color:#F90;
	}
	
div#contact_valid{
	text-align:center;
	font-size:16px;
	margin-top:50px;
	}
	
/*---------------------*/
/*CSS HOME*/
/*---------------------*/
.dico{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-bottom:40px;
	}

.dico img{
	float:left;
	margin-right:9px;
	}
	
.dico img:hover{
	background-color:#FFC200;
	}
	
.dico a {
	text-decoration:none;
	color:#444;
	}
	
/*---------------------*/
/*CSS CACHE LOAD*/
/*---------------------*/
div#loading{
	position:absolute;
	top:230px;
	left:325px;
	width:640px;
	height:340px;
	background-color:#FFFFFF;
	text-align:center;
	z-index:100;
	}
	
div#loading img{
	margin-top:20px;
	}