/* CSS RESET */

* {
	margin: 0;
	padding: 0;	
    outline: 0;
	border: 0;
}
ul,li {
	list-style: none;
}


/* __________TOTAL__________*/

body {
	background: #9b9b9b url(images/fond.png) top left repeat-x;
	font-family: arial, Helvetica, sans-serif;
}
#infos h1 {
	float: left;
	width: 566px;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0.2px;
	margin: 17px 30px 0 0;
}
a {
	color: #888;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a.active{
	color: #fff;	
}
#container {
	width: 920px;
	position: absolute;
	left: 50%;
	margin-left: -460px;
}


/* __________TOP__________*/

#top {
	width: 920px;
	height: 118px;
}
.logo {
	position: absolute;
	left: 0px;
	top: 68px;
}
#boutons {
	position: absolute;
	top: 55px;
	left: 650px;
}
#boutons span {
	margin-left: -1000px;
}
#portfolio, #portfolio strong, #portfolio a,
#cv, #cv strong, #cv a,
#contact, #contact strong, #contact a {
	display: block;
	float: right;
	width: 90px;
	height: 41px;
	margin: 0;
}
a:hover.portfolio {
	background: url(images/portfolio_over.png) bottom left no-repeat;
}
a:hover.cv {
	background: url(images/cv_over.png) bottom left no-repeat;
}
a:hover.contact {
	background: url(images/contact_over.png) bottom left no-repeat;
}
#portfolio {
	background: url(images/portfolio.png) bottom left no-repeat;
}
#cv {
	background: url(images/cv.png) bottom left no-repeat;
}
#contact {
	background: url(images/contact.png) bottom left no-repeat;
}


/*______________INFOBULLE__________*/

#infos {
	visibility: hidden;
	background: #000 url(images/fond_info.png) top right repeat-x;
	float: left;
	position: relative;
	width: 626px;
	height: 60px;
	padding-bottom: 10px;
	top: 20px;
	z-index: 10;
}


/* __________CONTENU__________*/

#contenu {
	position: relative;
	top: -25px;
	background: #000;
	width: 880px;
	float:left;
	padding: 30px 10px 30px 30px;
	z-index: 2;
}
#index {
	position: relative;
	top: -25px;
	background: url(images/index.png) top left no-repeat;
	width: 920px;
	height: 370px;
}
#presentation {
	width: 586px;
	float: left;
}
#visuel{
	width: 566px;
}
#scroll {
	width: 566px;
	float: left;
	overflow: auto;
}
#scroll2 {
	width: 600px;
	white-space: nowrap;
}
#nav {
	position: absolute;
	top: 29px;
	left: 601px;
	float: right;
	text-align: center;
}
#nav li {
line-height: 20px;
	list-style:none;
	margin: 0 0 4px 0;
}
#nav a {
	color: #888;
	background: #333;
	padding: 2px 6px 2px 7px;
	font-style: normal;
	border: 1px solid #333;
}
#nav a:hover{
	background: #333;
	color: #fff;
	border: 1px solid #9F9F9F;
}
#nav ul li a.page_on {
	background: #333;
	color: #fff;
	border: 1px solid #9F9F9F;
}
#nav img{
	margin-bottom: -5px;
}


/* __________LINKLIST__________*/

#linklist {
	background: #000 top left no-repeat;
	float: right;
	width: 260px;
}
#linklist li {
	text-align: left;
	list-style:none;
	padding: 0 0 5px 10px;
}
#linklist ul {
	margin-top: -2px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #222;
}
#linklist a {
	font-size: 11px;
	letter-spacing: 0.05px;
}


/* __________CONTACT__________*/


#coord {
	margin-top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222;
	float: left;
	width: 140px;
	height: 560px;
	color: #888;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0.2px;
}
.texte {
	margin: 80px 0 40px 0;
}
#form p {
	float: right;
	width: 650px;
	padding : 0 50px 5px 0;
	color: #C7C7C7;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.2px;
}
#myForm p {
	margin-bottom: 5px;
}
#myForm label {
	float: left;
	color: #888;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	width: 120px;
}
#myForm input, #myForm textarea {
	border: 1px solid #cac9b9;
}
#myForm .submit {
	border: none;
	margin: 20px 0 0 135px;
}
#validationMessage {
	background-color: #eee;
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: normal;
	display: none;
}
#myForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 10px;
}
#envoi {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: bold;
	position: relative;
	top: -25px;
	background: #000;
	width: 720px;
	height: 320px;
	float:left;
	padding: 150px 100px;
}



/* __________CONTACT__________*/


#cv_gauche {
	width: 200px;
	height: 600px;
	float: left;
	padding-right: 5px;
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #222;
	color: #888;
	text-align: right;
	line-height: 20px;
	letter-spacing: 0.2px;
}
#cv_droite p {
	color: #C7C7C7;
	padding-left: 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.3px;
}
#cv_gauche h1 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 0.2px;
}


/* __________CLASSES__________*/

.invisible 
{
    background-color: transparent !important;
    background-image: none !important;  
    border: none !important;    
    display: block !important;
    float: none !important; 
    height: 1px !important;
    list-style: none !important;    
    margin: -1px 0 0 -1px !important;   
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
    /* IE 6 will otherwise show an empty line. */
    position: absolute;
}




