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

html, body {
	width:100%;
	height:100%;
	margin-bottom:0;
	padding:0;
	background-color:#ececec;
}

#global {
	position:relative;
	top:-20px;
	width:888px;
	height:775px;
	margin:0 auto;
}

#global_home {
	position:relative;
	top:-20px;
	width:888px;
	height:650px;
	margin:0 auto;
}

#top {
	position:relative;
	top:50px;
	width:888px;
	height:45px;
	}
	
a {
	color:#666666;
	text-decoration:underline;
	border:0;
	padding:0;
}

a:hover {
	color:#666666;
	text-decoration:none;
	border:0;
	padding:0;
}

a:focus {
	outline:0;
} 

ul {
	margin:0;
	padding:0;
} 

li {
	margin:0;
	padding:0;
} 

/****************************************
*** MENU ******************************
***************************************/

#logo {
	position:relative;
	width:147px;
	height:45px;
	background:url(images/logo_mickaeldenie.gif);
	
	}
	
	
#menu {
	position:relative;
	float:right;
	top:0;
	right:0;
	width:888px;
	height:45px;
}

#work {
	background:url(images/works.jpg);
	position:relative;
	top:-20px;
	width:48px;
	height:12px;
	float:right;
	right:0;
	margin-left:30px;
}

#work_on {
	background:url(images/works_over.jpg);
	position:relative;
	top:-20px;
	width:48px;
	height:12px;
	float:right;
	right:0;
	margin-left:30px;
}

#about {
	background:url(images/about.jpg);
	position:relative;
	top:-20px;
	width:48px;
	height:12px;
	float:right;
	right:0;
	margin-left:30px;
}

#about_on {
	background:url(images/about_over.jpg);
	position:relative;
	top:-20px;
	width:48px;
	height:12px;
	float:right;
	right:0;
	margin-left:30px;
}

#contact {
	background:url(images/contact.jpg);
	position:relative;
	top:-20px;
	width:59px;
	height:12px;
	float:right;
	right:0;
	margin-left:30px;
}

#contact_on {
	background:url(images/contact_over.jpg);
	position:relative;
	top:-20px;
	width:59px;
	height:12px;
	float:right;
	right:0;
	margin-left:30px;
}

#news {
	background:url(images/news.jpg);
	position:relative;
	top:-20px;
	width:48px;
	height:12px;
	float:right;
	right:0;
	margin-left:30px;
}

#news_on {
	background:url(images/news_over.jpg);
	position:relative;
	top:-20px;
	width:48px;
	height:12px;
	float:right;
	right:0;
	margin-left:30px;
}


/****************************************
*** FOOTER ******************************
***************************************/

#footer {
	height:30px;
	width:100%;
}

/****************************************
*** WORKS ******************************
***************************************/

#news1 {
	background:#FFFFFF;
	position:relative;
	top:70px;
	width:885px;
	height:383px;
}

#news1_image {
	background-image:url(images/news1.jpg);
	position:relative;
	top:5px;
	left:5px;
	width:875px;
	height:343px;
}

#news1_title {
	background-image:url(images/title_wp7.gif);
	position:relative;
	top:12px;
	width:152px;
	height:20px;
	margin:auto;
}
	
#news2 	{
	position:relative;
	width:900px;
	top:54px;
	left:-40px;
	border:0;
}	
	

.vignette {
	border:#e2e2e2 1px solid;
	margin:0;
	padding:0;
}

.vignette:hover {
	border:#CCCCCC 1px solid;
}

#mycarousel {
	width:900px;
	height:185px;
}	

/****************************************
*** PROJET ******************************
***************************************/

#content {
	background:#FFFFFF;
	position:relative;
	top:70px;
	width:885px;
	height:690px;
	}


#title {
	position:relative;
	top:-30px;
	left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	width:450px;
	height:41px;
}

#date {
	position:relative;
	top:15px;
	left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:200px;
	height:20px;
}


#description {
	position:relative;
	top:30px;
	left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:530px;
	height:40px;
}

#images {
	position:relative;
	width:855px;
	height:434px;
	top:50px;
	left:15px;
}

#project_type {
	position:relative;
	top:-10px;
	left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#project_type {
	position:relative;
	top:60px;
	left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:130px;
	height:20px;
}

