* {
	padding:0;
	font-family:arial, sans-serif;
	color:#3d5aaa;
	
}

body {
	margin:0;
	padding:0;
	background-color:#27343c;
	background-repeat:repeat-x;
	color:white;
}


#all {
	width:900px;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}

#header {
	height:80px;
	margin:0;
}
#logo {
	width:221px;
	height:77px;
	float:left;
}
#searchBox {
	margin-top:20px;
	margin-right:50px;
	float:right;
}

#menu {
	margin:0;
	padding:0;
}
#zoneMoi {
	background-image:url(../images/zoneMoi.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:228px;
	margin:0;
	padding:0;
	border-bottom:2px solid #6196c4;
}

#hautBleu {
	background-image:url(../images/fondHautInterne.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:137px;
	margin:0;
	padding:0;
	border-bottom:2px solid #6196c4;
}
#main {
	background-color:#fff;
	min-height:300px;
	margin:0;
}
#stage {
	padding-top:25px;
	background-color:#fff;
	width:500px !important;
	width:480px;
	float:left;
	padding-left:30px;
	padding-right:30px;
	position:relative;
	background-image:url(../images/traitVertical.jpg);
	background-repeat:no-repeat;
	background-position:99% 5px;
	height:220px;
}
#dernieresCreations {
	padding-top:25px;
	width:340px;
	float:right;	
	background-image:url(../images/potCrayons.jpg);
	background-repeat:no-repeat;
	background-position:0px 15px;
}

#blocsBas {
	width:830px;
	border-top:1px solid #c7c8c3;
	margin:auto;
	margin-top:20px;
	padding-top:30px;
}
#footer {
	background-image:url(../images/fondBas.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:60px;
	margin: 0; padding:0;
}
#realFooter {
	text-align:center;
}
.clearer {
	height:0;
	clear:both;
}
fieldset {
	padding:10px;
	margin:10px;
	border:1px solid #538FCD;
}
/**********
LOGO
***********/
#logo h1 {
	visibility:hidden;
	font-size:1px;
	float:left;
	height:0px;
	margin:0; padding:0;
}
#logo img {
	border:none;
}

/**********
SEARCH BOX
***********/
#searchBox input#search {
	color:white;
	font-size:0.8em;
	width:200px;
	font-style:italic;
	padding:3px;
	height:15px;
	background-color:#7ca5de;
	border:1px solid white;
	background-image:url(../images/loupeSearch.jpg);
	background-position:100% 0px;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
}
#searchBox #boutonOk {
	width:28px;
	border:none;
	height:23px;
	float:left;
	margin-left:2px;
}

/**********
MENU
***********/
#menu ul {
	list-style-type:none;	
	margin:0;
	padding:0;
	margin-left:221px;
	height:30px;
	}
#menu li  {
	float:left;
	width:127px;
	height:30px;
	margin:0;
	margin-right:1px;
	display:block;
}
#menu li a  {
	background-image:url(../images/fondMenuPale.jpg);
	background-repeat:no-repeat;
	display:block;
	border:none;
	width:127px;
	text-decoration:none;
	line-height:30px;
	text-align:center;
	color:#27343c;
}
#menu li a:hover {
	text-decoration:none;
	background-image:url(../images/fondMenuBleu.jpg);
	color:white;
}
#menu li a.selected {
	color:white;
	background-image:url(../images/fondMenuBleu.jpg);
	background-repeat:no-repeat;
}

/**********
ZONE HAUT BLEU INTERNE
***********/

#hautBleu h1 {
	font-size:3em;
	margin:0;
	padding:0;
	color:white;
	margin-left:100px;
	line-height:130px;
	font-family:"myriad pro","century gothic", sans-serif;
	font-weight:normal;
}
#hautBleu h1 img {
	float:left;
}
/**********
MAIN
***********/

#main h2.principal {
	padding-top:30px;
	font-size:1.5em;	
	margin:0;
	margin-left:30px;
	color:#f95c06;
	font-weight:normal;
}
#main p.pPrincipal {
	font-size:0.8em;
	padding:10px;
	color:#27343C;
}
#main strong {
	color:#8CD57;
}
/**********
STAGE
***********/

#stage h2 {
	margin-top:15px;
	color:#f95c06;
	font-weight:normal;
}
#stage img {
  float:left;
  margin-right:10px;
}
#stage p {
	font-size:1em;
	text-indent:20px;
	color:#48545c;
	margin-left:0;
	text-align:justify;
}

