/* CSS Document */
body{
	background-color:#747474;
	color:#005500;
	font-size:12px;
	margin:0;
	padding:0;
	font-family: verdana, geneva, arial, sans serif;
	}
#conteneur {
overflow:hidden;
position: absolute;
width: 1000px;
left: 50%;
margin-left: -500px;

}
#header{
	width:1000px;
	height:217px;
	position:relative;
	background-image: url('../design/design1_01.jpg');
}
a.accueil{
display:block;
width: 110px; 
height: 20px;
background-image: url('../design/design1_03.png'); 
background-repeat: no-repeat;
position:relative; 
float:left
}
a.accueil:hover { 
     background-image: url('../design/navbar2_03.png'); 
     } 
a.equipe{
display: block; 
width: 111px; 
height: 20px; 
position:relative; 
background-image: url('../design/design1_04.png'); 
background-repeat: no-repeat;
float:left
}
a.equipe:hover { 
     background-image: url('../design/navbar2_04.png'); 
     } 
a.portfolio{
display: block; 
width: 114px; 
height: 20px;
position:relative;
float:left;
background-image: url('../design/design1_05.png'); 
background-repeat: no-repeat
}
a.portfolio:hover { 
     background-image: url('../design/navbar2_05.png'); 
     } 
a.prix{
display: block; 
width: 89px; 
height: 20px;
position:relative;
float:left;
background-image: url('../design/design1_06.png');
background-repeat: no-repeat
}
a.prix:hover { 
     background-image: url('../design/navbar2_06.png'); 
     } 
a.histoire{
display: block;
width: 129px; 
height: 20px;
position:relative;
float:left;
background-image: url('../design/design1_07.png');
background-repeat: no-repeat
}
a.histoire:hover { 
     background-image: url('../design/navbar2_07.png'); 
     } 
.menu{
width: 371px; 
height: 20px;
position:relative;
float:left;
background-image: url('../design/design1_08.png');
background-repeat:no-repeat
}
#menu_entier{
width: 1000px; 
height: 20px;
}
#gauche
{
background-image:url('../design/testgauche.jpg');
width:36px;
height:20px;
position:relative;
float:left
}
#droite
{
background-image:url('../design/testdroit.jpg');
width:40px;
height:20px;
float:left
}
#corpstop{
width:1000px;
height:44px;
background-image:url('../design/corpstop2.jpg');
position:relative;
float:left
}
#corps{

background-image:url('../design/test.jpg');
width:1000px;
float:left
}

p.main_frame{
padding-left:75px;
padding-right:75px;
padding-bottom:10px;
}
p.main_frame_centre{
padding-left:75px;
padding-right:75px;
padding-bottom:10px;
text-align:center;
}
form.main_frame{
text-align:center;
padding-left:75px;
padding-right:75px;
padding-bottom:10px;
}
textarea.description{
width:600px;
height:200px;
}
input.envoyer{
width:100px;
}
h3.main_frame{
width:750px;
padding-right:75px;
padding-bottom:10px;
margin-left:65px;
text-align: left;
font: italic 2em Georgia, "Times New Roman", Times, serif;
line-height: 1em;
color: #C63836;
border-bottom: 1px dashed;
}
ul.liste1
{
padding-left:100px;
padding-right:75px;
padding-bottom:10px;

}
#bas
{
background-image:url('../design/bas.jpg');
background-repeat:no-repeat;
width:1000px;
height:112px;
position:relative;
float:left
}
p.bas{
width:1000px;
text-align:center;
padding-top:55px;
}
a{
	text-decoration:none;
	color:#550000;
}
a:link{
	}
img{
	border:0px;
}

a:visited{
	}
a:hover{
	color:#002200;
	}
a:active{
	}

h1{
	color:#CCCC99;
	font-weight:bold;
	font-size:36px;
	font-family:"tahoma";
	text-align:center;
	}

h2{
	color:#006600;
	font-size:16px;
	text-align:center;
	}

h3{
	color:#006600;
	font-size:14px;
	}
.grison{
float:left;
width:500px;
}
.tarpan{
margin-left:500px;

}
.titre{
width:100px;
position:relative;
top:-29px;
left:760px;
color:#D2CEB1;
font-size:19px;
}

.portfolio_droite{
position:relative;
left:400px;
width:500px;
min-height:150px;
border:1px #000 solid;
background-color:#D8D0D0;
padding:5px;
margin-bottom:10px;
}
.portfolio_droite p {
	margin-left:10px;
	padding-left:20px;
}
.portfolio_droite h2 {
	margin-left:10px;
	font-size:14px;
	
	padding-bottom:5px;
	padding-left:20px;
}
.portfolio_droite p.auteur {
	text-align:right;
	font-style:italic;
	color:#69C;
}
.portfolio_droite img{
float:left;
padding:10px;
/*border: 1px #E11 dotted;*/
}
.portfolio_gauche{
position:relative;
left:75px;
width:500px;
min-height:150px;
border:1px #000 solid;
background-color:#D8D0D0;
padding:5px;
margin-bottom:10px;
}
.portfolio_gauche p {
	margin-left:10px;
}
.portfolio_gauche img{
float:left;
padding:10px;
/*border: 1px #E11 dotted;*/
}
.portfolio_gauche h2 {
	margin-left:10px;
	font-size:14px;
	padding-bottom:5px;
}
.portfolio_gauche p.auteur {
	text-align:right;
	font-style:italic;
	color:#69C;
}