body{
	text-align:justify;
	padding: 0em 2em 0em 2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('images/fd.png');
	color: #000080;
}

#corps_centre{
	width:1060px;
	margin-left: -530px;
	top: 0;
	left: 50%;
	position: absolute;
}
#entete{
	background-image: url('images/design/entete.png');
	background-position: top;
	font-size: small;
	height: 258px;
}
#sous_entete{
	height: 26px;
	padding : 200px 60px 0px 260px;
}
#menu{
	padding : 0px 75px 0px 75px;
}
.smenu a:link{	color:#fcf1cc; }
.smenu a:visited{	color:#ffffff; }
.smenu a:hover{	color:#fbdd88; }
.menu_simple a:link{	color:#fcf1cc; }
.menu_simple a:visited{	color:#ffffff; }
.menu_simple a:hover{	color:#fbdd88; }
.entete_cadre_droite a:link{	color:#fcf1cc; }
.entete_cadre_droite a:visited{	color:#ffffff; }
.entete_cadre_droite a:hover{	color:#fbdd88; }
.menu_ouvert, .menu_survol, .menu_simple{
	width: 130px;
	height: 32px;
	text-align: center;
	padding-top: 12px;
	font-weight:bold;
}
.menu_ouvert{
	background: transparent url(images/design/menu_o.png) no-repeat;
}
.menu_survol:hover{
	background: transparent url(images/design/menu_s.png) no-repeat;
}
.menu_simple{
	background: transparent url(images/design/menu.png) no-repeat;
}
#sous_menu{
	font-size: small;
	height:30px;
	padding: 10px 75px 0px 80px;
	background-image: url('images/design/corps.png');
	background-repeat:repeat-y;	
}
.smenu, .smenu_g, .smenu_d, .smenu_o, .smenu_g_o, .smenu_d_o {
	height: 25px;
	float: left;
}
.smenu_g, .smenu_d, .smenu_g_o, .smenu_d_o {
	width: 9px;
}
.smenu{
	padding: 3px 0px 0 0px;
	background: transparent url('images/design/m2mc.png') repeat-x;
}
.smenu_g{
	background: transparent url('images/design/m2mg.png') no-repeat;
	background-position:left;
}
.smenu_d{
	background: transparent url('images/design/m2md.png') no-repeat;
	background-position:right;
	margin-right: 25px;
}

.smenu_o{
	padding: 3px 0px 0 0px;
	background: transparent url('images/design/m2bc.png') repeat-x;
}
.smenu_g_o{
	background: transparent url('images/design/m2bg.png') no-repeat;
	background-position:left;
}
.smenu_d_o{
	background: transparent url('images/design/m2bd.png') no-repeat;
	background-position:right;
	margin-right: 25px;
}
.decompte{
	font-size : 120%;
	color:#000000;
}
#corps{
	background-image: url('images/design/corps.png');
	background-repeat:repeat-y;	
	padding: 20px 60px 20px 60px;
}
#bas_de_page{
	background-image: url('images/design/bas_de_page.png');
	background-position: bottom;
	height: 75px;
	text-align:center;
}

/*** cadres ***/
.cadre_message_{
	padding: 10px 10px 10px 45px;
	text-align: justify;
	background-repeat:no-repeat;
	background-position:left center;
	color: #000080;
}
.cadre{
	width: 100%;
	background-repeat:repeat-y;
	background-position:left;
	margin-bottom:20px;
	background-image:url(images/cadre/g.png);
}
.cadre_2{
	background-image:url(images/cadre/d.png);
	background-repeat:repeat-y;
	background-position:right;
}
.entete_cadre{
	background-image:url(images/cadre/h.png);
	background-repeat: repeat-x;
	background-position: top;
}
.entete_cadre_gauche{
	background-image:url(images/cadre/hg.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.entete_cadre_droite{
	background-image:url(images/cadre/hd.png);
	background-repeat:no-repeat;
	background-position:right top;
	color: #fff;
	padding: 4px 20px 0px 20px;
	height : 27px;
}
.footer_cadre{
	background-image:url(images/cadre/b.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.footer_cadre_gauche{
	background-image:url(images/cadre/bg.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.footer_cadre_droite{
	background-image:url(images/cadre/bd.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	height : 14px;
}

.cadre_livre, .formulaire_client {
	background-color:#fdf4d6;
	border: 1px solid #d29773;
	padding: 10px;
	margin-top:15px;
}
.formulaire_client {
	width: 600px;
	margin-left: 150px;
}

.encadre_rouge, .encadre_bleu{
	padding: 4px;
	color:#000000;
	background-repeat:repeat-x;
}
.encadre_rouge{
	border:solid 1px #883634;
	background-color: #ff8d90;
	background-image:url(images/fond_encadre_rouge.png);
}
.encadre_bleu{
	border:solid 1px #363688;
	background-color: #accaff;
	background-image:url(images/fond_encadre_bleu.png);
}

.partie_droite{
	float:right;
	text-align: right;
}
.centre{
	text-align: center;
}

h1,h2,h3,h4,h5,h6{
	color: #000080;
}
h3{
	margin-top: 50px;
	text-align: center;
}
#carte{
	cursor: default;
}
a:link {	color: #d29773; }
a:visited {	color: #d29773; }
a:hover {	color:#666666; }

a{ text-decoration:none; }

/* formulaire */
.msg_et_champ {
	margin-bottom: 6px;
}
.add_msg_left {
	float: left;
	width: 250px;
	text-align: left;
	margin-top: 2px;
	padding-left: 10px;
	height: 23px;
}

.add_msg_right {
	text-align: left;
	height: 25px;
}
.add_text_left {
	float: left;
	width: 250px;
	text-align: left;
	margin-top: 2px;
	padding-left: 10px;
	height: 100px;
}

.add_text_right {
	text-align: left;
	height: 112px;
}
.input.i_text {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 1em;
	border: 1px solid #757575;
	width: 250px;
}

.rouge {
	color: #FF0000;
}
.vert {
	color: #00AA00;
}
.bleu {
	color: #4444FF;
}
.noir {
	color: #000000;
}
.champ {
	width: 320px;
}
.champ_max {
	width: 100%;
}
.page_vide {
	text-align:center;
	font-weight: bold;
	padding: 100px 0 100px 0;
}

.infobulle{
	position: absolute;  
	visibility : hidden;
	background-color:#fdf4d6;
	border: 1px solid #d29773;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
}


a.info{
	position:relative; 
	z-index:24;
	color:#000;
	text-decoration:none;
}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
	display:block; 
	position:absolute;

	top:0px; left:-50px; width:250px;
	background-color:#fdf4d6;
	border: 1px solid #d29773;
	color:#d29773;
	text-align: justify;
	padding:5px;
}

.j, .jj{ 
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	padding: 4px 8px 4px 8px;
	border-radius: 50px; 					/* CSS3 */
	-moz-border-radius: 50px;				/* Pour Firefox */
	-webkit-border-top-right-radius: 50px;	/* Safari, Chrome et autres navigateurs webkit-based */
	-khtml-border-radius: 50px;				/* Konqueror et autres khtml-based browsers */
	/* Rien pour IE ou Opera, mais j'en ai rien à foutre. */
}
.j {
	color: #c46525;
	border:3px solid #c46525;
	background-color:#b91e31;
}
a.jj:link, a.jj:visited {
	color: #444;
	border:3px solid #444;
	background-color:#fdff77;
}
	
a.j:link, a.j:visited {
	color: #444;
	border:3px solid #444;
	background-color:#bbb;
}
a.j:visited, a.jj:visited {
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
a.j:hover, a.jj:hover {
	color: #444;
	border:3px solid #444;
	background-color:#fff;
}

/*
.j {
	font-weight: bold;
	color: #444;
	border:3px solid #444;
	background-color:#ce2e42;
}
a.jj:link {
	background-color:#f8ff82;
}
	
a.j:link,a.jj:link {
	color: #c46525;
	border:3px solid #c46525;
	background-color:#b91e31;
}
a.j:visited,a.jj:visited {
	color: #d29773;
}
a.j:hover,.jj:hover {
	color:#ffa800;
	background-color: #ce2e42;
	border:3px solid #ffa800;
}*/
/*
a.j:link,a.jj:link {
	color: #ffa800;
	border:3px solid #ffa800;
}
a.j:visited,a.jj:visited {
	color: #d29773;
}
a.j:hover,.jj:hover {
	color:#ffa800;
	background-color: #000;
	border:3px solid #ffa800;
}*/
