/* CSS Document */

body{
background-image:url(img/back.jpg);
background-repeat:repeat-x;
font-family: arial;
}

div#Intro{
width: 450px;
height:450px;
background:white;
border:1px solid black;
}

div#Site{
width:900px;
height:650px;
border:1px solid black;
}

div#Bandeau{
width:900px;
height:80px;
}

div#Corps{
width:900px;
height:570px;
margin:0;
background:url(img/fond1.jpg);
background-repeat:no-repeat;
background-position:top;
text-align:left;
}

/*div Texte*/
div#TxtPres{
width:870px;
height:350px;
padding:0;
margin-left:20px;
margin-top:30px;
font-family:Georgia;
font-weight:bold;
font-size:14px;
color:#000000;
border:0px solid black;
float:left;
}

div#TxtCont{
width:430px;
height:350px;
margin-left:20px;
margin-top:70px;
font-family:Georgia
font-size:14px;
color:#000000;
border:0px solid black;
float:left;
}

div#TxtD{
width:250px;
height:100px;
margin-right:30px;
margin-top:40px;
font-family:Georgia;
font-size:14px;
color:#000000;
border:0px solid black;
float:right;
}

div#RefG{
width:520px;
height:450px;
margin-left:30px;
margin-top:15px;
font-family:Georgia;
font-size:14px;
color: #000000;
border: 0px solid black;
float:left;
overflow: auto;
}

div#Ref2{
width:100px;
height:150px;
margin-right:30px;
margin-top:15px;
float:right;
border:0px;
}

div#Copy{
width:900px;
height:15px;
font-family:Georgia;
font-size:10px;
color:#000000;
text-align:center;
}

div#Pop{
width:350px;
height:200px;
margin-top:18px;
margin-left:15px;
color:#000000;
font-family:Georgia;
font-size:12px;
font-weight:bold;
}

/*Typo*/

.rouge {color:red; font-weight:bold;}

.vert {color:green; font-weight:bold;}


a {
text-decoration: none;
color: #006699;
}

img {
margin: 2px;
padding: 2px;
}

.imgh{
margin: 0;
padding: 0;
}

.prix {
float: right;
margin: 2px;
padding: 2px;
color: red;
font-weight: bold;
font-size: 18px;
background: white;
border:1px solid red;
}

.lien{
font-family:Georgia;
font-size:14px;
color:#666666;
text-decoration:underline;
}
.lien a{
font-family:Georgia;
font-size:14px;
color:#666666;
}
.lien a:hover{
font-family:Georgia;
font-size:14px;
color:#666666;
}

.menu{
font-family:Georgia;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
color:#666666;
}
.menu a{
font-family:Georgia;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
color:#666666;
}
.menu a:hover{
font-family:Georgia;
background-color:#E8E4D0;
border:1px solid black;
color:#666666;
}

.titre{
margin-left:30px;
margin-bottom:0px;
padding:0;
width: 500px;
font-family:Georgia;
font-size:16px;
font-weight:bold;
color:#000000;
background: white;
text-align:center;
}

.sstitre{
margin: 4px;
padding :4px;
font-size:14px;
font-weight:bold;
color:#003366;
width: 300px;
vertical-align:top;
}
