/*Parallax*/

#parallax h1 {
	font-size:55px;
	text-align:center;
	font-family:Calibri, Trebuchet MS, Century Gothic;
	margin:0;
	padding: 5px 0 7px 0;
	
	}

#parallax h2 {
	font-size:25px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:8px;
	color:#FFFFFF;
	margin:5px auto 20px auto;
	font-family:Century Gothic, Trebuchet MS;
	}

/* Feuille de style principale*/

html, body{
	margin:0;
	padding:0;
	height:100%;
}

body {
	background:/*url(../fond01.jpg);*/#FFFFFF;
	font-family:Century Gothic, Trebuchet;}

#globaldiv{
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	position:relative;
	}


#header {
	width:100%;
	/*height:150px; last version*/
	height: 115px;
	margin: 0;
			margin-top: 0;
	padding:0;
	
	/*background: url("../header01.png");last version*/
	background: url("../header02.png");
	
	background-position:bottom;
	/*background:url("../glasstype.jpg");
	background-repeat: no-repeat ; background-position: top center; modif glasstype*/
	/*border-bottom:1px solid #FF9900;*/
}
#header h1>img {
	display: block;
	margin: 0 auto; 
	}
	
	#page-800 {
		width:100%;
		margin: 0 auto;
		padding-bottom: 4em;
		margin-bottom: 0;
		clear: both;
		background:url("ist2_4946416_close_up_clock.gif") bottom right no-repeat #FFFFFF;
	}

	div#page {
		width:65%;
		/*height: 450px;*/
		margin:0 auto;
		/*background:#FFF;*/
		font-size:0.9em;
	}

#footer {
	width:100%;
	height:110px;
	position: absolute;
	bottom: 0; left: 0;
	clear:both;
	margin:0 auto;
	padding-bottom:0;
	margin-bottom:0;
	/*border-top:1px solid #FF9900;*/
	background:url("../footer01_bis.png") 0px 20px;

}
	
#header h1 {
	font-size:55px;
	text-align:center;
	font-family:Calibri, Trebuchet MS, Century Gothic;
	margin:0;
	padding: 5px 0 2px 0;
	}

#header h2 {
	font-size:25px;
	text-align:center;
	font-weight:lighter;
	letter-spacing:8px;
	color:#FFFFFF;
	margin:5px auto 20px auto;
	font-family:Century Gothic, Trebuchet MS;
	}

#header div.evitement{
	text-align:right;
	margin: 0 0 0 69%;
	border:1px dashed red;
	width:30%;
	height:20px;
	}
	#header div.evitement a{
		font-weight:bold;
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		}

/*menu du header*/

#menutop {
	width:100%;
	padding: 0;
	margin: 0 auto;
	background: #00EAFF;
	height: 20px;
	font-size: 0.9em;
	border-bottom:1px solid #FF9900;
	text-align:center;
}

	#menutop ul.ulmenu{
		padding:0;
		margin:0 auto;
		text-align:center;	
	}

	#menutop li {
		display: inline;
		margin:0;
	}
	
	#menutop li a {
		color: #333333;
		padding-left:20px;
		padding-right:20px;
		margin:0;
		width: 150px;
		text-align: center;
		text-decoration: none;
		overflow: hidden;
		border-top:1px solid #00EAFF;
		border-left:1px solid #00EAFF;
		border-right:1px solid #00EAFF;
		
			/*Effet onglets de classeur
			border-top:1px solid #FF9900;
			border-left:1px solid #FF9900;
			border-right:1px solid #FF9900;*/
	}
		#menutop li a:hover, #menutop li a:active {
			border-top:1px solid #FF9900;
			border-left:1px solid #FF9900;
			border-right:1px solid #FF9900;
			border-bottom:2px solid #FFFFFF;
			background: #FFFFFF;
				
				/*Effet onglets de classeur
				padding-top:10px;*/
			}
	
/*menu du footer*/

