@charset "utf-8";

/****************/
/* SITE         */
/****************/
.clearBoth {clear:both;}

body {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:11px; color:#FFF; 
	background-image:url(../media/images/bkg.png); 
	background-repeat:repeat-x;
	background-color:#b9b9b9;
	margin-top:0px;
}

input, textarea {
	background-color:#292929;
	border:0px;
	color:#FFF;
	overflow:hidden;
	width:380px;
}

input.error,  textarea.error{
	border:#F00 solid 1px;
}

#wrapper {
	width:1000px; 
	margin-left:auto; 
	margin-right:auto;
}

#header {
	height:242px; 
	background-image:url(../media/images/header.gif);
}

#nav { 
	width:135px; 
	float:right; 
	padding:72px 30px 0px 0px;
}

#content {
	background-image:url(../media/images/bkg_content.png);
	padding:20px 0px 0px 0px;
}

#bottomSpace{
	height: 30px;	
}

#footer {
	background-color:#292929;
	height:34px;
}
#footerLeft {
	background-image:url(../media/images/footer_left.gif);
	width:8px;
	height:41px;
	float:left;
	margin-left:-8px;
	margin-top:-7px;
}
#footerRight {
	background-image:url(../media/images/footer_right.gif);
	width:8px;
	height:41px;
	float:right;
	margin-right:-8px;
	margin-top:-7px;
}

#sectionTitle {
	background-color:#6e0378; 
	padding:0px 1px 0px 10px;
	text-transform:uppercase;
	width:359px;
	height:17px;
}

#sectionTitleExtra {
	width:8px; 
	height:24px;
	background-image:url(../media/images/left_angle.gif); 
	float:left; 
	margin-top:-7px; 
	margin-left:-8px;
}

#rightPane {
	background-color:#000; 
	width:602px; 
	height:356px; 
	float:right;
	padding: 5px 5px 5px 5px;
}

#rightPaneExtra {
	width:8px; 
	height:375px; 
	background-image:url(../media/images/right_angle.gif); 
	float:right; 
	margin-top: -9px;
 	margin-right:-8px;
}


/****************/
/* PROFIL       */
/****************/

#profilArea {
	padding:15px 15px 15px 15px;
	text-align:justify; 
	line-height:18px;
}

a#link {
	padding-top: 8px;
	padding-left: 10px;
	text-decoration:none; 
	color:#FFF; 
	display:block; 
}
	a#link:hover {color:#6e0378;}


/****************/
/* CONTACT      */
/****************/
#mainContent {
	width:395px;
	line-height:20px; 
	float:left;
}
	
#mainContentUtil {
	width:195px;
	height:340px;
	float:right;
	position: relative;
}

#error {
	color: #F00;	
}

.sendButton {
	position: absolute;
	bottom: 0%;
	left: 50%;
	margin-left: -30px;
	margin-bottom: 10px;
}

a.button {
    background: transparent url(../media/images/envoyer_btn.gif) no-repeat scroll top;
    color: #FFF;
   	display: block;
    float: left;
	width: 64px;
	height: 23px;
    text-decoration: none;
}

a.button span {
	display: block;
	line-height: 23px;
	padding-top: 4px;
	padding-left: 12px;
}

a.button:active {
    background: transparent url(../media/images/envoyer_btn.gif) no-repeat scroll bottom;
    outline: none; /* hide dotted outline in Firefox */
	color: #6e0378;
}

/****************/
/* REALISATIONS */
/****************/

#leftPane {
	width:380px;
	float: left;

}

#previewArea{}
	#previewArea img, #previewArea img:hover{border:0px;}

#clientName{
	font-family:Verdana, Geneva, sans-serif; 
	font-size:13px; color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:50px;
	line-height:25px;
}

#name{line-height:20px;}

#description{line-height:20px;}

.imgIcone{margin: 0px 5px 10px 5px; cursor:pointer;	border: 5px solid #000;}
	.imgIcone:hover { border: 5px solid #FFF;}
	
imgPreview{}