#stage #badgeStage {
	position:absolute;
	top:0;
	left:-31px;
}
#boutonStage {
	margin-top:30px;
	margin-left:100px;
}
#boutonStage img {
	border:none;
}
#stage p.linkOnHome {
  text-align:right;
  margin-right:50px;
}
#stage a{
	text-decoration:none;
	color:#6D9ED8;
}

#stage a:hover{
	text-decoration:underline;
	color:#8cd957;
}

/**********
FORMULAIRE OFFRE STAGE
***********/
#offreStage {
	width:600px;
	margin:auto;
	margin-top:20px;
	background-color:#f4f5f6;
}

#fermerDivOffre {
	text-align:right;
	padding:5px;
}
#fermerDivOffre a {
	color:#27343C;
	text-decoration:none;
	font-size:0.8em;
}
#fermerDivOffre img {
	border:none;
	margin-right:2px;
}
#offreStage p {
	padding:5px;
	font-size:0.8em;
	text-indent:20px;
	color:#48545c;
}

#offreStage legend{
	padding:3px;
}
#offreStage label{
	width:100px;
	float:left;
	padding:3px;
}
#offreStage .lineContact {
	margin-top:10px;
	font-size:0.8em;
}
#offreStage textarea {
	font-size:1em;
}
#offreStage #submit {
	margin-left:400px;
	height:30px;

}
#offreStage #exp {
	width:300px;
}

/**********
DERNIERES CREATIONS
***********/

#dernieresCreations h2 {
	margin-top:15px;
	margin-left:60px;
	color:#f95c06;
	font-weight:normal;
}

#dernieresCreations ul {
	list-style-image:url(../images/bullet_go.gif);
	list-style-type:square;	
	margin:0;
	padding:0;
	margin-top:30px;	
	padding-left:50px;
	width:300px;
}
* html #dernieresCreations  ul{
	margin-top:50px;	
}
*:first-child+html  #dernieresCreations  ul{
	margin-top:50px;	
}
#dernieresCreations li  {
	font-size:0.8em;
	margin-bottom:5px;
}


#dernieresCreations li a{
	text-decoration:none;
	color:#6D9ED8;
}

#dernieresCreations li a:hover{
	text-decoration:underline;
	color:#8cd957;
}

/**********
BLOCS BAS
***********/
.bloc {
	float:left;
	margin-right:30px;
	width:254px;
	height:186px;
	background-repeat:no-repeat;
	position:relative;
}
.bloc img {
	position:absolute;
	top:133px;
	left:73px;
	border:none;
}
#blocCv {
	background-image:url(../images/blocCv.jpg);
}

#blocCreations {
	background-image:url(../images/blocCreations.jpg);
}

#blocContact {
	background-image:url(../images/blocContact.jpg);
	margin-right:0px;
}


/**********
CHOIX TYPE CREATIONS
***********/

.typeCreation {
	margin-top:20px;
	margin-left:30px;
	_margin-left:15px;
	float:left;
}

.typeCreation img{
	border:none;
}

/**********
MENU GAUCHE CREATION
***********/

#menuGauche {
	width:235px;
	background-color:#d7e1eb;
	margin:0;
	border-right:2px solid #a8d4f0;
	float:left;
}

#menuGauche ul {
	margin:0;
	list-style-type:none;
	margin-top:80px;
}
#menuGauche li {
	margin:0;
	border-bottom:1px solid #bcc1c5;
	border-top:1px solid white;
	height:37px;
	line-height:37px;
	display:block;
}
#menuGauche li a {
	display:block;
	color:#838688;
	padding-left:40px;
	text-decoration:none;
}
#menuGauche li a:hover{
	background-color:#e9f0f6;
}
#menuGauche li a.selected {
	background-color:#337ebe;
	color:white;
}
/**********
AFFICHAGE DE CREATION
***********/
#creationsDroite {
	float:right;
	width:630px;
	margin-right:20px;
}
p.pNbCreations {
	padding:10px;
}
.affichageCreation {
	margin-top:20px;
	background-color:#f4f5f6;
	border:1px solid #ebecef;
	margin-left:10px;
}
.imageCreation {
	float:left;
	margin:5px;
	width:140px;
	z-index:12;
}
.imageCreation img {
	border:none;
	border:1px solid #d3d4d6;
}


