/***** BODY *****/
/*
	rgb(57,40,41)
	rgb(28,20,20)
*/

body{
	background-image		: url("img/bg_brown.png");
	background-position	: top center;
	background-repeat		: repeat-x;
	background-color		: rgb(28,20,20);
	background-attachment: fixed;
	color			: rgb(168,151,0);
	font-family	: Century Gothic, Arial, sans-serif;
	font-size	: 100%;
	text-align	: justify;
	margin		: 0px 0px 0px 0px;
	padding		: 0px 0px 0px 0px;
}

body.bgnd{
	background-image		: url("img/bgnd.jpg");
	background-position	: center center;
	color		: rgb(57,40,41);
}

div.banner{
	background-image     : url("img/index.jpg");
	background-position  : center top;
	background-repeat    : repeat-x;
	margin	: 0px 0px 0px 0px;
	padding	: 0px 0px 0px 0px;
	height	: 90px;
}

div.menu{
	background-color: rgb(57,40,41);
	width		: 100%;
	height	: 90px;
	margin	: 0px 0px 0px 0px;
	padding 	: 0px 0px 0px 0px;
}

.menu a{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}
.menu p{
	margin	: 0px 0px 0px 0px;
	padding	: 40px 0px 0px 345px;
	text-align: left;
}

.pinkline{
	height: 10px;
	width: 100%;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 1px 0px 1px 0px;
	color: rgb(237,0,103);
	background-color: rgb(237,0,103);
	background-image	:url(img/hr_pink.png);
	background-position: top center;
	background-repeat	: repeat-x;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.entrez{
	height: 26px;
	width: 100%;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-width: 0px 0px 1px 0px;
	background-color: rgb(57,40,41);
	text-align: center;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.ed_logo{
	position: absolute;
	top	: 50%;
	width	: 100%;
	text-align: center;
}

div.body{
	margin: 70px 10% 0px 10%;
}

p.title{
	font-weight	: bold;
}

div.equipe{
	margin: 0px 0px 50px 0px;
	clear : left;
}
.photo_equipe{
	float	: left;
	margin	: 5px 20px 10px 20px;
	
}

p.equipe{
	margin-left: 140px;
}

p.desc{
	margin: 0px 0px 30px 20px;
}

/***** REALISATIONS *****/

div.realisations{
	margin		: 0px 0px 0px 0px;
	text-align	: center;
}
.realisations img.cat{
	margin	: 8% 3% 0% 3%;
	padding	: 0px 0px 0px 0px;
}

.realisations img.titre{
	margin	: 0% 0% 0% 0%;
	padding	: 0px 0px 0px 0px;
}

.realisations hr{
	height: 2px;
	border-width: 0px 0px 0px 0px;
	color: rgb(168,151,0);
	background-color: rgb(168,151,0);
	margin : 0% 10% 2% 10%;
	padding: 0px 0px 0px 0px;
}

div.showcase{
	height	: 500px
}

.realisations p.titre{
	text-align	: left;
	font-weight	: bold;
	margin		: 0% 50% 0% 10%;
}

.realisations img.apres{
	position	: relative;
	left		: 25px;
	margin		: 2% 0% 2% 0%;
	padding		: 0px 0px 0px 0px;
	vertical-align	: top;
	border-style: solid;
	border-color: rgb(168,151,0);
	border-width: 1px 1px 1px 1px;
	padding		: 3px 3px 3px 3px;
	background-color: rgb(0,0,0);
}

.realisations img.avant{
	position: relative;
	top	: -33px;
	right	: 25px;
	margin	: 2% 0% 2% 0%;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	border-style: solid;
	border-color: rgb(168,151,0);
	border-width: 1px 1px 1px 1px;
	padding		: 3px 3px 3px 3px;
	background-color: rgb(0,0,0);
}

.realisations img.no_avant{
	margin		: 2% 25px 2% 25px;
	padding		: 0px 0px 0px 0px;
	vertical-align	: top;
	border-style: solid;
	border-color: rgb(168,151,0);
	border-width: 1px 1px 1px 1px;
	padding		: 4px 4px 4px 4px;
	background-color: rgb(0,0,0);
}

div.navigation{
	width		: 100%;
}

.navigation hr{
	position: relative;
	top	: 15px;
}

.realisations img.precedant{
	position: absolute;
	left	: 10%;
	padding-top : 3px;
}

.realisations img.retour{
}

.realisations img.suivant{
	position: absolute;
	right	: 10%;
	padding-top : 3px;
}

.realisations p.note{
	margin	: -2% 10% 2% 10%;
}

/***** Contact *****/

p.contact{
	margin	: 10px 10px 10px 10px; 
}

div.vegasoft{
	position: absolute;
	bottom	: 0px;
	right	: 0px;
	z-index	: 3;
	visibility:visible;
	margin	: 0px 0px 0px 0px;
	padding	: 0px 0px 0px 0px;
}

/***** LINKS *****/

a:link {color: rgb(57,40,41); text-decoration: none}
a:visited {color: rgb(57,40,41); text-decoration: none}
a:active {color: rgb(57,40,41); text-decoration: none}
a:hover {color: rgb(57,40,41); text-decoration: underline}

/***** IMG *****/

img{
	border	: 0px;
}

.menu_logo{
	float	: left;
	margin	: 0px 0px 0px 0px;
}

/***** colors ****/
/*
	brun rgb(57,40,41);
	gold rgb(168,151,0);
	rose rgb(237,0,103);
*/

