/* 
	Club PrêtPartners
*/

*{ margin: 0; padding: 0; }* 
body { 
font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif; 
line-height: 1.6em; 
background: #fff url(images/bg.gif) repeat-x; 
color: #8E8E91; 
}
a {	
color: #EB0000;	
background: inherit; 
text-decoration: none; 
}
a:hover { 
color: #808080; 
background: inherit; 
text-decoration: underline; 
}
p { 
margin: 0 0 15px 0; 
}
input, textarea {
	border: 1px solid #9900CC;
	background-color: #DEDCF2;
	margin: 2px;
}
h2 {
	color: #444;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 1px;
}
h1 {
	color: #993399;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0px;
}
h3 {
	color: #333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
img {
	border: 0;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	margin: 0px;
	padding: 0px;
}
/*juste après la balise body*/
#content { 
width: 930px; 
margin: 15px auto; 
}
#logo {
	width: 930px;
	float: right;
	height: 90px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
	#logo p { 
	margin: 0; 
	}
#surtitre {
	width: 920px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	#surtitre a:visited {
	text-decoration: none;
	}
#menu {
	width: 930px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	padding-top: 2px;
}
	/*#menu ul {
	margin-top: 3px;
	}*/
	#menu li { 
	font-size: 1.1em; 
	display: inline; 
	}
	#menu li a { 
	float: right;
	width: 87px; 
	background-image: url(images/button_grey.gif);
	background-repeat: no-repeat;
	padding: 2px 0 7px;
	text-align: center; 
	margin: 0 0 0 10px; 
	color: #636365;  
	}
	#menu li a.current {
	color: #993399;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	}
	#menu li a:hover { text-decoration: none; 
	color: #669999; 
	background: #fff url(images/button_grey.gif) no-repeat; 
	}
.clear { 
clear: both; 
}
/*.titre {
padding: 2px 0 0 18px; 
height: 35px; 
color: #663399;  
}
	.titre p { 
	margin: 0; 
	}*/
	
/*intro de la page d'accueil*/
#intro_accueil {
	width:930px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#intro_postit_gauche {
	background-repeat: no-repeat;
	background-image: url(images/intro.jpg);
	background-position: center;
	float: left;
	height: 104px;
	width: 300px;
	text-align: center;
}
#intro_postit_centre {
	background-repeat: no-repeat;
	background-image: url(images/intro.jpg);
	background-position: center;
	float: left;
	height: 104px;
	width: 300px;
	text-align: center;
	margin-left: 15px;
}
.intro_postit_centrale {
	background-repeat: no-repeat;
	background-image: url(images/intro.jpg);
	background-position: center;
	height: 104px;
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#intro_postit_droit {
	background-repeat: no-repeat;
	background-image: url(images/intro.jpg);
	background-position: center;
	float: right;
	height: 104px;
	width: 300px;
	text-align: center;
}
/*intro pages agences*/
#intro_agences {
	width:930px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	#intro_agences p {
	font-size: 1em;
	color: #333333;
		}
/*formulaire de contact*/
#formulaire {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 500px;
	padding: 0px;
}
/*centre des pages*/
.milieu {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.patrimoine {
clear:both;
	background-image: url(images/patrimoine.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 930px;
	background-position: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.patrimoine h2 {
	margin-left:30px;
	}
	.patrimoine p {
	margin-left:10px;
	margin-right:10px;
	text-align: justify;
	}
	.patrimoine h3 {
	color:#990066;
	}
.left {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
.right {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
.plaisirs_gauche {
	float: left;
	background-image: url(images/cadre_plaisirs.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 400px;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.plaisirs_droit {
	float: right;
	background-image: url(images/cadre_plaisirs.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 400px;
	background-position: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.services_gauche {
	float: left;
	background-image: url(images/cadre_services.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 400px;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.services_droit {
	float: right;
	background-image: url(images/cadre_services.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 400px;
	background-position: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/*interieur des 3 boites de la page d'accueil*/
.contenu {
	height: 450px;
	width: 270px;
	margin: auto;
	padding: 0px;
	text-align: center;
}
	.contenu li {
	font-size: 1em;
	list-style-type: none;
	text-align: left;
	}
	.contenu p {
	text-align:justify;
	}
#gauche {
	clear: left;
	width: 300px;
	float: left;
	background-image: url(images/cadre_gauche.jpg);
	background-repeat: no-repeat;
	height: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 10px;
}
/*.box { 
background: #eee; 
}*/
/*#left img { 
padding: 6px; 
border-right: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
background: #fff;
}*/
/*.smallthumb { 
width: 109px; 
}*/
#milieu { 
width: 300px;
height: 350px; 
float: left; 
margin: 0 0 20px 15px; 
padding-top: 10px;
background-image: url(images/cadre_centre.jpg);
background-repeat: no-repeat;
}
#droite { 
/*margin: 0 0 20px;*/
float: right; 
width: 300px; 
height: 350px;
padding-top: 10px;
background-image: url(images/cadre_droite.jpg);
background-repeat: no-repeat;
}
	.date { 
	font-size: .8em; 
	border-top: 1px solid #eee; 
	padding: 5px 0 0; 
	}
/*.box { 
background: #eee; 
padding: 10px; 
}
.box li { 
list-style: none; 
border-bottom: 1px dotted #ccc; 
line-height: 26px; 
}
.box li a { 
padding: 0 5px; 
}*/
#contact{
	width:900px;
	text-align: center;
}
#footer {
	font-size: .84em;
	clear: both;
	background: #eee;
	margin-top: 20px;
}
#footer a { 
color: #444; 
}
.rouge {
color:#CC0000;
}
.bleu {
color:#003399;
}
.vert {
color:#006633;
}
.centre {
text-align:center;
}
.pret {
	color: #993399;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
.partners {
	color: #5C92A5;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
}
.largeur {
	width:928px;
	float: left; 
	text-align:center;
}