* {
	
	font-family: helvetica, sans-serif;
	font-size: 11px;
	
}

body {
	
	margin-top:0px;
	background-color: #009cd9;
	
}

a {
	
	text-decoration: none;
	
}

a:hover {
	
	text-decoration: underline;
	
}

#master {
	
	display: block;
	width: 850px;
	text-align: left;
	background-color: #fff;
	
	background-image: url('../images/fond_haut.gif');
	background-repeat: no-repeat;
	
}

#master_court {
	
	display: block;
	width: 850px;
	text-align: left;
	background-color: #fff;
	
	background-image: url('../images/fond_haut_petit.gif');
	background-repeat: no-repeat;
	
}

#banniere {
	
	position: relative;
	float:right;
	right: 0px;
	top: 0px;
	
	display: block;
	width: 598px;
	height: 195px;
	
}

#banniere_courte {
	
	position: relative;
	float:right;
	right: 0px;
	top: 0px;
	
	display: block;
	width: 598px;
	height: 146px;
	
}

#banniere h1,
#banniere_courte h1{
	
	display: none;
	
}

#page {
	
	display: block;
	width: 850px;
	padding-top:200px;
	background-image: url('../images/fond_page.gif');
	background-repeat: repeat-y;
	
	overflow: hidden;
	
}

#page_courte {
	
	display: block;
	width: 850px;
	padding-top:150px;
	background-image: url('../images/fond_page.gif');
	background-repeat: repeat-y;
	
	overflow: hidden;
	
}

#menu {
	
	display:block;
	float:left;
	width: 192px;
	
}

#menu ul {
	
	margin:0px;
	margin-top: 35px;
	padding:0px;
	
}

#menu li {
	
	display: block;
	height: 23px;
	width: 181px;
	text-align: right;
	font-size: 12px;
	
	background-repeat: no-repeat;
	margin-bottom: 2px;
	
	padding-top:7px;
	
}

#menu li a {
	
	display:block;
	color:#fff;
	font-weight: bold;
	margin-right:10px;
	
}

#menu li.rose {
	
	background-image: url('../images/menu_rose.gif');
	
}

#menu li.rose_fonce {
	
	background-image: url('../images/menu_rose_fonce.gif');
	
}

#menu li.bleu {
	
	background-image: url('../images/menu_bleu.gif');
	
	/* padding-top: 0px;
	height: 30px; */
	
}

#menu li.orange {
	
	background-image: url('../images/menu_orange.gif');
	
}

#menu li.bleu_clair {
	
	background-image: url('../images/menu_bleu_clair.gif');
	
}

#menu li.vert {
	
	background-image: url('../images/menu_vert.gif');
	
}

#menu li.gris {
	
	background-image: url('../images/menu_gris.gif');
	
}

#menu_gauche {
	
	display:block;
	float:right;
	width: 183px;

	text-align: right;
	
	padding-top: 20px;
	
}

#pied {
	
	background-color: #009cd9;
	color: #fff;
	text-align: center;
	padding: 10px;
	
}

#pied a {
	
	color: #fff;
	
}

#corps {
	
	padding-left:210px;
	padding-right:180px;
	padding-top: 20px;
	text-align: justify;
	
}

#corps h2 {
	
	font-size: 18px;
	color: #009cd9;
	
}

a img {
	
	border-width: 0px;
	
}

#menu_gauche h3,
#menu_gauche p {
	
	float:right;
	width: 140px;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	
}

#menu_gauche h3 {
	
	text-align: left;
	font-size: 12px;
	
}

#menu_gauche h3.actu a {
	
	color: #c2c331;
	
}

#menu_gauche h3.competence a {
	
	color: #11a3dc;
	
}

#menu_gauche p {
	
	text-align: justify;
	margin-bottom: 20px;
	
}

#menu_gauche p.lien a {
	
	color: #009cd9;

}

#tags {
	
	display: block;
	height: 189px;
	width: 454px;
	margin-top: 50px;
	background-image: url('../images/fond_flash.gif');
	background-repeat:no-repeat;
	
}

#page_courte #corps h2 {
	
	background-image: url('../images/puce_carre_titre.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	
}

#details h3,
#coordonnees h3, 
#plan h3 {
	
	color:#f79800;
	background-image: url('./../images/puce_h3.gif');
	background-repeat:no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-top:3px;
	
}

#coordonnees h3, 
#plan h3 {
	
	font-size:18px;
	background-position:0px 8px;
	margin-bottom:10px;
	
}

#details {
	
	margin-bottom:15px;
	
}

#details h4 {
	
	color:#f79800;
	background-image: url('./../images/puce_h4.gif');
	background-repeat:no-repeat;
	padding-left: 15px;
	background-position: 0px 4px;
	margin-left: 15px;
	padding-top:3px;
	
	margin-top:15px;
	margin-bottom:10px;
	
}

#details p, #details ul {
	
	margin-left:32px;
	
}

#details a {
	
	color:#a5ad12;
	
}

#details a:hover {
	
	color:#717479;
	text-decoration: none;
	
}

div.elt_liste,
div.elt_liste_paire {
	
	overflow: hidden;
	margin-top:5px;
	padding:4px;
	
}

div.elt_liste {
	
	border: 0px #abaeb2 dotted;
	border-bottom-width: 2px;
	border-top-width: 2px;
	
}

div.elt_liste_paire {
	
	background-color: #fdecd1;
	
}

div.elt_liste div.visuel,
div.elt_liste_paire div.visuel {
	
	float:left;
	
}

div.elt_liste div.texte,
div.elt_liste_paire div.texte {
	
	margin:0px;
	padding:0px;
	
}

