/* @override http://client.concordances.fr/plume-bleue/css/base.css */

/* @group os */

body {
	margin: 0;
	padding: 0;
	background: #abc3e3 url(../im/os/fdBody.png) no-repeat center top;
}

/* My Comment */

div#conteneur {
	width: 954px;
	margin: 10px auto;
	position: relative;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#tete {
	display: block;
	width: 954px;
	height: 195px;
}

a#lienLangue {
	display: block;
	width: 240px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 570px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00498f;
}

a:hover#lienLangue {
	color: red;
}

a#logo {
	display: block;
	width: 483px;
	height: 195px;
	background-image: url(../im/os/lgPlume.png);
	text-indent: -2999px;
	position: absolute;
	top: 0;
	left: 0;
}

a#btAccueil, a#btPresent, a#btPortfolio {
	display: block;
	width: 147px;
	height: 52px;
	text-indent: -2999px;
	position: absolute;
	top: 143px;
}

a#btAccueil {
	background-image: url(../im/os/btAccueil.png);
	left: 503px;
}

a#btPresent {
	background-image: url(../im/os/btPresent.png);
	left: 655px;
}

a#btPortfolio {
	background-image: url(../im/os/btPortfolio.png);
	left: 807px;
}

a#btAccueil:hover, a#btPresent:hover, a#btPortfolio:hover {
	background-position: 0 -52px;
}

a#btAccueil.select, a#btPresent.select, a#btPortfolio.select, a#btAccueil.select:hover, a#btPresent.select:hover, a#btPortfolio.select:hover {
	background-position: 0 -104px;
}

div#corp {
	display: block;
	width: 954px;
	height: auto;
}

div#colGauche {
	display: block;
	float: left;
	width: 219px;
	height: 415px;
	background: url(../im/os/fdGauche.png) left top;
}

div#colGauche div {
	margin-top: 300px;
	margin-left: 20px;
	margin-right: 10px;
	text-align: center;
	font-size: 11px;
}

div#colGauche p {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#colGauche strong {
	color: #c6d308;
}

div#colGauche a, div#pied a {
	color: #003e7c;
	text-decoration: none;
	border-bottom: 1px solid #b0c4d8;
	padding-bottom: 1px;
}

div#colGauche a:hover, div#pied a:hover {
	border-bottom: 1px solid #003e7c;
}

div#contenu {
	display: block;
	float: left;
	width: 735px;
	height: 415px;
	background-color: #00498f;
	color: white;
	font-size: 12px;
	position: relative;
}

html>body div#contenu {
	height: auto;
	min-height: 415px;
}

div#pied {
	display: block;
	clear: left;
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
	margin-left: 220px;
	color: #567bb1;
}

div#pied a {
	
}

div#pied a:hover {
	
}

/*

@end */

/* @group contenu */

div#contenu h1 {
	color: #c6d308;
	font-size: 24px;
}

div#contenu p {
	margin: 5px 0;
}

/* @group accueil */

div#contenu.accueil div#cGauche {
	display: block;
	float: left;
	width: 209px;
	height: 415px;
	padding-left: 20px;
	padding-top: 10px;
}

div#contenu.accueil div#cDroite {
	display: block;
	float: right;
	width: 496px;
	height: 415px;
}

/* @end */

/* @group presentation */

div#contenu.presentation div#cGauche {
	display: block;
	float: left;
	width: 209px;
	height: auto;
	padding-left: 20px;
	padding-top: 10px;
}

div#contenu.presentation div#cDroite {
	display: block;
	float: right;
	width: 496px;
	height: auto;
	text-align: right;
	clear: right;
}

div#contenu.presentation div#cDroite img {
	margin-bottom: 10px;
}

/* @end */

/* @group porfolio */

div#contenu.portfolio {
	height: 415px;
	overflow: hidden;
}

div#contenu.portfolio div#cGauche {
	display: block;
	float: left;
	width: 200px;
	height: auto;
	padding-left: 20px;
	padding-top: 10px;
}

a#flecheG {
	display: block;
	width: 16px;
	height: 32px;
	position: absolute;
	top: 140px;
	left: 20px;
	text-indent: -2999px;
	background-image: url(../portfolio/gauche.png);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

a#flecheD {
	display: block;
	width: 16px;
	height: 32px;
	position: absolute;
	top: 139px;
	left: 45px;
	text-indent: -2999px;
	background-image: url(../portfolio/droite.png);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}

a:hover#flecheG, a:hover#flecheD {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-khtml-opacity: 1;
}

h2#titrePhoto {
	display: block;
	position: absolute;
	top: 180px;
	left: 20px;
	color: #c6d308;
	font-size: 18px;
	width: 210px;
}

p#compteur {
	display: block;
	position: absolute;
	top: 144px;
	left: 70px;
	font-size: 10px;
}

p#bas {
	display: block;
	position: absolute;
	top: 350px;
	left: 20px;
	font-size: 10px;
	width: 180px;
}

div#contenu.portfolio div#cDroite {
	display: block;
	float: right;
	width: 500px;
	height: auto;
	text-align: right;
	clear: right;
}

/* @end */

/* @end */

.md10 {
	margin-right: 10px;
}