#infosproject1 {
	position:relative;
	top:70px;
	left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:180px;
	height:60px;
}

#infosproject2 {
	position:relative;
	left:250px;
	top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width:450px;
	height:60px;
}

#newproject {
	position:absolute;
	background:url(images/newproject.png);
	width:120px;
	height:120px;
	top:-5px;
	right:-5px;
}

/****************************************
*** SLIDESHOW ******************************
***************************************/

* {margin: 0; padding: 0;}

.stripViewer { /* this is the DIV container for your UL of images */
	position: relative;
	overflow: hidden; 
}

.stripViewer ul { /* this is your UL of images */
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
}

.stripViewer ul li { /* each image is arranged horizontally */
	float:left;
}

.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
	overflow: hidden;
	width: 888px;
	position:relative;
	top:-30px;
	left:10px;
}

.stripTransmitter ul { /* the auto-generated set of links */
	position: relative;
	list-style-type: none;
}

.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
}

.stripTransmitter a{ /* the links. */
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	 -webkit-border-radius: 7px; -moz-border-radius: 7px;
	 width:15px;
	 height:15px;
}

.stripTransmitter a:hover { /* hover */
	background: #1c789f;
	color: #1c789f;
}

.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
	background: #1c789f;
	color: #1c789f;
}

/****************************************
*** ABOUT ******************************
***************************************/

.colonne { 
	width:280px;
	height:610px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	left:10px;
	top:-30px;
}

.title_about { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
}

.image_about { 
	position:relative;
	top:25px;
	
}

.text_about { 
	position:relative;
	top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#cv { 
	position:relative;
	top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	border-top:solid #CCCCCC 1px;
	width:864px;
	height:30px;
	left:10px;
}


/****************************************
*** CONTACT ******************************
***************************************/

.colonne_contact { 
	width:425px;
	height:350px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	left:10px;
	top:-30px;
	
}

#colonne_contact3 { 
	width:425px;
	height:280px;
	margin:0 12px 12px 0;
	float:left;
	position:relative;
	left:10px;
	top:-10px;
}

#colonne_contact2 { 
	width:425px;
	height:70px;
	float:left;
	position:relative;
	left:10px;
	top:-225px;
}

.title_contact { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	height:30px;
}

#title_contact_sent { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	position:relative;
	width:888px;
	height:200px;
	text-align:center;
	top:250px;
}

.image_contact { 
	position:relative;
	top:25px;
	width:422px;
	height:189px;
}

.text_contact { 
	position:relative;
	top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	width:425px;
	height:14px;
}

#text_contact2 { 
	position:relative;
	top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	width:425px;
	height:14px;
}

#filet { 
	position:relative;
	top:380px;
	color:#666666;
	border-top:solid #CCCCCC 1px;
	width:864px;
	height:30px;
	left:10px;
}

.title_contact02 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative;
	top:10px;
	font-weight:bold;
	height:20px;
}

.typo_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:14px;
}

.typo_form_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin-bottom:10px;
	height:20px;
}

.cadre_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
	height:20px;
	margin-bottom:12px;
	height:20px;
	width:400px;
}

.cadre_form:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:#999999 solid 1px;
	background:#FFFFFF;
	height:20px;
}

.cadre_form_message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
	height:60px;
	width:400px;
	margin-bottom:12px;
}

.cadre_form_message:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border:#999999 solid 1px;
	background:#FFFFFF;
	height:60px;
	margin-bottom:12px;
}

.cadre_form_submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border:#CCCCCC solid 1px;
	background:#FFFFFF;
	width:80px;
	height:30px;
	margin-bottom:12px;
	position:relative;
	top:0;
}

.cadre_form_submit:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	border:#999999 solid 1px;
	background:#FFFFFF;
	width:80px;
	height:30px;
	margin-bottom:12px;
}

.form_contact {
	position:relative;
	margin:0;
	top:20px;
	width:250px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#cssawards { position: absolute; top: 0px; left: 0px; z-index: 555; }
#cssawards a { width: 120px; height: 120px; text-indent: -8000px; display: block; background:url(images/featured-banner-black.png) no-repeat; }
