/* CSS Document */
* {
margin:0;
padding:0;
}

/*redefinition des balises HTML*/
img {
margin:0;
padding:0;
}
body {
/*height:100%;*/
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:0;
	text-align:center;
	background-image: url(../images/fond.gif);	/*background-color: #F0F0F0;*/
}
a {
color:#65016B;
}
a:visited {
color:#000000;
}
a:hover {
color:#5C91A4;
}
h1 {
	color:#65016B;
	font-size:14px;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 25px;
}
h2 {
	/*border-bottom:1px solid #65016B;
	border-color:#65016B;
	border-top:1px solid #65016B;*/
	color:#5C91A4;
	padding-bottom:10px;
	/*text-align:center;*/
	width:80%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 10px;
}
h3 {
color:#669900;
font-size:1em;
font-weight:bold;
padding:10px;
}
hr {
	margin-top:5px;
	margin-bottom:5px;
	color:#5C91A4;
	height: 1px;
}
.clearer {
clear:both;
height:1px;
/*overflow:hidden;*/
}

/*les gros blocks*/

#google {
margin:auto;
/*padding-bottom:50px;*/
position:relative;
width:980px;

}
#globale {
	clear:both;
	margin:0 auto 0;
	padding:0;
	width:985px;
	background-color: #FFFFFF;
}

/*Bandeau de l'entete*/

#entete {
	clear:both;
	width:980px;
	height:100px;/*border:1px solid #5C91A4;*/
	margin: 0px;
	padding: 0px;
}

/*Menu du haut*/

#menu-haut {
	clear:both;
	height:39px;
	margin-top: 10px;
	padding-right: 160px;
}
#menu-haut ul {
	list-style-image:none;
	list-style-type: none;
	}
#menu-haut li {
	display:inline;
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu-haut li a {
	float:right;
	/*display:block;*/
	background-image:url(http://www.pretpartners.fr/images/bt_menuviolet.jpg);
	background-repeat:no-repeat;
	font-variant:small-caps;
	font-weight:bold;
	text-decoration:none;
	vertical-align: middle;
	width:130px;
	padding-top: 4px;
	padding-bottom: 20px;
	background-position: 1px 1px;
	color: #FFFFFF;
	}
	
/*Menu de gauche*/

#menu-gauche {
	float:left;
	width:150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	margin-top: 20px;
	padding-right: 10px;
	margin-left: 2px;
}
#menu-gauche h1 {
	background-image:url(http://www.pretpartners.fr/images/menu_g.jpg);
	background-repeat:no-repeat;
	background-position: center 1px;
	width:150px;
	height:38px;
	font-variant:small-caps;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 5px;
}
#menu-gauche ul {
	list-style-image:none;
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
	}
#menu-gauche li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu-gauche li a {
	text-decoration:none;
	width:130px;
}

/*MENU DROITE*/

#menu_droite {
	float:right;
	width:150px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	margin-top:20px;
	padding-left: 10px;
}
#menu_droite h1 {
	background-image:url(../images/menu_g.jpg);
	background-repeat:no-repeat;
	background-position: center 1px;
	width:150px;
	height:38px;
	font-variant:small-caps;
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 5px;
}
/*CONTENU*/
#contenu {
	width:655px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#contenu p {
	text-align:justify;
	/*font-weight: bold;*/
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
}
.contenu_img {
	float:left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#contenu li {
	text-align:justify;
	font-weight: bold;
	list-style-image: url(../images/coche.jpg);
	text-indent: 15px;
	margin: 15px;
	list-style-position: inside;
}
.boite {
	width: 600px;
	height: 350px;
	overflow: auto;
	position: relative;
	margin-top: 30px;
	font-size: 10px;
	color: #5C91A4;
}
.boite a {
	font-size: 12px;
}
/*MENU DU BAS*/

#menu_bas {
	width:980px;
	float:left;
	font-size:10px;
	color:#5C91A4;
	/*margin-bottom: 10px;*/
}
#menu_bas a {
text-decoration:none;
}
.violetpp {
	color: #65016B;
}
.bleupp {
	color: #5C91A4;
}
#copyright {
width:980px;
	float:left;
color:#000000;
font-size:10px;
}
#footer {
	text-align: center;
	font-size: 9px;
	text-decoration: none;
	margin-top: 15px;
}
	#footer a {
	text-decoration: none;
	color: #000033;
	}
#formulaire {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 500px;
	padding: 0px;
	color: #999999;
}
input, textarea {
	border: 1px solid #9900CC;
	background-color: #DEDCF2;
	margin: 2px;
}
.centrer {
text-align:center;
}
.logotxt {
	vertical-align: -4px;
	clear:inherit;
}