div.elt_liste div.texte h3 a,
div.elt_liste_paire div.texte h3 a {
	
	color:#f29400;
	background-image: url('../images/puce_carre_titre3.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	margin-left: 10px;
	
}

#liste {
	
	margin-bottom: 20px;
	
}

div.object-right {
	
	display:block;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	
}

#lien_accueil {
	
	position:absolute;
	float:left;
	
	display:block;
	width:300px;
	height:120px;
	
}

a.ghost {
	
	display:block;
	width:100%;
	height:100%;
	
}

#pagination {
	
	text-align: center;
	
}

#pagination a {
	
	color:#f29400;
	
}

div.elt_liste div.visuel,
div.elt_liste_paire div.visuel{
	
	margin-right:10px;
	
}

#visuel {
	
	width:202px;
	float:right;
	margin-left:15px;
	margin-bottom: 10px;
	
}

#visuel img {
	
	border:3px #acadb1 solid;
	
}

b {
	
	color:#11a3dc;
	
}

#texte_detail {
	
	margin-top:15px;
	margin-left: 30px;
	
}

#bouton_retour_liste {
	
	margin-top:20px;
	text-align:right;
	
}

#bouton_retour_liste a {
	
	float:right;
	text-align:center;
	display:block;
	background-image:url("./../images/fond_bouton.gif");
	background-repeat:no-repeat;
	color:#fff;
	height:24px;
	width:120px;
	padding-top:4px;
	
}

form {
	
	margin-left:20px;
	
}

label {
	
	color:#009cd9;
	
}

label span {
	
	display:block;
	float:left;
	font-weight:bold;
	width:150px;
	
}

input, textarea {
	
	display:block;
	width:240px;
	border:1px #c7d003 solid;
	
}

input.hidden {
	
	border-width:0px;
	
}

input.valider {
	
	display:block;
	height:28px;
	width:105px;
	border-width:0px;
	text-align:center;
	padding-top:0px;
	background-image:url('./../images/btn_valider.gif');
	background-repeat:no-repeat;
	color:#fff;
	margin-left:290px;
	
}

div.notice {
	
	color:#009cd9;
	margin-top:-30px;
	margin-bottom:80px;
}

div.notice p {
	
	font-size:10px;
	
}

#coordonnees, #plan {
	
	display:block;
	float:left;
	margin-bottom:20px;
	
}

#coordonnees {
	
	width:250px;
	
}

#coordonnees p {
	
	padding-left:30px;
	font-size:13px;
	color:#009cd9;
	
}

#coordonnees a {
	
	font-size:13px;
	
}

#plan {
	
	padding-left:15px;
	
}

#plan h3 {
	
}

form {
	
	margin-top:20px;
	
}

#coordonnees a {
	
	color:#a5ad12;
	
}

#coordonnees a:hover {
	
	color:#717479;
	text-decoration: none;
	
}

#plan a img {
	
	border:3px #abafb2 solid;
	
}

.message-warning {
	
	margin-left:15px;
	margin-top:15px;
	
}

#offre {
	
	margin-top:15px;
	margin-bottom:20px;
	
}

#offre h3 {
	
	margin-top:10px;
	margin-bottom:10px;
	
}

#offre #visuel {
	
	width:auto;
	height:auto;
	
}

input[type=hidden] {
	
	border-width:0px;
	
}

div.emailing input {
	
	display:inline;
	width:auto;
	
}

input.btn_enregistrer {
	
	padding:5px;
	background-color:#C5D007;
	color:#fff;
	width:auto;
	margin-top:20px;
	float:right;
	margin-right:45px;
	
}

input.cnx, input.register {
	
	padding:5px;
	background-color:#C5D007;
	color:#fff;
	width:auto;
	margin-top:20px;
	float:left;
	margin-left:10px;
	
}

input.cnx {
	
	margin-left:200px;
	
}

#ria {
	
	position:absolute;
	width:655px;
	height:500px;
	margin-left:-23px;
	
}

#fck_ie {
	
	display:block;
	height:500px;
	
}

p.debits {
	
	padding-top:10px;
	
}

p.debits a {
	
	color:#7e8082;
	
}

p.debits a:hover {
	
	color:#F29400;
	
}

div.elt_liste div.texte h3 span.class-ria,
div.elt_liste_paire div.texte h3 span.class-ria {
	
	color:#f29400;
	background-image: url('../images/puce_carre_titre3.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	margin-left: 10px;
	
}

#panel-login {
	
	position:absolute;
	display:block;
	width:510px;
	height:327px;
	background:url('../images/ecran_login.gif') no-repeat;
	margin-left:-50px;
	
}

#panel-login #champs {
	
	position:absolute;
	margin-top:80px;
	margin-left:230px;
	
}

#panel-login #champs label {
	
	color:#fff;
	font-size:13px;
	
}

#panel-login #champs input {
	
	border-width:0px;
	padding:3px;
	width:150px;
	
}

#panel-login input.cnx {
	
	position:absolute;
	margin-top:237px;
	margin-left:333px;
	cursor:pointer;
	border-color:transparent;
	border-width:0px;
	background-color:transparent;
	
}

#panel-login input.cnx:hover {
	
	text-decoration:underline;
	
}

#panel-login span.register {
	
	position:absolute;
	margin-top:180px;
	margin-left:75px;
	text-align:center;
	
}

#panel-login span.register a {
	
	font-size:14px;
	color:#fff;
	
}

#form-enregistrement {
	
	background-image:url(../images/fd_formulaire.gif);
	min-height:700px;
	
}

.object-center {
	
	text-align:center;
	
}
