/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus {
outline: 0;
}

body {
line-height: 1,1;
color: black;
background: white;
}

ol, ul {
list-style: none;
}

table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}

blockquote, q {
quotes: "" "";
}


/* Général */

body {
	background: #585858 url(../img/static/bgtopconteneur.jpg) repeat-x top;
	font-family: arial, sans-serif;
	font-size:14px;
	color:#fff;		
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#92c625;
	text-decoration:none;
}

h1 {
	font-size:32px;
	color:#383838;
	font-weight:bold;
}

h1 .gras {
	color:#92c625;
}


h2 {

	font-size:20px;
	font-weight:600;
	padding: 0 0 30px 40px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #6d6d6d;
	text-shadow: 0px 1px 0px #383838;
}


.gras {
	font-weight:900;
}

.grasvert {
	color:#92c625;
	font-weight:900;
}


#topconteneur {
	width:960px;
	margin: 0 auto;
}

/* ------------------------------ */

/* Header */

#header {
	padding: 50px 0 175px 0;

}

#name {
	float:left;
	margin:15px 0 0 0;
	height:67px;
	width:301px;
}


#menu {
	padding: 10px 0 0 0;
	float:right;
	font-size:12px;
	color:#aeaeae;
}

#menu ul li {
	display:block;
	float:left;
}

#menu ul li a {
	color:#383838;
	text-decoration:none;
}

#menu ul li a:hover {
	color:#92c625;
	text-decoration:none;
}

#menu ul li #aproposnav {
	display:block;
	background: url(../img/static/menu-apropos.png) no-repeat top;
	padding: 70px 0 0 0;
	margin: 0 0 0 40px;
}

#menu ul li #referencesnav {
	background: url(../img/static/menu-portfolio.png) no-repeat top;	
	display:block;
	padding: 70px 0 0 0;
	margin: 0 0 0 40px;
}

#menu ul li #contactnav {
	background: url(../img/static/menu-contact.png) no-repeat top;	
	display:block;
	padding: 70px 0 0 0;
	margin: 0 0 0 40px;
}

#intro {
	padding:35px 0 0 20px;
	height:120px; 
	font-size:24px;
	color:#383838;
	line-height:35px;
}

#intro small {
	font-style:italic;
	font-size:22px;
}

#intro .gras {
	color:#92c625;
	font-weight:900;
}


/* ------------------------------ */


/* A propos*/

#apropos {
	clear:both;
	background: url(../img/static/apropos.png) no-repeat 0px 28px;
	height:250px;
	margin:30px 0 50px 0;
	padding: 30px 0 0 0;
}

#apropos img {
	margin-right:3px;
}

#aproposgauche {
	float:left;
	width:540px;
	text-align:justify;
	
}

#aproposgauche p {
	line-height:20px;
}

#aproposdroite {
	background: url(../img/static/competences.png) no-repeat 0px 0px;
	float:right;
	
	width:350px;
}

#aproposdroite ul li {
	list-style-type:disc;
	padding: 5px;
	margin:0 4px 0px 9px;
	font-size:12px;
	font-weight:900;


}

/* ------------------------------ */

/* references */

#references {
	clear:both;
	background: url(../img/static/portfolio.png) no-repeat 0px 28px;
	padding: 30px 0 0 0;
	font-size:12px;
}

.projet {
	float:left;
	margin: 0 12px 30px 15px;

}

.projet img {
	border: 1px solid #383838;
	width:200px;
	height:143px;
	padding:5px;
	margin: 0 0 5px 0;
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.projet img:hover {
	background:#92c625;
}

#references p {
	width:190px;
	margin:0 0 0 10px;
}

.titreprojet {
	font-weight:900;
	font-size:12px;
	color:#eeeeee;
}


.descprojet {
	font-style:italic;
	font-size:10px;
}

.titreprojet a {
	color:#92c625;
}

/* ------------------------------ */


/* Contact */

#contact {
		clear:both;
	background: url(../img/static/contact.png) no-repeat 0px 23px;	
	padding: 30px 0 30px 0;
}