#menufoot {
	width:100%;
	padding: 0;
	margin: 0 0 0 0;
	background: #FFFFFF;
	color: #00EAFF;
	height: 20px;
	font-size: 0.9em;
	text-align: center;
}
	#menufoot ul.ulmenu{
		padding:0;
		margin:0 auto;
		text-align:center;	
	}

	#menufoot li {
		display: inline;
		margin:0 15px 0 15px;
	}
	
	#menufoot li a {
		color: #0099CC;
		padding-left:15px;
		padding-right:15px;
		margin:0 15px 0 15px;
		width: 150px;
		text-align: center;
		text-decoration: none;
		overflow: hidden;
		border-bottom:1px solid #FFFFFF;
		border-left:1px solid #FFFFFF;
		border-right:1px solid #FFFFFF;
	}
		#menufoot li a:hover, #menufoot li a:active {
			text-decoration:underline;
			}
	
/*page*/

div#page {
		padding-bottom:3em;
		}

#page h2 {
	margin:10px auto 20px auto;
	padding-left:18px;
	text-align:left;
	font-size:1.8em;
	background:url("../puce_triangle2.gif") 0% 50% no-repeat;
	}

#page p {
	text-align:justify;
	text-indent: 20px ;
	}

#page h3 {
	font-size:1.6em;
	font-weight:lighter;
	padding-left:5px;
	border-bottom:1px solid #55D4FF;
	border-left:8px solid #55D4FF;
	}	

/*fixedmenu*/
#fixedmenu {
   position: fixed;
   top: 170px;
   right: 20px;
   width: 16px;
   background: transparent;
}

#fixedmenu a, #fixedmenu a:hover {
   text-decoration: none;
   display: block;
   width: 16px;
   height: 16px;
   overflow: hidden;
   font-size: 40px;
   line-height: 1;
   margin: 0 auto;
}

#fixedmenu ul, #fixedmenu li {
   list-style-type:none;
   margin: 5px 0;
   padding: 0;
}

#fixedmenu #home {
   background: transparent url(../images/home.png) no-repeat;
}

#fixedmenu #up {
   background: transparent url(../images/up.png) no-repeat;
}

#fixedmenu #down {
   background: transparent url(../images/down.png) no-repeat;
}

#fixedmenu #rss {
   background: transparent url(../images/rss.png) no-repeat;
}

#fixedmenu #email {
   background: transparent url(../images/email.png) no-repeat;
}

#fixedmenu #favoris {
   background: transparent url(../images/favoris.png) no-repeat;
}


/*liste des emplois*/

h6 {
	margin:0;
	padding:0;
	text-align:center;
	font-size:1.5em;
	color:#FFFFFF;
	background:#2D7AB7;
	}
	

ul.listemplois{
	margin:0 auto;
	padding:0;
	width:80%;
	}
	

ul.listemplois > li {
	border:1px solid #2D7AB7;
	list-style-type: none;
	margin:5px auto;
	width:100%;
	padding:2px;
}

span.libelle {
	font-weight:bold;
	}


/*liste des stages*/

table.tablestage{
	width:100%;
	}
	
table.tablestage tr td.links {
	width:120px;
	text-align:center;
	margin-left:0;
	}
	
table.tablestage tr td.links ul li {
	height:20px;
	list-style-type: none;
	margin:5px 0;
	width:100%;
	border:1px solid #2D7AB7;
	}

table.tablestage tr td.links a.suite {
	margin:5px auto;
	color:#2D7AB7;
	
	}

	table.tablestage tr td.links a.suite:hover {
		color:#FFFFFF;
		background:#2D7AB7;
		}
		
/*page de redirection*/
#footer_acc {
	width:100%;
	height:125px;
	clear:both;
	margin:0 auto;
	padding-bottom:0;
	border-top:1px solid #FF9900;
	background:url("../footer01_bis.png") 1px 0px;
}

#menufoot_acc h1{
	font-size:80px;
	text-align:center;
	font-family:Trebuchet MS, Century Gothic;
	margin:0;
	padding: 60px 0 7px 0;
}


ul.liste_cv {
	width:100%;
	margin:0;
	padding:0;
}