.droiteCreation {
	float:right;
	width:450px;
}
.droiteCreation p {
	margin-bottom:5px;
	margin-top:3px;
	color:#27343c;
	font-size:0.8em;
	padding:2px;
}
.titreCreation {
	margin-bottom:10px;
	margin-top:15px;
	margin-left:0;
}
.titreCreation h2 {
	color:#5a9efe;
	font-size:1.5em;
	font-weight:normal;
	margin:0;
	padding:0;
}

.titreCreation h2 a {	
	color:#F95C06;
	border-bottom:1px solid #F95C06;
	text-decoration: none;
}
.titreCreation h2 a span.lireLaSuite {
	font-size:14px;
	color:#F95C06;
}	
.droiteCreation img {
	margin-right:10px;
}

.liensPager {	
	text-align:center;
	color:#27343C;
	font-size:0.9em;
	height:23px;
	line-height:23px;
	border-top:1px solid #c7c8c3;
	margin-top:10px;
}
.liensPager a {
	color:#27343C;
}
.currentLink {
	color:#337EBE;
}
.detailsUneCreation {
	
}

.detailsUneCreation img.screenshot {
	border:1px solid black;
	padding:2px;
}
.detailsUneCreation a.left {
	float:left;
	margin-right:2px;
}
.detailsUneCreation a.right {
	float:right;
	margin-left:2px;
}
/**********
CV AFFICHAGE
***********/
#cv {
	margin-bottom:30px;
}
#cv #cvPdf {
	margin-top:0;
	padding-top:10px;
	text-align:right;
	padding-right:100px;
}
.reseaux img {
	border:none;
	float:left;
}
.reseaux a {
	line-height:17px;
	flaot:left;
	margin-left:3px;
}
.blocCV {
	font-size:0.8em;
	width:700px;
	margin:auto;
}
.blocCV strong {
	color:#62BF23;
}
.blocCV h2 {
	border-top:1px solid #c7c8c3;
	padding-top:30px;
	color:#f95c06;	
	font-family:Verdana, "Century Gothic", arial;
	font-weight:normal;
	font-size:1.7em;
	margin-top:40px;
}	
.blocCV ul {
	/*list-style-image:url(../images/bullet_go.png);*/
	list-style-type:none;
	margin:0;
	margin-left:40px;
	padding:0;
}
.blocCV li {
	float:left;
	width:594px;
	margin-top:5px;
}
.blocCV p {
	font-size:1em;
	margin:0;
	padding:0;
}

.blocCV .gaucheListe{
	float:left;
	width:120px;
}
.blocCV .droiteListe{
	float:right;
	width:470px;
}
.blocCV .companyName{
	font-variant: small-caps;
}
/**********
CONTACT
***********/
.erreur {
	color:red;
	font-size:0.8em;
}
.erreur em {
	color:red;
}
#contact {
	margin:auto;
	margin-top:20px;
	width:700px;
}
#contact legend{
	padding:3px;
}
#contact label{
	width:100px;
	float:left;
	padding:3px;
}
#contact .lineContact {
	margin-top:10px;
	font-size:0.8em;
}
#contact textarea {
	font-size:1em;
}
#contact #submit {
	margin-left:400px;
	height:30px;

}
#contact #exp {
	width:300px;
}



.afficherMessage .supprimerMessage {
	margin-top:30px;
	border-top:1px solid #3d5aaa;
	width:300px;
	margin-left:30px;
}
.afficherMessage img {
	border:none;
	float:left;
	margin-right:5px;
}
.afficherMessage a {
	text-decoration:none;
}

.afficherMessage a:hover {
	text-decoration:underline;
}


/**********
AFFICHAGE DES RESSOURCES
***********/
#ressourcesAffichage h2{
	font-size:1.1em;
	margin-left:20px;
	margin-top:40px;
	font-weight:normal;
}
p.pNbRessources {
	padding:10px;
}
.affichageRessource {
	margin-left:60px;
	margin-top:2px;
	border-bottom:1px solid #ADBFF3;
	width:700px;
}
.descriptionRessource p { 
	margin:0;
	padding:0;
}
.nomRessource,  .descriptionRessource {
	float:left;
	font-size:0.8em;
	margin:0;
	padding:0;
}
.nomRessource h3 {
	font-size:1em;
	margin:0;
	padding:0;
}
.nomRessource {
	width:250px;
}
.nomRessource img {
	border:none;
}
.nomRessource a {
	text-decoration:none;
	display:block;
}



