body {
	font-family: Arial;
	background-image: url('../design/fond.jpg');
	background-repeat: repeat;
}

a {
    color: #999;
    font-size: 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
    margin-bottom: 15px;
    text-decoration: none;
    line-height: 16px;
}

a:hover {
    color: #ccc;
}

a img {
	border: none;
}

.clear {
    clear: both;
}

#page {
	background-image: url('../design/haut_fond.jpg');
	background-repeat: repeat-x;
	width: 100%;
}

#contenu {
	margin-top: 75px;
	padding-top /*\**/: 75px\9;
}

*+html #contenu {
	margin-top: 0;
}







#haut, #contenu {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

#logo, p#presentation {
	margin-top: 35px;
}

#logo {
	float: left;
}

p#presentation {
    float: right;
    color: #aaa;
    font-size: 9px;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
}

#pochette_gauche, #pochette_droite {
	float: left;
	width: 107px;
	height: 427px;
}

#pochette_gauche {
	background-image: url('../design/pochette_gauche.jpg');
}

#pochette_droite {
	background-image: url('../design/pochette_droite.jpg');
}

#portfolio {
	float: left;
	width: 736px;
	height: 470px;
	margin-bottom: 60px;
}

*+html #portfolio {
	margin-bottom: 0px;
}

#portfolio_ombre {
	position: absolute;
	margin-left: 107px;
	width: 736px;
	height: 470px;
	background-image: url('../design/portfolio.png');
	background-repeat: no-repeat;	
}

*+html #portfolio_ombre {
	position: absolute;
	margin-left: -843px;
	width: 736px;
	height: 470px;
	background-image: url('../design/portfolio.png');
	background-repeat: no-repeat;
}

#references {
	height: 427px;
	margin: 0 auto;
	overflow: hidden;
	width: 736px;
}

#references ul {
	margin: 0;
	padding: 0;
	width: 1000%;
	height: 427px;
}

#references li {
	float: left;
	height: 427px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 660px;
	text-align: center;
}

h1 {
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 1px #000;
    padding-top: 14px;
	margin-bottom: 4px;
	width: 736px;
}

h2 {
    color: #999;
    font-size: 9px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px #000;
	width: 736px;
}

#references li img {
	clear: both;
	margin-left: 50px;
}

#fleches {
	clear: both;
	margin-top: 40px;
}

#precedent, #suivant {
	width: 21px;
	height: 13px;
	float: left;
	cursor: pointer;
}

#precedent {
	margin-left: 347px;
	background-image: url('../design/fleche_gauche.jpg');
	background-repeat: no-repeat;
}

#precedent:hover {
	background-position: 0px -13px;
}

#suivant {
	background-image: url('../design/fleche_droite.jpg');
	background-repeat: no-repeat;
}

#suivant:hover {
	background-position: 0px -13px;
}

#coordonnees h1, #twitter h1, #blog h1, #flickr h1 {
	font-size: 16px;
	margin-bottom: 18px;
	width: auto;
}

img.icones {
	float: left;
	margin-right: 10px;
	margin-bottom: 226px;
	padding-top: 8px;
}

p {
	color: #EEEEEE;
	font-size: 11px;
	line-height: 18px;
	text-shadow: 0 1px 1px #000000;
	margin-bottom: 20px;
}

#coordonnees {
	float: left;
	width: 315px;
	height: 226px;
	background-image: url('../design/separateur.jpg');
	background-repeat: no-repeat;
	background-position: 182px 0px;
}

img.image_lien {
	float: left;
	margin-left: -2px;
	padding-right: 5px;
}

#twitter {
	float: left;
	width: 435px;
	background-image: url('../design/separateur.jpg');
	background-repeat: no-repeat;
	background-position: 302px 0px;
	height: 226px;
}

#blog, #flickr {
	float: right;
	width: 200px;
}

#blog .icones, #flickr .icones {
	margin-bottom: 80px;
}

#copyright {
    text-align: center;
    color: #666;
    font-size: 11px;
    text-shadow: 0 1px 1px #000;
    text-decoration: none;
    line-height: 16px;
    margin-bottom: 30px;
	margin-top: 20px;
}

*+html #copyright {
	margin-top: 30px;	
}