@charset "UTF-8";
/* CSS Document */
/* Geneviève Labrecque */
/* http://genevievelabrecque.com */

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	background:#1c1d17 url(../images/img_background.jpg) top left no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	width:auto;
}

.clear {
	clear:both;	
}
/*------------HEADER------------------*/

div#header {
	width:980px;
	height:90px;
	padding:72px 0 0 30px;
}


/*----------------CONTENU---------------------*/


div#contenu {
	width:980px;
	height:auto;
	padding:0;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	line-height:18px;
	color:#07a08c;
	font-weight:lighter;
	padding-left:30px;
}


h2 {
	font-family: Helvetica, Arial, Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#8fdfdf;
	font-weight:lighter;
	text-transform:uppercase;
	
}

div.ligne {
	margin-left:-20px;
	width:980px;
	height:11px;
}


.tiers {
	width:260px;
	padding:0 0 15px 30px;
	float:left;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	color:#a0a5a5;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:5px;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a0a5a5;
	line-height:14px;
}


p.footer {
	color:#8fdfdf;
	padding:10px 0;
}

a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#3debc4;
	text-decoration:none;
}


a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#3debc4;
	text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	background-color:#01FFFF;
	color:#1C1D17;
	text-decoration:none;
}

span.clients {
	background-color:#01FFFF;
	color:#1C1D17;
	text-transform:uppercase;
	
}
a.vignette:hover {
	background:none;
}


.icons {
	margin:0px 10px 20px 0;
	background:none;
}

.icons a:hover {
	background:none;
}


#twitter_update_list li {
	list-style-type: none;
}

#twitter_update_list span {
	font-style:italic;
	color:#9cada5;
	text-decoration:none;
}

p.clients {
	padding:0 0 10px 30px;
	width:825px;
}
p.retour {
	padding-bottom:30px;
}

p.retour a{
	padding:0 0 0px 30px;
	color:#666;
}

.realisation {
	padding:10px 0 15px 30px;
}

.realisation p, .realisation a, .realisation a:hover {
	padding-left:5px;
}

p.vignette {
	padding-top:0px;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
}

p.vignette a {
	background:none;
	text-transform:none;
	color:#9FC;
	font-size:11px;
	line-height:12px;
	text-decoration:underline;
}

p.vignette a:hover {
	color:#0F6;
}