#contact img.me {
	float:left;
	padding:5px;
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 1px solid #383838;
}

#contactinfo {
	float:left;
	width:340px;
}

#contactform {
	float:right;
	width:540px;
	margin: 0 20px 0 0;
}

#contact img {
	margin-right:10px;
}

#contact p {
	font-size:16px;
	margin:15px 0 15px 0;
}

/* ------------------------------ */


/* Formulaire */

#q {
}

#q input[type=text] {
	margin-bottom:10px;
	font-family: arial, sans-serif;
	font-size:14px;
	padding:0 0 0 10px;
	border:0;
	height:35px;
	width:300px;
	border: 1px solid #383838;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#q input[type=text]:hover {
	border: 1px solid #92c625;
}

#q input[type=email] {
		margin-bottom:10px;
	font-family: arial, sans-serif;
	font-size:14px;
	padding:0 0 0 10px;
	border:0;
	height:35px;
	width:300px;
	border: 1px solid #383838;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#q input[type=email]:hover {
	border: 1px solid #92c625;
}

#q textarea {
	resize:none;
	margin-bottom:10px;
	font-family: Arial, sans-serif;
	font-size:14px;
	text-align:top;
	padding:10px 0 0 10px;
	border:0;
	height:123px;
	width:540px;
	border: 1px solid #383838;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#q textarea:hover {
	border: 1px solid #92c625;
}

#q input[type=submit] {
	border:0;
	height:26px;
	width:72px;
	background: url(../img/static/formbouton.png) no-repeat top left;
}

#q input[type=submit]:hover {
	cursor:pointer;
	background: url(../img/static/formbouton.png) no-repeat bottom left;
}

#envoyer {
	float:left;
}

#loader {
	display:none;
	float:left;
	padding: 5px 0 0 6px;

}

#ok {
	display:none;
	font-size:12px;
	float:left;
	background-color: #92c625;
	height:14px;
	padding:6px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#erreur {
	display:none;
	font-size:12px;
	float:left;
	background-color: #ff0000;
	height:14px;
	padding:6px;
	margin-left:10px;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/* ------------------------------ */


/* Footer */

#bottomconteneur {
		clear:both;
	background: url(../img/static/minilogo.png) no-repeat 935px 29px;
	width:960px;
	margin: 0 auto;
	padding:30px 0 30px 0;
}

#footer {
		clear:both;
	background: #fff url(../img/static/bgbottomconteneur.jpg) repeat-x top;
	color:#383838;
}

#footer img {
	margin:0px 10px 0px 0;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	color:#92c625;
	text-decoration:none;
}

#footer a.valid {
	background: url(../img/static/valide.png) no-repeat top left;
	padding:0 0 0 20px;
}



/* ------------------------------ */


/* Scroller*/

.scroll {
clear:both;
}

.scrollup a {
	float:left;
	background: url(../img/static/flechehaut.png) no-repeat 2px 6px;
	padding:7px 7px 7px 20px;
	margin: 5px 15px 30px 0;
	font-size:12px;
	border: 1px solid #6d6d6d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.scrolldown a {
	float:left;
	background: url(../img/static/flechebas.png) no-repeat 2px 6px;
	padding:7px 7px 7px 20px;
	margin: 5px 15px 30px 0;
	font-size:12px;
	border: 1px solid #6d6d6d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/* ------------------------------ */


/* Pop Up*/

.pop {}
.pop_aplat{
	position:fixed;
	background: #000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9998;
}

.pop_loader{
	position:fixed;
	background:url(../img/static/pop_loader.gif) center center no-repeat;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9998;
}

.pop_conteneur {
	position:fixed;
	top:50%;
	margin-top:-310px;
	left:50%;
	margin-left:-400px;
	background:#fff;
	z-index:9999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.pop_relative {
	position:relative;
}

.pop_close {
	position:absolute;
	top:10px;
	right:0px;
	height:30px;
	width:35px;
	background:url(../img/static/pop_close.png) no-repeat;
	cursor:pointer;
}

.pop_contenu {
	padding:10px;
}
