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

/****************************************************************************************************************
----------------------------------- Mise en forme generale de la page -------------------------------------------
****************************************************************************************************************/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color:#000;
	margin-top:35px;
}
img {
	border:none;
}
a {
	color:#336699;
	text-decoration: underline;
}

p {
	color:#003300;
}
.img_center {
	border:0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/****************************************************************************************************************
--------------------------------- Fin de mise en forme generale de la page --------------------------------------
****************************************************************************************************************/

/****** L'ouverture principale de la page ******/	
#blocPrincipal {
	background-image:url(../images/data/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #000;
	overflow: hidden;
	height:50px;
	width:800px;
	margin:auto;
}
a:hover.actions {
	color:#ffffff;
	text-decoration:none;
}
/**** Fin de l'ouverture principale de la page ****/

/****************************************************************************************************************
----------------------------------------- Les bloc div des TAGS -------------------------------------------------
****************************************************************************************************************/
/**** La partie presentation ****/
#presentation {
	float:left;
	font-size:20pt;
	font-weight:bold;
	margin-left:80px;
	margin-top:130px;
}
a.highslide_presentation {
	color:#00CC00;
	text-decoration:none;
}
a.highslide_presentation:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000000;
}

/**** La partie CV ****/
#cv {
	float:left;
	font-size:18pt;
	font-weight:bold;
	margin-top:100px;
	margin-left:-20px;
}
.titreCV {
	color:#336699;
}
.elementTitre {
	color:#336699;
	text-align:justify;
	padding: 1px;
	border-left: 3px solid #336699;
	border-bottom: 1px dotted #336699;
}
a.highslide_cv {
	color:#FFFF00;
	text-decoration:none;
}
a.highslide_cv:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000000;
}

/**** La partie contact ****/
#contact {
	float:left;
	font-size:12pt;
	font-weight:bold;
	margin-top:160px;
	margin-left:-40px;
}
#formulaire {
	text-align:right;
	clear:both;
}
#contacts_txt {
	float:left;
	padding-right:5em;
	padding-top:2em;
}
#contacts_img {
	float:left;
}
a.highslide_contact {
	color:#FF00FF;
	text-decoration:none;
}
a.highslide_contact:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000000;
}

/**** La partie blog ****/
#blog {
	float:left;
	font-size:22pt;
	font-weight:bold;
	margin-top:165px;
	margin-left:-170px;
}
a.highslide_blog {
	color:#FF0000;
	text-decoration:none;
}
a.highslide_blog:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000000;
}

/**** La partie creations ****/
#creations {
	float:left;
	font-size:16pt;
	font-weight:bold;
	margin-left:-80px;
	margin-top:190px;
}
a.highslide_creations {
	color:#FFCC00;
	text-decoration:none;
}
a.highslide_creations:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000000;
}
#jaquettesSensa{
float:left;
}
.blocJaquettes{
float:left;
margin-left:28px;
}
/**** La partie liens ****/
#liens {
	float:left;
	font-size:10pt;
	font-weight:bold;
	margin-top:100px;
	margin-left:-160px;
}
a.highslide_lien {
	color:#CCCCCC;
	text-decoration:none;
}
a.highslide_lien:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000000;
}

/**** La partie photos ****/
#photos {
	float:left;
	font-size:14pt;
	font-weight:bold;
	margin-left:-250px;
	margin-top:200px;
}
a.highslide_photos {
	color:#000000;
	text-decoration:none;
}
a.highslide_photos:hover {
	color:#fff;
	text-decoration:none;
	background-color:#000000;
}

/**** La galerie en bas de page ****/
#galerie {
	float:left;
	text-decoration:none;
	clear:both;
	margin-top:190px;
}
/****************************************************************************************************************
----------------------------------------- Fin bloc div des TAGS -------------------------------------------------
****************************************************************************************************************/	
	

/********************************************************************************************************************
HighSlide************************************************************************************************************
********************************************************************************************************************/
.highslide-html {
	background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
	display: none;
}
.highslide-display-block {
	display: block;
}
.highslide-display-none {
	display: none;
}
.control {
	float: right;
	display: block; /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #4284c0;
}
.control:hover {
	color: black !important;
	text-decoration:none;
}
.highslide-move {
	cursor:move;
}
.fenetreControle {
	height:15px;
	padding: 2px;
}
/********************************************************************************************************************
Fin HighSlide********************************************************************************************************
********************************************************************************************************************/	

/********************************************************************************************************************
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/data/blank.gif) no-repeat;
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/data/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/data/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:#333333;
}
/********************************************************************************************************************
Fin Lightbox*********************************************************************************************************
********************************************************************************************************************/


/********************************************************************************************************************
Opacite**************************************************************************************************************
********************************************************************************************************************/
/*
.opacite{color:#FFFFFF;}
#fourth{position:fixed; margin-top:380px; margin-left:650px; margin-right:190px;}
*/
/********************************************************************************************************************
Fin opacite***********************************************************************************************************
********************************************************************************************************************/