* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

body {
	background-image: url(images/background_noir.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: white;
	text-align: center; /* center hack : pour centrer le site au milieu de la page */
}

img {
	border: 0px;
}

#wrap {
	width: 840px;
	margin: 0 auto; /* center hack : pour centrer le site au milieu de la page */
	text-align: left; /* center hack : pour centrer le site au milieu de la page */
}

/* ------------------------------------------------------------------------------
   En-tête
   ------------------------------------------------------------------------------ */
	
div#entete {
	height: 140px;
	position: relative;
}

/* ------------ Logo ------------ */
div#logo {
	display: block;
	height: 200px;
	width: 350px;
	position: absolute;
	left: -50px;
	top: 20px;
}

/* ------------ Raison sociale ------------ */
div#raison_sociale {
	display: block;
	height: 50px;
	position: absolute;
	top: 70px;
	left: 530px;
}

div#raison_sociale #ligne1 {
	font-size: 1.8em;
}

div#raison_sociale #ligne2 {
	font-size: 0.9em;
	color: #777777;
}

/* ------------ Menu ------------ */
div#menu {
	height: 27px;
	width: 313px;
	background-image: url(images/menu_background.gif);
	position: absolute;
	top: 120px;
	left: 520px;	
}

div#menu div {
	height: 27px;
	background-image: url(images/menu_droite.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#menu div div {
	height: 27px;
	background-image: url(images/menu_gauche.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#menu ul {
	padding-top: 5px;
	padding-left: 22px;
}

div#menu li {
	padding-right: 20px;
	display: inline;
	list-style: none;
}

div#menu a,
div#menu a:link,
div#menu a:visited,
div#menu a:hover,
div#menu a:active {
	text-decoration: none;
	color: #ffffff;
}

div#menu a:hover {
	text-decoration: none;
	color: #ff9900;
}

div#menu #current {
	text-decoration: none;
	color: #ff9900;
}

/* ------------ Bouttons (contact, imprimer) ------------ */
div#bouttons {
	position: absolute;
	top: 155px;
	left: 841px;
}

div#bouttons ul {
	list-style: none;
}

div#bouttons ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}

div#bouttons ul a {
	height: 20px;
	width: 25px;
	display: block;
}

div#bouttons ul a span {
	display: none;
}

div#bouttons ul li#imprimer{
	height: 20px;
	width: 25px;
	background-image: url(images/bouton_imprimante.gif);
	background-repeat: no-repeat;
}

div#bouttons ul li#contact{
	height: 20px;
	width: 25px;
	background-image: url(images/bouton_contact.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------------
   Corps du document
   ------------------------------------------------------------------------------ */

div#corps {
	margin: 0px;
	width: 800px;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	border: 1px solid #333333;
	background: Black;
	float: left;
	text-align: justify;
}
/* ------------ Définition des colonnes ------------ */
div#corps #col_gauche {
	width: 48%;	
	float: left;
}

div#corps #col_droite {
	padding-top: 37px;
	width: 48%;
	float: right;
}

div#corps h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid White;
}

div#corps h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#corps h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#corps p {
	margin-top: 10px;
}

div#corps p, div#corps .blanc {
	color: #ffffff;
}

div#corps .gris {
	color: #999999;
}

div#corps ul {
	margin-left: 25px;
}

div#corps li {
	padding-top: 10px;
}

div#corps img {
	margin: 10px;
}
div#corps a,
div#corps a:link,
div#corps a:visited,
div#corps a:hover,
div#corps a:active {
	text-decoration: none;
	color: #ff9900;
}

div#corps a:hover {
	border-bottom: 1px dashed;
	color: #ff9900;
}

div#corps .portfolio img {
	margin: 0px;
	border-bottom: none;
}

div#corps .portfolio {
	margin-bottom: 20px;
	border-top: 1px solid #ffffff;
}

div#corps .portfolio img {
	float: left;
	margin-top: 10px;
	padding-right: 10px;
}

div#corps .portfolio .legende {
	float: left;
	width: 150px;
	margin-top: 10px;
	color: #999999;
	font-size: 0.8em;
	font-style: italic;
}

/* ------------------------------------------------------------------------------
   Pied de page
   ------------------------------------------------------------------------------ */

div#piedpage {
	display: block;
	font-size: 0.8em;
	text-align: right;
	color: #333333;
	margin-bottom: 20px;
	
}

div#piedpage a,
div#piedpage a:link,
div#piedpage a:visited,
div#piedpage a:hover,
div#piedpage a:active {
	text-decoration: none;
	color: #ff9900;
}

div#piedpage a:hover {
	border-bottom: 1px dashed;
	color: #ff9900;
}