/* CSS Document
Blue : #23587c
Red : #B04029
Beige : #EDDCC9
*/

a {
color:#23587c;}
	
	a:visited {
color:#23587c;}
	
	a:hover {
color:#B04029;}
	
	body {

background-image: url(images/bg_referencement_montpellier.png);
color:#23587c;
font-family : verdana;
font-size : 11px;
line-height :20px;
}

#conteneur {
	width : 1000px;
	margin-left : auto;
	margin-right : auto;
margin-top :50px;
text-align : center;
}

#top {
margin-bottom:40px;
}

#middle {
text-align : justify;
border : solid 1px #B04029;
background-color:#EDDCC9;
min-height : 300px;
margin : 0 0 30px 0px;
padding : 15px;
}

#menu {
width : 1000px;
text-align : center;
font-size : 16px;



}
#menu a{
text-transform : uppercase;
background-color:#fff;

}


#bottom {
border : dotted 3px #B04029;
background-color:#fff;
min-height : 300px;
margin : 0px;
padding : 15px;
text-align : justify;
}
#bottom h3 {
font-size : 11px;
font-weight : normal;
color:#B04029;
margin : 0px;}

h2 {
text-transform : uppercase;
font-weight : normal;
font-size : 22px;
color:#B04029;
margin : 10px 0px 10px 0px;}