.categorieCreation {
	float:left;
	margin-right:10px;
	margin-left:10px;
}
.categorieCreation p{
	margin:0; padding:0;
}
/**********
FORMULAIRE D'AJOUT DE CREATION
***********/
.formAjout label, legend {
	color:#3d5aaa;
	padding:2px;
	font-size:0.8em;
}
fieldset {
	padding:10px;
	margin:10px;
	border:1px solid #3d5aaa;
}
.formAjout .lineAjout {
	margin-bottom:3px;
}
.formAjout label {
	width:100px;
	float:left;
}
.formAjout input {
	font-size:0.8em;
}
.formAjout input.inputFile {
	height:22px;	
	font-size:0.8em;
}
.formAjout select {
	font-size:0.8em;
}
.formAjout textarea {
	font-size:0.8em;
}

.formAjout input#submit{
	margin-left:250px;
	margin-top:10px;
	cursor:pointer;
	width:100px;
	height:30px;
	text-align:center;
}

/**********
LOGBOX
***********/
#logBox {
	margin:30px;
	width:300px;
	font-size:0.8em;
}

#logBox label {
	color:#3d5aaa;
	width:100px;
	float:left;
}
#logBox input {	
	margin-top:1px;
}
#logBox input.submit {
	float:right;
	margin-top:10px;
}
/**********
GESTION
***********/
#gestion {
	width:400px;
	margin:auto;
}
#gestion p {
	margin:2px;
	margin-bottom:7px;
}

.resultatsGestion {
	font-size:0.8em;
}
.resultatsGestion table {
	margin:30px;
	margin-top:10px;
	border:1px solid #3d5aaa;
	padding:0;
	border-collapse:collapse;
}
.resultatsGestion td, tr {
	margin:0;
	padding:2px;
}
.resultatsGestion h2 {
	margin:0; padding:0;
}
.resultatsGestion th {
	background-color:#8CA5E6;
	color:white;
	font-size:1em;
	height:25px;
}
.resultatsGestion th.titre, th.nom {
	width:300px;
}
.resultatsGestion .categorie, .date{
	width:100px;
	text-align:center;
}
.resultatsGestion .supprimer{
	width:120px;
	text-align:center;
	}
.resultatsGestion tr:hover a {
	background-color:#8CA5E6;
	color:white;	
}
.resultatsGestion tr:hover {
	background-color:#8CA5E6;
	color:white;	
}
.resultatsGestion tr:hover td.supprimer {
	background-color:#FFB5AF;
}
.resultatsGestion tr:hover a.supprimer {
	background-color:#FFB5AF;
}
.resultatsGestion a{
	display:block;
	text-decoration:none;
}
.resultatsGestion a:hover{
	background-color:#8CA5E6;
	color:white;
}
.resultatsGestion a.supprimer:hover{
	background-color:#FFB5AF;
}
.resultatsGestion img {
	border:none;
}
.resultatsGestion .expediteur {
	width:150px;
}
.resultatsGestion .dateMessage {
	width:150px;
	text-align:center;
}
/**********
CV EDITION
***********/
#formCV {

}
#textCV {
}

#submitCV {
	float:left;
	height:30px;
	margin-top:30px;
	margin-left:220px;
}
/**********
REAL FOOTER
***********/
#realFooter p {
	font-size:0.7em;
	color:white;
	margin-bottom:30px;
	padding-bottom:30px;
}





.afficherMessage {
	margin-top:30px;
	width:500px;
	margin-left:30px;
}
.supprimerMessage {

	margin-top:30px;
	border-top:1px solid #3d5aaa;

}
.afficherMessage img {
	border:none;
	float:left;
	margin-right:5px;
}
.afficherMessage a {
	text-decoration:none;
}

.afficherMessage a:hover {
	text-decoration:underline;
}


/**********
404
***********/

.p404{
	margin:10px;
	margin-left:30px;
}
/**********
ADMIN
***********/
#adminBox {
	background-color:#81A8E1;
	/*height:200px;*/
	border:1px solid white;
	z-index:100;
	position:fixed;
	top:200px;
	left:0;
	padding:5px;
	width:150px;
}
#adminBox ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
#adminBox li {
	height:25px;
	line-height:25px;
	margin-bottom:5px;
}
#adminBox li a {
	text-decoration:none;
	color:white;
}
#adminBox li a:hover {
	text-decoration:underline;
}




/***************
LIGHTBOX
***************/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}