ul.liste_cv li {
	width:100%;
	/*border:1px solid #000000;*/
	margin:0 0 5px 0;
	padding:0;
	list-style:none;
	}

span.annees {
	margin-left:0px;
	margin-right:12px;
	font-size:1.2em;
	font-style:italic;
	}
	
span.diplome {
	font-size:1.6em;
	padding-left:5px;
	border-bottom:1px solid #55D4FF;
	border-left:8px solid #55D4FF;
	}
	
span.specialite {
	font-style:italic;
	margin-left:0px;
	}
	
/*Rubrique CV*/

table.cv_head {
	width:100%;
}
table.cv_head td.cv_coord {
	width:50%;
	vertical-align:top;
	}
	
table.cv_head td.cv_img{
	background:#EEEEEE;
	vertical-align:top;
	}

table.cv_head td.cv_dl, table.cv_head td.cv_web {
	width:25%;
	vertical-align:top;
	}

table.cv_head td.cv_dl ul, table.cv_head td.cv_web ul{
	padding:0;
	}

h3#cv_download, span.h3cv_download {
	font-size:1em;
	padding-left:5px;
	padding-top:0;
	margin:0;
	vertical-align:top;
	border-bottom:1px dotted #55D4FF;
	border-left:4px solid #55D4FF;
}

li.doc {
	background:url("../icone-word.gif") no-repeat #FFFFFF;
	height:34px;
	padding-left:36px;
	padding-top:8px;
	list-style:none;
	}
	
li.pdf {
	background:url("../icone-pdf.gif") no-repeat #FFFFFF;
	height:34px;
	padding-left:36px;
	padding-top:8px;
	list-style:none;
	}

li.moncv {
	background:url("../icone-moncv.gif") 9px 9px no-repeat #FFFFFF;
	height:34px;
	padding-left:36px;
	padding-top:8px;
	list-style:none;
	}
	
li.doyoubuzz {
	background:url("../icone-doyoubuzz.jpg") 9px 9px no-repeat #FFFFFF;
	height:34px;
	padding-left:36px;
	padding-top:8px;
	list-style:none;
	}
	
li.viadeo {
	background:url("../icone-viadeo.jpg") 9px 9px no-repeat #FFFFFF;
	height:34px;
	padding-left:36px;
	padding-top:8px;
	list-style:none;
	}
	
li.linkedin {
	background:url("../icone-linkedin.jpg") 9px 9px no-repeat #FFFFFF;
	height:34px;
	padding-left:36px;
	padding-top:8px;
	list-style:none;
	}

li.skype {
	background:url("../icone-skype.jpg") 9px 9px no-repeat #FFFFFF;
	height:34px;
	padding-left:36px;
	padding-top:8px;
	list-style:none;
	}

ul.list_cv li{
	padding-top:8px;
	list-style:none;
	}

span.h3cv_souslist{
	font-size:1.1em;
	font-family:Trebuchet MS, Century Gothic;
	padding-left:5px;
	padding-top:0;
	margin:0;
	vertical-align:top;
	border-bottom:1px dotted #55D4FF;
	border-left:4px solid #55D4FF;
	}

h4 {
	font-size:1.2em;
	font-weight:normal;
	font-family:Trebuchet MS, Century Gothic;
	padding-left:5px;
	padding-top:0;
	margin: 25px 0 2px 45px;
	vertical-align:top;
	border-left:4px solid #55D4FF;
	}
	
acronym, abbr {
	border-bottom:1px dotted #AAAAAA;
	cursor:help;
}

.info_entreprise {
font-style:italic;
margin-bottom:0.1em;
margin-top:0;
margin-left:45px;
}

ul.info_missions{
margin:0 0 8px 0;
padding-left:64px;
list-style:none;
}

/*Realisations*/

.realisation h4{
	margin-top:10px;
	}

.realisation{
	width:100%;
	}

.realisation .vignette {
		width:210px;
		margin:auto auto;
		vertical-align:middle;
	}
	.realisation .vignette img{
		width:200px;

	}
	
.realisation .comment {
	text-align:justify;
	}




