@charset "UTF-8";
/* CSS Document */
*, html {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:140%;
	color: #000;
}
p {
	color:#000000;
}
a, img{
	border:0;
}
a{
	font-weight:bold;
	color:#ED1261;
}
a:hover, a:visited{
	color:#000000;
}
a, a:visited{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
li a:hover{
	text-decoration:none;
	cursor:pointer;
}
/* texte */
h1{
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.75em;
	margin-top:0.5em;
}
h2{
	font-size:1.1em;
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:0.75em;
}
h3{
	font-size:1em;
	color:#666666;
	margin-top:1.25em;
	margin-bottom:1em;
}
p{
	margin-bottom:0.75em;
}
#footer_gauche, #footer_droite p{
	font-size:0.9em;
	line-height:1.3em;
	text-align:center;
}
.orange{
	color:#EF7007;
}
.mauve{
	color:#B43092;
}
.bleu{
	color:#0062B0;
}
.rose{
	color:#ED1261;
}
#droite2 h2{
	margin:30px 25px 7px 70px;
}
#droite2 p{
	margin:0 25px 10px 70px;
}
#droite, #droite_conteneur h2{
	color:#ED1261;
}
/* listes */
ul, ol{
	padding-left:1.5em;
	list-style-type:circle;
	margin-bottom:10px;
}
.retrait{
	margin:0 0 0 2em;
}
td{
	width:280px;
	margin:0;
	padding:0;
}
table.salaires{
	border: 1px solid #B43092;
	margin: 5px 10px 10px 10px;
	border-collapse:collapse;
}
table.salaires th{
	text-align:center;
	border: 1px solid #B43092;
	color:#B43092;
	margin: 2px 0px 2px 0px;
}
table.salaires td{
	text-align:center;
	border: 1px solid #B43092;
	margin: 2px 0px 2px 0px;
}
.imggauche{
	float:left;
	margin-right:10px;
}
select{
	width:150px;}
table.forms td{
	width:160px;}
.equipe{
	display:block;
	text-align:center;
	margin-bottom:20px;
}
.img_equipe{
	border:2px solid #ED1261;
}
