body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	margin:0px;
	text-align:center;
}

h1 {
	font-size: 14px;
	font-weight:bolder;
	color: #8E004D;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	text-transform:normal;
}

h3 {
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	margin-top:5px;
	margin-left:8px;
	margin-right:0px;
	margin-bottom:15px;
	text-transform:normal;
}

p {
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	font-weight:normal;
	text-align:justify;
}

.mini_module h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bolder;
	color: #8E004D;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	text-transform:none;
	text-align:left;
}

.colonne {
	float:left;
	margin-right:13px;
}

/* ##################################### */
/*
 Modele_1 :
 Modèle avec le menu en colonne de gauche + formulaire express en colonne de droite
Le contenu central restant peut être implémenté dans 1 ou 2 colonnes.
*/
/* ##################################### */

.colonne_xsur1_modele1 {
	text-align:left;
	vertical-align:top;
	width:473px; /* 460 + 13 pour le margin */
}

.colonne_xsur2_modele1 {
	text-align:center;
	vertical-align:top;
	width:230px;
}

/* ##################################### */
/*
 Modele_2 :
 Modèle avec le menu en colonne de gauche
Le contenu central restant peut être implémenté dans 1, 2 ou 3 colonnes.
*/
/* ##################################### */

.colonne_xsur1_modele2 {
	text-align:left;
	vertical-align:top;
	width:795px; /* 760 + 13 + 13 pour les margins */
	
}

.colonne_xsur1_modele2 h1 {
	margin-left:10px;
}

.colonne_xsur1_modele2 h2 {
	color: #8E004D;
	font-weight:normal;
	font-size:11px;
	margin-left:15px;
	margin-bottom:20px;
}

.colonne_xsur2_modele2 {
	text-align:center;
	vertical-align:top;
	width:393px; /* 380 + 13 pour le margin */
}

.colonne_xsur3_modele2 {
	text-align:center;
	vertical-align:top;
	width:253px;
}

/* ##################################### */
/*
 Modele ACCUEIL :
*/
/* ##################################### */

.colonne_contenu {
	text-align:left;
	vertical-align:top;
	width:170px;
}

.colonne_pub_tv {
	text-align:center;
	vertical-align:top;
	width:290px;
}

/* ##################################### */
/*
 Commun à tous les modèles
*/
/* ##################################### */

.colonne_menu {

}

.colonne_formulaire_express {
	text-align:center;
	vertical-align:top;
	width:300px;
}

/* ##################################### */

div.article {
	width:290px;
	height:145px;
	border:solid 2px #8d114d;
	position:relative;
	margin-top:12px;
}

.photo {
	width:150px;
	height:145px;
	text-align:right;
	overflow:hidden;
	float:left;
	position:relative;
}

.photo img {
	position:absolute;
	top:0px;
	right:0px;
}

#article_1 .photo img {
	position:absolute;
	top:-35px;
	right:-30px;
}

#article_2 .photo img {
	position:absolute;
	top:-43px;
}

.texte {
	width:130px;
	height:131px;
	position:relative;
	text-align:left;
	padding:5px;
	float:left;
}

.texte h1 {
	margin-top:0px;
	margin-right:2px;
	margin-bottom:10px;
	font-size:10px;
	font-weight:bold;
	color: #8E004D;
	text-transform:uppercase;
	text-align:left;
}

.texte p {
	font-weight:normal;
	font-size:10px;
	color: #8E004D;
	text-align:left;
	font-style:normal;
}

a.lien_detail {
	position:absolute;
	bottom:0px;
	right:6px;
	font-size:10px;
	color: #8E004D;
	text-decoration:none;
	font-weight:bold;
}

a:hover.lien_detail {
	text-decoration:underline;
}

div.article span.top_left {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    top:-2px;
    left:-2px;
    background-image:url(../images/cadre_coin_hg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div.article span.top_right {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    top:-2px;
    right:-2px;
    background-image:url(../images/cadre_coin_hd.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div.article span.bottom_left {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    bottom:-2px;
    left:-2px;
    background-image:url(../images/cadre_coin_bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div.article span.bottom_right {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    bottom:-2px;
    right:-2px;
    background-image:url(../images/cadre_coin_bd.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

.classic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
}

.page {
	text-align:center;
	vertical-align:top;
	width:100%;
	height:100%;
}

.sitezone {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	margin-top:15px;
}

.sitehead {
	
}

.sitebody {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1000px;
	margin-top:10px;
	overflow:hidden;
}


.bannieres {
	height:65px;
	margin-left:240px;	
	text-align:center;
	overflow:hidden;
}

.banniere_pub {
	float:left;
	overflow:hidden;
}

.num_indigo {
	margin-top:10px;
	background-image:url(../images/indigo1.gif);
	background-repeat:no-repeat;
	height:43px;
	width:248px;
	overflow:hidden;
}

div.carte {
	position:relative;
	background-image:url(../images/carte.gif);
	background-repeat:no-repeat;
	width:300px;
	height:150px;
	letter-spacing:-0.8px;
}

.carte div {
	position:absolute;
	left:150px;
	text-align:center;
}

.carte h1 {
	margin-top:11px;
	margin-bottom:1px;
	margin-left:0px;
	padding:0px;
	font-size:19px;
	text-transform:uppercase;
	color:#8d114e;
	font-weight:bolder;
	font-style:italic;
}

.carte h2 {
	margin-top:1px;
	margin-bottom:5px;
	padding:0px;
	font-size:15px;
	text-transform:normal;
	color:#8d114e;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}

.carte h3 {
	margin-top:12px;
	margin-bottom:2px;
	padding:0px;
	font-size:13px;
	text-transform:uppercase;
	color:#8d114e;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.barre_horizontale_haut  {
	height:52px;
	width:99.9%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	background-image:url(../images/menuhmidd.gif);
	background-repeat:repeat-x;
	background-position:left;
	float:center;
	position:relative;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}



#barre_horizontale_haut span.left
{
    position:absolute;
    width:23px;
    height:52px;
    overflow:hidden;
    bottom:0px;
    left:0px;
    background-image:url("../images/menuhleft.gif");
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#barre_horizontale_haut span.right
{
    position:absolute;
    width:23px;
    height:52px;
    overflow:hidden;
    bottom:0px;
    right:-1px;
    background:url("../images/menuhright.gif");
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

.menu_horizontal_gris {
	width:100%;
	margin-left:217px;
	margin-right:auto;
}

#menu_1 span.left
{
    position:absolute;
    width:12px;
    height:31px;
    overflow:hidden;
    bottom:0px;
    left:-5px;
    background-image:url("../images/gauche1.gif");
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#menu_1  span.right
{
    position:absolute;
	width:12px;
    height:31px;
    overflow:hidden;
    bottom:0px;
    right:-5px;
    background:url("../images/droite1.gif");
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

.menu_horizontal_gris a {
	display:block;
	position:relative;
	float:left;
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	width:auto;
	line-height:31px;
	background-image:url(../images/milieu1.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin-right:16px;
	margin-top:11px;
	padding-left:7px;
	padding-right:7px;
	color:#000000;
	text-decoration:none;
	position:relative;
}

.menu_horizontal_gris a:hover {
	color:#FFFFFF;
}

.menu_vertical_rose {

}

.menu_vertical_rose div {
	line-height:normal;
	overflow:hidden;

}

.menu_vertical_rose a {
	display:block;
	width:154px;
	height:26px;
	margin-bottom:4px;
	padding-left:2px;
	padding-right:2px;
	padding-top:12px;
	padding-bottom:2px;
	font-size: 11px;
	color: #8E004D;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	background-image:url(../images/boutongauche.gif);
	background-repeat:repeat-x;
	background-position:left;
}

.menu_vertical_rose a:hover {
	font-size: 13px;
}

a.somelines {
	padding-top:5px;
	height:33px;
}

.barre_horizontale_bas {
	line-height:30px;
	width:99.9%;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	background-image:url(../images/2.jpg);
	background-repeat:repeat-x;
	background-position:left;
	float:center;
	position:relative;
	text-align:center;
	vertical-align:middle;
	font-size: 10px;
	color: #8E004D;
}

.barre_horizontale_bas  a {
	margin-top:7px;
	font-size: 10px;
	color: #8E004D;
	text-decoration:none;
	font-weight:bold;
}

.barre_horizontale_bas  a:hover {
	text-decoration:underline;
}

#barre_horizontale_bas span.left
{
    position:absolute;
    width:23px;
    height:30px;
    overflow:hidden;
    bottom:0px;
    left:0px;
    background-image:url("../images/1.jpg");
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#barre_horizontale_bas span.right
{
    position:absolute;
    width:22px;
    height:30px;
    overflow:hidden;
    bottom:0px;
    right:-1px;
    background:url("../images/3.jpg");
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

.spacer {
	clear:both;
}
 
.mini_module {
	margin-bottom:10px;
}

span.top_left,span.top_right,span.bottom_left,span.bottom_right {
	margin:0px;
	padding:0px;
}

div#pub_bc {
	position:relative;
	width:290px;
	height:242px;
	border:solid 2px #8E004D;
	text-align:center;
}

div#pub_bc h1 {
	line-height:28px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-image:url(../images/mini_logo_pub.gif);
	background-repeat:no-repeat;
	background-position:3px 1px;
	text-indent:33px;
	background-color:#8E004D;
	font-size:23px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:middle;
}

div#pub_bc object {
	position:absolute;
	bottom:-1px;
	left:0px;
}

div#pub_bc span.top_left {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    top:-2px;
    left:-2px;
    background-image:url(../images/cadre_coinplein_hg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div#pub_bc span.top_right {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    top:-2px;
    right:-2px;
    background-image:url(../images/cadre_coinplein_hd.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div#pub_bc span.bottom_left {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    bottom:-2px;
    left:-2px;
    background-image:url(../images/cadre_coin_bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div#pub_bc span.bottom_right {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    bottom:-2px;
    right:-2px;
    background-image:url(../images/cadre_coin_bd.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

/* ###################################################### */
/* FORMULAIRE EXPRESS */
/* ###################################################### */

div#formulaire_express {
	background-color:#f5e9ef;
	border:solid 2px #8d114d;
	position:relative;
	width:290px;
}

div#formulaire_express form {
	margin-top:5px;
	margin-bottom:5px;
}

div#formulaire_express .info {
	margin-bottom:10px;
	padding:0px;
	font-size:10px;
	color: #8E004D;
	text-align:center;
}

.info a {
	font-size:10px;
	color: #8E004D;
	text-align:center;
	text-decoration:none;
	background-color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #8E004D;
}

.info a:hover {
	font-size:10px;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	background-color:#8E004D;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #8E004D;
}

#formulaire_express span.top_left {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    top:-2px;
    left:-2px;
    background-image:url(../images/cadre_coin_hg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div#formulaire_express span.top_right {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    top:-2px;
    right:-2px;
    background-image:url(../images/cadre_coin_hd.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div#formulaire_express span.bottom_left {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    bottom:-2px;
    left:-2px;
    background-image:url(../images/cadre_coin_bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

div#formulaire_express span.bottom_right {
	position:absolute;
    width:8px;
    height:8px;
    overflow:hidden;
    bottom:-2px;
    right:-2px;
    background-image:url(../images/cadre_coin_bd.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}

#formulaire_express h1 {
	background-color:#FFFFFF;
	background-image:url(../images/fleche.gif);
	background-repeat:no-repeat;
	text-indent:30px;
	background-position:5px 5px;
	font-size: 14px;
	color: #8E004D;
	text-align:left;
	padding-top:7px;
	padding-bottom:7px;
	margin:0px;
	font-weight:bolder; 
}

#formulaire_express label {
	display:block;
	float:left;
	height:21px;
	width:68px;
	vertical-align:middle;
	text-align:left;
	margin-right:6px;
	margin-left:10px;
	padding-top:7px;
	font-weight:bold;
}

#formulaire_express .label_first {
	display:block;
	float:left;
	height:21px;
	width:68px;
	vertical-align:middle;
	text-align:left;
	margin-right:6px;
	margin-left:10px;
	padding-top:4px;
}

#formulaire_express .label_radio {
	display:block;
	float:left;
	height:21px;
	width:20px;
	vertical-align:middle;
	text-align:right;
	margin-right:3px;
	margin-left:3px;
	margin-top:0px;
	font-weight:normal;
}

#formulaire_express .label_adresse {
	display:block;
	float:left;
	height:31px;
	width:68px;
	vertical-align:middle;
	text-align:left;
	margin-right:6px;
	margin-top:5px;
	margin-left:10px;
}

#formulaire_express .label_numero_adresse {
	display:block;
	float:left;
	height:21px;
	width:68px;
	vertical-align:middle;
	text-align:left;
	margin-right:6px;
	margin-left:10px;
	padding-top:7px;
	font-weight:bold;
}

#formulaire_express .label_coemprunteur {
	display:block;
	float:left;
	height:21px;
	width:150px;
	vertical-align:middle;
	text-align:left;
	margin-right:1px;
	margin-top:0px;
	margin-left:10px;
	font-weight:bold;
	
}

#formulaire_express .label_origine {
	display:block;
	float:left;
	width:117px;
	vertical-align:middle;
	text-align:left;
	margin-right:1px;
	margin-top:2px;
	padding-top:0px;
	margin-left:10px;
	font-weight:bold; 
}

#formulaire_express .num_adresse {
	width:65px;
	margin-left:15px;
	margin-right:0px;
	text-align:left;
	float:left;
}

#formulaire_express .voie_adresse{
	width:99px;
	margin-left:5px;
	float:left;
}

#formulaire_express input,textarea {
	width:170px;
	vertical-align:middle;
	text-align:left;
	margin-top:4px;
}

#formulaire_express select {
	width:176px;

	vertical-align:middle;
	text-align:left;
	margin-top:4px;
}

#formulaire_express .frm_classic {
	width:170px;
	vertical-align:middle;
	text-align:left;
}

#formulaire_express .frm_radio {
	float:left;
	width:auto;
	vertical-align:middle;
	text-align:left;
}

#formulaire_express .frm_input_cp {
	float:left;
	width:170px;
	height:20px;
	vertical-align:middle;
	margin-top:10px;
	margin-left:3px;
	margin-right:3px;
}

#formulaire_express .frm_origine {
	width:125px;
	vertical-align:middle;
	text-align:left;
	margin-top:4px;
	font-size:12px;
}

.msgbox_off {
	margin:0px;
}

.msgbox_on {
	background-color:#FFFFFF;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-top:1px;
	padding-bottom:1px;
	color:red;
}

#cible_ville select {
	font-size:12px;
}

.form_item_selected {
	background-color:#ffd700;
}

.etiquette {
	background-color:#8E004D;
	padding:2px;
	color:#FFFFFF;
	font-weight:bold;
}

.texte_mini {
	font-size:8px;
}

div.loading {
	width:100%;
}

.loading  div {
	width:580px;
	height:100px;
	margin-top:15%;
	margin-left:auto;
	margin-right:auto;
}

.loading h1 {
	line-height:68px;
	background-image:url(../images/bcloader.gif);
	background-repeat:no-repeat;
	text-indent:75px;
	font-size:20px;
	color:#8E004D;
	font-weight:bold;
}