/* BALISES GENERALES */
body {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #282928;
	background: #1c1d1c url("../img/design/bg.png") top repeat-x;
}
img {
	border: 0px;
}

/* COULEURS DES MONDES */
.txt-mon-business, div#main3 p .txt-mon-business {
	color: #7761a8;
}
.txt-mes-assurances, div#main3 p .txt-mes-assurances {
	color: #8cd9d6;
}
.txt-mes-finances, div#main3 p .txt-mes-finances {
	color: #a3b877;
}
.txt-ma-planete, div#main3 p .txt-ma-planete {
	color: #9ccf2d;
}
.txt-mes-travaux, div#main3 p .txt-mes-travaux {
	color: #dd6f39;
}
.txt-mon-immobilier, div#main3 p .txt-mon-immobilier {
	color: #f32a19;
}
.txt-mon-auto, div#main3 p .txt-mon-auto {
	color: #838383;
}
.txt-mon-coeur, div#main3 p .txt-mon-coeur {
	color: #99daf9;
}
.txt-ma-famille, div#main3 p .txt-ma-famille {
	color: #ffd119;
}
.txt-mon-corps, div#main3 p .txt-mon-corps {
	color: #ec7383;
}
.txt-home {
	color: #ff6e00;
}
.txt-table {
	color: #008000;
	font-weight: bold ;
}
.bg-mon-business {
	background-color: #7761a8;
}
.bg-mes-assurances {
	background-color: #8cd9d6;
}
.bg-mes-finances {
	background-color: #a3b877;
}
.bg-ma-planete {
	background-color: #9ccf2d;
}
.bg-mes-travaux {
	background-color: #dd6f39;
}
.bg-mon-immobilier {
	background-color: #f32a19;
}
.bg-mon-auto {
	background-color: #838383;
}
.bg-mon-coeur {
	background-color: #99daf9;
}
.bg-ma-famille {
	background-color: #ffd119;
}
.bg-mon-corps {
	background-color: #ec7383;
}
.bg-home {
	background-color: #ff6e00;
}
.bd6-mon-business {
	border: #7761a8 6px solid;
}
.bd6-mes-assurances {
	border: #8cd9d6 6px solid;
}
.bd6-mes-finances {
	border: #a3b877 6px solid;
}
.bd6-ma-planete {
	border: #9ccf2d 6px solid;
}
.bd6-mes-travaux {
	border: #dd6f39 6px solid;
}
.bd6-mon-immobilier {
	border: #f32a19 6px solid;
}
.bd6-mon-auto {
	border: #838383 6px solid;
}
.bd6-mon-coeur {
	border: #99daf9 6px solid;
}
.bd6-ma-famille {
	border: #ffd119 6px solid;
}
.bd6-mon-corps {
	border: #ec7383 6px solid;
}
.bd2-home {
    border: #ff6e00 2px solid;
}
.bd2-mon-business {
    border: #7761a8 2px solid;
}
.bd2-mes-assurances {
    border: #8cd9d6 2px solid;
}
.bd2-mes-finances {
    border: #a3b877 2px solid;
}
.bd2-ma-planete {
    border: #9ccf2d 2px solid;
}
.bd2-mes-travaux {
    border: #dd6f39 2px solid;
}
.bd2-mon-immobilier {
    border: #f32a19 2px solid;
}
.bd2-mon-auto {
    border: #838383 2px solid;
}
.bd2-mon-coeur {
    border: #99daf9 2px solid;
}
.bd2-ma-famille {
    border: #ffd119 2px solid;
}
.bd2-mon-corps {
    border: #ec7383 2px solid;
}
/* VISUELS DES MONDES */
.visuel-mon-business {
	background: url("../img/design/visuels/visuel-mon-business.png") top right no-repeat;
}
.visuel-mes-assurances {
	background: url("../img/design/visuels/visuel-mes-assurances.png") top right no-repeat;
}
.visuel-mes-finances {
	background: url("../img/design/visuels/visuel-mes-finances.png") top right no-repeat;
}
.visuel-ma-planete {
	background: url("../img/design/visuels/visuel-ma-planete.png") top right no-repeat;
}
.visuel-mes-travaux {
	background: url("../img/design/visuels/visuel-mes-travaux.png") top right no-repeat;
}
.visuel-mon-immobilier {
	background: url("../img/design/visuels/visuel-mon-immobilier.png") top right no-repeat;
}
.visuel-mon-auto {
	background: url("../img/design/visuels/visuel-mon-auto.png") top right no-repeat;
}
.visuel-mon-coeur {
	background: url("../img/design/visuels/visuel-mon-coeur.png") top right no-repeat;
}
.visuel-ma-famille {
	background: url("../img/design/visuels/visuel-ma-famille.png") top right no-repeat;
}
.visuel-mon-corps {
	background: url("../img/design/visuels/visuel-mon-corps.png") top right no-repeat;
}
.visuel-home {
	background: url("../img/design/visuels/visuel-home.png") top right no-repeat;
}

/* BALISES MISE EN FORME DU TEXTE */
h1 {
	margin: 0px;
	color: #ff6e00;
	font-size: 180%;
	font-weight: normal;
}
a {
	color: #2ac7f4;
}
h2 {
	margin: 0px;
	padding-left: 4px;
	font-size: 150%;
	color: white;
}
h3 {
	margin: 0px;
	color: #ff6e00;
	font-size: 160%;
	text-decoration: underline;
}
h4 {
	margin: 20px 0px 0px 0px;
	color: black;
	font-size: 120%;
}
p {
	margin: 10px 0px;
}
.gris {
	color: #818181;
}
.gris2 {
	color: #646360;
}
.gras {
	font-weight: bold;
}
.douze {
	font-size: 83%;
}
.trente {
	font-size: 230%;
}
.dixhuit {
	font-size: 135%;
}
.vingtquatre {
	font-size: 180%;
}
.quinze {
	font-size: 115%;
}
.violet {
	background: #7761a8;
}
.violetf {
	color: #7761a8;
}
.rouge {
	background: #ea2222;
}
.black {
	color: black;
}
.recherche-font {
	font-size: 160%;
	/*color: #757373;*/
}
.obligatoire {
	color: #afafaf;
	font-style: italic;
	font-size: 80%;
}
.souligne {
	text-decoration: underline;
}
.reussi {
	color: green;
}
.centre {
	text-align: center;
}

/* CONTENEUR PRINCIPAL */
div#withpub {
	overflow: hidden;
	margin: 0px auto;
	width: 1140px;
}
div#conteneur {
	float: left;
	overflow: hidden;
	margin: 0px auto;
	width: 1020px;
}

/* CONTENEUR CONNEXION + INSCRIPTION */
div#login {
	margin-left: 508px;
	padding: 0px 8px 0px 7px;
	height: 46px;
	font-size: 105%;
	color: #dcdcdc;
}
div#connexion {
	overflow: hidden;
	float: left;
	margin-right: 2px;
	padding: 5px 10px 0px 10px;
	width: 288px;
	height: 41px;
	/*background: url("../img/design/bg-login.png") repeat-x;*/
}
div#connexion a {
	color: #cccccc;
	text-decoration: none;
}
div#connexion a:hover, div#connexion a:active, div#connexion a:focus {
	text-decoration: underline;
}
div#inscription {
	overflow: hidden;
	float: left;
	padding: 5px 10px;
	width: 167px;
	height: 36px;
	color: #575957;
	background: url("../img/design/bg-login.png") repeat-x;
}
div#inscription a {
	color: #cccccc;
}
div#mot-de-passe-oublie {
	float: left;
	margin-left: 15px;
	margin-top: 7px;
	text-align: left;
}
div#mot-de-passe-oublie a {
	color: #8d8d8d;
	text-decoration: none;
}

/* ESPACE PUB VERTICAL DROIT */
div#pub-droite {
	position: relative;
	top: 210px;
	float: right;
	width: 120px;
}
div#pub-droite p {
	float: left;
	margin: 0px;
	padding-right: 10px;
	font-size: 80%;
	color: #c1c1c1;
}

/* CONTENEUR HEADER : LOGO + ACCROCHE + VISUEL MONDE + MENU */
div#header {
	margin: 0px auto;
	height: 179px;
	background: url("../img/design/bg-header.png") bottom no-repeat;
}
img#vip-world-logo {
	display: block;
	float: left;
	position: relative;
	top: 74px;
	left: 22px;
	border: 0px;
	width: 273px;
	height: 91px;
}
div#header-right {
	float: right;
	padding-right: 7px;
	width: 717px;
	height: 179px;
}
div#header-accroche {
	overflow: hidden;
	float: left;
	margin: 55px 0px 5px 10px;
	width: 543px;
	height: 55px;
	font-size: 110%;
	letter-spacing: -1px;
	font-style: italic;
}
img#guillemet-ouvre, img#guillement-ferme {
	width: 22px;
	height: 15px;
}
ul#menu {
	float: right;
	margin: 0px;
	padding: 0px 14px 6px 3px;
	width: 699px;
	height: 46px;
	list-style-type: none;
	background: url("../img/design/bg-menu.png") no-repeat;
}
ul#menu li {
	float: left;
}
ul#menu a {
	color: white;
	text-decoration: none;
}
ul#menu a:hover, ul#menu a:active, ul#menu a:focus {
	color: #ffb300;
}
ul#menu li:hover div#sousmenu-membres, ul#menu li:hover div#sousmenu-partenaires, ul#menu li:hover div#sousmenu-je-voudrais, ul#menu li:hover div#sousmenu-vip-world, ul#menu li:hover div#sousmenu-recrutement, ul#menu li:hover div#sousmenu-annoncer-sur-le-site {
	display: block;
}
div#sousmenu-membres, div#sousmenu-partenaires, div#sousmenu-je-voudrais, div#sousmenu-vip-world, div#sousmenu-recrutement, div#sousmenu-annoncer-sur-le-site {
	display: none;
	position: absolute;
	margin-top: 45px;
	margin-left: -3px;
	padding: 15px 0px 10px 0px;
	color: white;
	font-size: 105%;
	background: url("../img/design/bg-sousmenu.png");
	z-index: 1000;
}
.sousmenu-der {
	margin-left: -161px;
}
div#sousmenu-membres ul, div#sousmenu-partenaires ul, div#sousmenu-je-voudrais ul, div#sousmenu-vip-world ul, div#sousmenu-recrutement ul, div#sousmenu-annoncer-sur-le-site ul {
	margin: 0px;
	padding: 0px 22px 0px 26px;
	list-style-image: url("../img/design/puce-sousmenu.png");
}
div#sousmenu-membres ul li, div#sousmenu-partenaires ul li, div#sousmenu-je-voudrais ul li, div#sousmenu-vip-world ul li, div#sousmenu-recrutement ul li, div#sousmenu-annoncer-sur-le-site ul li {
	float: none;
	padding: 5px 0px;
}
img#menu-accueil {
	width: 75px;
	height: 46px;
}
img#menu-membres {
	width: 82px;
	height: 46px;
}
img#menu-partenaires {
	width: 97px;
	height: 46px;
}
img#menu-je-voudrais {
	width: 95px;
	height: 46px;
}
img#menu-vip-world {
	width: 86px;
	height: 46px;
}
img#menu-recrutement {
	width: 106px;
	height: 46px;
}
img#menu-annoncer-sur-le-site {
	width: 158px;
	height: 46px;
}

/* CONTENEUR CONTENU PAGE (DIVs DE MISE EN FORME) */
div#main { /* tout le cadre */
	margin: 0px auto;
	padding: 0px 21px 0px 23px;
	background: url("../img/design/bg-main.png") repeat-y;
}
div#main2 { /* hauteur minimum de 800 pixels */
	/*min-height: 800px;*/
}
div#fleche_gauche { /*fleche de navigation des prestataires*/
    position: relative;
    float:left;
    height: 200px; 

}
div#fleche_gauche form { /*fleche de navigation des prestataires*/  
    position: absolute;
    top:50%;
    height: 43px;
    margin-top: -21px;
    padding-left: 40px;
}
div#bouton-interaction-prestataire{
    float: left;
    width: 170px;
}
div#fleche_droite { /*fleche de navigation des prestataires*/  
    position: relative;
    float:right; 
}
div#main3 { /* marges haute, droite et gauche */
	overflow: hidden;
	margin: 0px 66px 0px 66px;
	padding-top: 45px;
}
div#main3 p {
	margin: 0px 0px 0px 20px;
	text-align: justify;
}
div#main3 p a, table a, div#reponse a {
	color: #2ac7f4;

}
div#main3 ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 15px;;
}
div#main4 { /* marge gauche de 115 pixels */
	overflow: hidden;
	margin-left: 115px;
}
div#main5 { /* cadre gris avec marge interne de 10 pixels */
	overflow: hidden;
	margin-top: 20px;
	padding: 10px;
	background: #f8f6f7;
	clear: both;
}
div#main6 {
	overflow: hidden;
	padding: 0px 10px;
	clear: both;
}
div#main7 p { /* main7 -> base utilis�e pour les conditions g�n�rales */
	margin: 10px 0px 10px 50px;
	padding-left: 50px;
}
div#main7 .glossaire {
	margin: 30px 0px 30px 50px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
	text-align: center;
}

div#main7 table {
	border-color: #ff6e00;
}
div#main7 th {
	border-color: #ff6e00;
	background-color: #ff6e00;
color: white;
}
div#main7 tr {
	border-color: #ff6e00;
}
div#main7 td {
	border-color: #ff6e00;
}

div#main7 .titre {
	margin: 30px 0px 10px 50px;
	padding-left: 0px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
div#main7 .titre2 {
	margin: 30px 0px 10px 50px;
	padding-left: 0px;
	font-weight: bold;
	color: black;
}
div#main7 ul {
	margin: 10px 0px 10px 70px;
	padding-left: 50px;
}
div#main7 ol {
	margin: 10px 0px 10px 70px;
	padding-left: 50px;
}
div#main7 ul#questions-prealables li {
	margin: 10px 0px;
}
div#main8 { /* main8 -> base utilis�e pour les pages prestataires (offres min, inter et max) */
	overflow: hidden;
	margin-bottom: 10px;
	padding: 1px;
	border: #c8c6c6 1px solid;
}
div#main8 p {
	margin: 10px 20px;
}
.divmain8g {
	float: none;
}
.divmain8d {
	float: right;
	margin: 0px 0px 10px 20px;
	width: 280px;
}
div#main8 p img {
	width: 256px;
	height: 200px;
}
div#main8 .photo-centrale {
	margin: 0px 16px;
}
div#main8 p#exclu-vip {
	position: relative;
	right: 16px;
	padding: 10px 15px;
	width: 209px;
}
div#main8 .exclu-devenir-membre {
	display: block;
	text-align: right;
}
div#bottom-prestataire {
	overflow: hidden;
	background: url("../img/design/bg-bottom-prestataire.png") repeat-y;
}
div#border-bottom-prestataire {
	overflow: hidden;
	background: url("../img/design/border-bottom-prestataire.png") bottom center no-repeat;
}
div#prestations {
	float: left;
	padding: 1px 2px;
	border-top: #c8c6c6 1px solid;
	width: 534px;
}
div#prestations2 {
	float: left;
	padding: 1px 2px;
	width: 534px;
}
div#tarifs {
	float: right;
	padding: 1px 2px;
	border-top: #c8c6c6 1px solid;
	width: 274px;
}
div#tarifs2 {
	clear: right;
	float: right;
	padding: 1px 2px;
	width: 274px;
}
div#prestations p, div#tarifs p {
	margin: 10px 20px;
}
div#prestations2 p, div#tarifs2 p {
	margin: 0px 20px 10px 20px;
}
.top-dotted {
	border-top: black 1px dotted;
}
div#header-prestataire {
	overflow: hidden;
	margin: 0px 16px 10px 66px;
	background: url("../img/design/nuages.png") top right no-repeat; 
}
img#logo-prestataire {
	float: left;
	margin-top: 40px;
	margin-right: 20px;
	width: 170px;
	height: 170px;
}
div#header-prestataire p {
	margin: 0px 0px 10px 0px;
	color: black;
}
div#header-prestataire p a {
	color: #2ac7f4;
}
img#vip-label-monde {
	float: left;
	margin-right: 8px;
	width: 53px;
	height: 55px;
}
div#desc-prestataire {
	float: left;
	margin-top: 40px;
	width: 460px;
}
div#interaction-prestataire {
	float: right;
	width: 240px;
}
div#interaction-prestataire img#contact-fichepresta {
	margin: 0px 0px 0px 16px;
	width: 150px;
	height: 26px;
}
div#interaction-prestataire .fiche-bi {
	padding-top: 45px;
}
div#interaction-prestataire img#contact-fichepresta2 {
	margin: 6px 0px 0px 16px;
	width: 150px;
	height: 26px;
}
div#vip-label-infobulle {
	display: none;
	position: absolute;
	margin-top: 30px;
	margin-left: 55px;
	padding: 5px;
	width: 370px;
	color: white;
}
.pflottant {
	float: left;
	margin-right: 14px;
	width: 350px;
}
.pflottant2 {
	float: left;
	margin-right: 14px;
	margin-left: 10px;
	width: 330px;
}
.overflowhidden {
	overflow: hidden;
}
.clearfloat {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
div#main2 .no-padding-top {
	padding-top: 0px;
}
img#fil-ariane-panier {
	margin-bottom: 30px;
}
div#offre-de-lancement {
	overflow: hidden;
	margin: 30px auto;
	padding: 15px 40px 15px 60px;
	width: 533px;
	height: 68px;
	background: url("../img/design/offre-promotionnelle-bulle.png") center center no-repeat;
}
table#tbl-panier {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 708px;
}
tabl#tbl-panier tr {
	margin: 0px;
	padding: 0px;
}
table#tbl-panier td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: black 1px solid;
}
.retrait {
	margin-left: 50px;
}

/* CONTENEUR CONTENU PAGE (PAGE D'ACCUEIL) */
div#articles {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 1px 1px 10px 1px;
	border: #c8c6c6 1px solid;
}
div#articles img.visuel {
	float: left;
	margin: 0px 55px 10px 9px;
	width: 244px;
	height: 213px;
}
div#articles p {
	margin-right: 9px;
	margin-left: 9px;
}
div#articles p.titre {
	font-size: 180%;
}
div#articles p.lirelasuite {
	text-align: center;
}
div#articles p.lien {
	font-size: 160%;
	text-align: center;
}
div#articles p.lien a {
	color: #757373;
}

div#main-flash {
	margin-bottom: 20px;
	padding: 0px 1px 1px 1px;
	border: #c8c6c6 0px solid;
}
div#img-flash {
	margin-top: 1px;
	width: 700px;
	height: 280px;
	float: left;
}
div#recherche {
	overflow: hidden;
	margin-bottom: 20px;
	min-height: 150px;
}
div#trois-raisons  {
    float: left;
    width: 972px;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.65em;
    margin-bottom: 10px;
}
div#login-middle {
	float: left;
	width: 416px;
}
div#login-middle img {
	display: block;
    float:left;
	margin-left: 5px;
	border: 0px;
}
div#login-prestataire {
	float: right;
	padding: 0px 0px 0px 0px;
	width: 280px;
    text-align: center; 
}
div#login-membre {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 280px;
    text-align: center;
}
div#btn_inscription {
margin-top: 5px;
}
div#recherche .bg-recherche-home, div#recherche .bg-recherche-home {
	background: #ff6e00 url("../img/design/bg-recherche.png") top repeat-x;
}
div#recherche .bg-recherche-mon-business, div#recherche .bg-recherche-mon-business {
	background: #7761a8 url("../img/design/bg-recherche-mon-business.png") top repeat-x;
}
div#recherche .bg-recherche-mon-immobilier, div#recherche .bg-recherche-mon-immobilier {
	background: #f32a19 url("../img/design/bg-recherche-mon-immobilier.png") top repeat-x;
}
div#recherche .bg-recherche-mes-travaux, div#recherche .bg-recherche-mes-travaux {
	background: #dd6f39 url("../img/design/bg-recherche-mes-travaux.png") top repeat-x;
}
div#recherche .bg-recherche-mes-finances, div#recherche .bg-recherche-mes-finances {
	background: #a3b877 url("../img/design/bg-recherche-mes-finances.png") top repeat-x;
}
div#recherche .bg-recherche-mes-assurances, div#recherche .bg-recherche-mes-assurances {
	background: #8cd9d6 url("../img/design/bg-recherche-mes-assurances.png") top repeat-x;
}
div#recherche .bg-recherche-mon-auto, div#recherche .bg-recherche-mon-auto {
	background: #838383 url("../img/design/bg-recherche-mon-auto.png") top repeat-x;
}
div#recherche .bg-recherche-ma-planete, div#recherche .bg-recherche-ma-planete {
	background: #9ccf2d url("../img/design/bg-recherche-ma-planete.png") top repeat-x;
}
div#recherche .bg-recherche-mon-corps, div#recherche .bg-recherche-mon-corps {
	background: #ec7383 url("../img/design/bg-recherche-mon-corps.png") top repeat-x;
}
div#recherche .bg-recherche-mon-coeur, div#recherche .bg-recherche-mon-coeur {
	background: #99daf9 url("../img/design/bg-recherche-mon-coeur.png") top repeat-x;
}
div#recherche .bg-recherche-ma-famille, div#recherche .bg-recherche-ma-famille {
	background: #ffd119 url("../img/design/bg-recherche-ma-famille.png") top repeat-x;
}
div#page {
	overflow: hidden;
}
div#actus-liens {
	float: left;
	padding: 1px 1px 11px 1px;
	border: #c8c6c6 1px solid;
	width: 262px;
}
div#actus-liens p {
	overflow: hidden;
	margin: 4px 0px;
	padding: 0px 15px 0px 19px;
	color: black;
	text-align: justify;
}
div#actus-liens img {
	float: right;
	border: 0px;
	width: 101px;
	height: 24px;
}
div#actus-liens ul, div#page-annonce ul {
	margin: 4px 0px 12px 0px;
	padding: 0px 15px 0px 50px;
	list-style-image: url("../img/design/puce-actus-liens.png");
}
div#actus-liens ul a, div#page-annonce ul a {
	color: #2ac7f4;
	text-decoration: none;
}
div#page-annonce {
	float: right;
	border: #c8c6c6 1px solid;
	width: 687px;
	min-height: 360px;
}
div#page-annonce p {
	padding: 0px 20px;
}
div#subpage-annonce {
	margin: 0px 14px 0px 14px;
}
img#image-annonce {
	float: left;
	margin: 0px 20px 10px 0px;
	width: 322px;
	height: 284px;
}
div#subpage-annonce p {
	float: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: justify;
}
div#subpage-annonce .lien-article a {
	font-size: 160%;
	color: #757373;
}
div#subpage-annonce .lien-article a:hover {
	text-decoration: none;
}
img#contacter-ce-prestataire {
	margin-right: 35px;
	width: 143px;
	height: 25px;
}
img#lire-la-suite2 {
	width: 101px;
	height: 24px;
}

/* CONTENEUR PUBLICITE */
div#publicite {
	height: 144px;
}
div#publicite p {
	float: left;
	margin: 0px;
	padding-right: 10px;
	margin-top: 102px;
	margin-left: 75px;
	font-size: 80%;
	color: #c1c1c1;
	background: url("../img/design/puce-publicite.png") center right no-repeat;
}
div#publicite div {
	float: right;
	margin-top: 27px;
	margin-right: 109px;
}
div#publicite .ppub468 {
	float: left;
	margin: 0px;
	padding-right: 10px;
	margin-top: 87px;
	margin-left: 205px;
	font-size: 80%;
	color: #c1c1c1;
	background: url("../img/design/puce-publicite.png") center right no-repeat;
}
div#publicite .imgpub468 {
	float: right;
	margin-top: 42px;
	margin-right: 239px;
}

/* FOOTERS */
div#footer {
	margin: 0px auto;
	padding: 0px 7px;
	background: url("../img/design/bg-main.png") repeat-y;
}
div#footer-ombre {
	float: left;
	margin: 0px auto;
	width: 1020px;
	height: 12px;
	background: url("../img/design/footer-ombre.png") no-repeat;
}
/* FOOTER QUESTIONS AUX PROS : ENTETE + FORMULAIRES */
div#questions-professionnels {
	height: 262px;
	color: white;
	background: url("../img/design/bg-questions-professionnels.png") no-repeat;
}
div#footer-entete {
	overflow: hidden;
	height: 100px;
}
div#footer-entete p {
	float: left;
	margin: 0px;
	padding-top: 19px;
	width: 650px;
	text-align: right;
}
div#footer-entete img {
	position: relative;
	top: 5px;
	left: 20px;
}
div#footer-entete a {
	color: #2ac7f4;
	text-decoration: none;
}
div#footer-formulaires {
	overflow: hidden;
	height: 162px;
}
img#fleche-precedent {
	width: 21px;
	height: 42px;
}
img#fleche-suivant {
	width: 21px;
	height: 42px;
}
div#footer-formulaires p {
	margin: 0px;
}
img#photo-pro {
	float: left;
	position: relative;
	top: 9px;
	left: 7px;
	width: 80px;
	height: 81px;
}
p#desc-pro {
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	width: 180px;
	clear: both;
}
div#bg-textarea {
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
	padding-top: 5px;
	width: 199px;
	height: 68px;
	background: url("../img/design/bg-footer-formulaires.png") no-repeat;
}
/* FOOTER PARTIE BASSE : CONTACT, etc */
div#footer-bas {
	overflow: hidden;
	padding-top: 25px;
	height: 185px;
	background: url("../img/design/bg-footer.png") no-repeat;
}
div#footer-contact {
	overflow-x: hidden;
	float: left;
	padding: 0px 10px 0px 25px;
	width: 295px;
}
/*
div#footer-centre {
	float: left;
	padding-left: 48px;
	width: 291px;
}
div#footer-centre p {
	margin: 0px;
}
div#footer-centre p a {
	color: white;
}*/
div#footer-mots-cles {
	float: left;
	padding: 10px 0px 0px 40px;
	width: 600px;
	text-align: justify;
	color: white;
	font-size: 1.2em;
}

div#footer-mots-cles p {
	margin:0;
	padding:0;
}

div#footer-mots-cles a {
	color: white;
	text-decoration: none;
	font-size: 1.2em;
}

div#footer-mots-cles .contact {
	margin-top: 10px;
	text-align: right;
}

div#footer-contact a {
	color: white;
	text-decoration: none;
	font-size: 1.2em;
}

p#vip-label {
	padding-bottom: 2px;
}
p#vip-label img {
	margin: 0px 7px 0px 3px;
	width: 54px;
	height: 53px;
	vertical-align: middle;
}
p#vip-evaluation {
	padding-bottom: 13px;
}
p#vip-evaluation img {
	margin-right: 4px;
	width: 60px;
	height: 30px;
	vertical-align: middle;
}
p#vip-boite-a-idees img {
	margin: 0px 13px 0px 9px;
	width: 42px;
	height: 30px;
	vertical-align: middle;
}
/* FOOTER MENTIONS */
div#mentions {
	float: left;
	margin: 0px auto;
	width: 1020px;
	text-align: center;
}
div#mentions a {
	color: #cccccc;
}

/* FORMULAIRES (ATTENTION A L'ORDRE - h�ritage) */
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* FORMULAIRE CONNEXION */
input[type="text"], input[type="password"] {
	margin-right: 6px;
	padding-right: 5px;
	padding-left: 5px;
	border: black 1px solid;
	width: 108px;
	height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00222a;
	font-size: 100%;
	vertical-align: top;
}
input#submit {
	width: 33px;
	height: 26px;
}
/* FORMULAIRE RECHERCHE (PAGE D'ACCUEIL) */
select {
	margin-bottom: 17px;
	margin-left: 2px;
	padding-left: 5px;
	border: black 1px solid;
	width: 288px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00222a;
	font-size: 100%;
}
input#bt-rechercher {
	margin-bottom: 15px;
	margin-left: 98px;
	width: 196px;
	height: 41px;
}
/* FORMULAIRES FOOTER (QUESTIONNER DES PROS) */
div#footer-formulaires form {
	overflow: hidden;
	position: relative;
	float: left;
	width: 300px;
	height: 162px;
}
form#footer-form1 {
	left: 22px;
}
form#footer-form2 {
	left: 32px;
}
form#footer-form3 {
	left: 42px;
}
div#footer-formulaires form#prosuivant {
	top: 30px;
	right: 18px;
	float: right;
	width: 21px;
	height: 42px;
}
div#footer-formulaires form#proprecedent {
	top: 30px;
	left: 18px;
	float: left;
	width: 21px;
	height: 42px;
}
div#footer-formulaires textarea {
	float: right;
	padding: 0px 5px 0px 20px;
	border: 0px;
	width: 164px;
	height: 63px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
	font-size: 100%;
}
input#footer-bt-envoyer {
	float: right;
	position: relative;
	top: 10px;
	right: 7px;
	width: 97px;
	height: 31px;
}
/* FORMULAIRE INSCRIPTION MEMBRE */
form#formulaire-membre {
	margin-top: 30px;
	margin-left: 10px;
}
form#formulaire-membre p {
	overflow: hidden;
	clear: both;
	margin: 13px 0px;
	padding: 0px;
}
form#formulaire-membre label {
	float: left;
	padding-right: 5px;
	width: 275px;
}
form#formulaire-membre label#label-checkbox {
	float: right;
	width: 770px;
}
form#formulaire-membre input[type="text"], form#formulaire-membre input[type="password"] {
	margin: 0px;
	border: #afafaf 1px solid;
	width: 274px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
form#formulaire-membre input#photo {
	margin: 0px;
	border: #afafaf 1px solid;
	width: 286px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
form#formulaire-membre input#adresse, form#formulaire-membre input#complement-adresse, form#formulaire-membre input#sujet-message {
	width: 475px;
}
form#formulaire-membre textarea {
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border: #afafaf 1px solid;
	width: 495px;
	height: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
form#formulaire-membre select {
	margin: 0px;
	padding-left: 5px;
	border: #afafaf 1px solid;
	width: 286px;
}
form#formulaire-membre input#submit {
	margin-top: 30px;
	width: 269px;
	height: 46px;
}
form#formulaire-membre div#offres {
	overflow: hidden;
	margin: 50px auto;
	width: 730px;
	text-align: center;
}
form#formulaire-membre div#offres div#offre1 {
	float: left;
	padding: 30px 0px;
	width: 350px;
	background: #f8f6f7;
}
form#formulaire-membre div#offres div#offre2 {
	float: right;
	padding: 30px 0px;
	width: 350px;
	background: #f8f6f7;
}
form#formulaire-membre div#offres p {
	clear: none;
	margin: 30px auto;
	text-align: center;
}
form#formulaire-membre input#preciser {
	display: none;
	width: 150px;
}
div#liste-metiers {
	position: relative;
	left: 280px;
	overflow: visible;
	display: none;
	padding: 5px;
	border: #afafaf 1px solid;
	width: 540px;
	font-size: 90%;
}
fieldset.bordure {
	margin: 15px 0px;
	padding: 15px;
	border: 1px solid #ff6e00;
}
fieldset.bordure legend {
	padding: 0px 5px;
	color: white;
	background: #ff6e00;
}

.erreur {
	color: #fb0939;
	font-style: italic;
	font-size: 80%;
}
.erreur-connexion {
	margin-left: 522px;
	color: #fb0939;
	font-style: italic;
	font-size: 80%;
}
.erreur2 {
	color: #fb0939;
	font-style: italic;
	font-size: 120%;
}
.erreur-input {
	background-color: #ff908f;
}

.vignette-monde{
    float:left;
    margin-right: 2px;
}





#home {
	background-color: #FFF;
}

.home_box {
	float: left;
	width: 276px;
	margin-right: 10px;
}

.first_box {
	margin-left: 60px;
}

#home_accroche {
	margin-left: 150px;
	line-height: 70px;
}

div#header-accroche-home {
	float: left;
	margin: 55px 0px 5px 10px;
	width: 543px;
	height: 55px;
	font-size: 110%;
	letter-spacing: -1px;
	font-style: italic;
}

.clear {
	clear: both;
}

#info_connexion {
	text-align: right;
	color: #FFF;
}


.accroche1 {
	margin: 0;
	text-align: center;
	color: #ff7000;
	font-size: 2em;
	margin-top: 90px;
	font-style: italic;
}
.accroche2 {
	margin: 0;
	text-align: center;
	font-style: italic;
	font-size: 1.5em;
	color: #333;
}
.accroche3 {
	margin: 0;
	text-align: center;
	font-style: italic;
	color: #333;
}

#monde-col-right {
	float: left;
	width: 700px;
	margin-bottom: 30px;
}

#monde-col-left {
	float: left;
	width: 272px;
}

#monde-col-left ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#monde-col-left ul li {
	list-style-type: none;
}

#monde-col-left ul li a {
	color: #FFF;
	display: block;
	width: 220px;
	margin: 2px;
	text-decoration : none;
	padding: 0 0 0 10px;
	line-height: 22px;
	font-size: 1.1em;
}

.cadre-perso {
	-moz-border-radius: 8px; 
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;

  	-moz-box-shadow: 1px 1px 13px #999;  
  -webkit-box-shadow: 1px 1px 13px #999;  
  box-shadow: 1px 1px 13px #999; 
}

.cadre-left h2 {
	color: #333;
}

.cadre-left {
	float: left;
	width: 250px;
}

.cadre-right {
	float: left;
	width: 400px;
}

.cadre-left ul {
	padding: 20px 0 0 10px;
	margin:0;
}

.cadre-left ul li {
	list-style-type: none;
	text-align: center;
	margin-bottom: 5px;
}

.cadre-left ul li a {
	color: #333;
	line-height: 20px;
	font-size: 1.2em;
}
/*
#slideshow {
	background: url(/img/design/groom.png) no-repeat left top;
	min-height: 280px;
}
*/
#slideshow .slide h2 {
	padding-top: 75px;
	padding-left: 140px;
}

#slideshow .slide p {
	color: #333;
	font-size: 1.1em;
	padding-top: 10px;
	float: left;
	width:120px;
}



#slideshow {
	margin:0 auto;
	width:650px;
	height:280px;
	position:relative;
	background: url(/img/design/groom.png) no-repeat 30px top;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:570px;
  height:280px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:550px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:280px;
}

#slideshow .slide p.first {
	padding-left: 150px;
	width: 180px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/img/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/img/control_right.png) no-repeat 0 0;
}

.vignette {
	width: 159px;
	height:165px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	/*padding-left: 50px;*/
	padding-top: 5px;
	font-size: 1.2em;
	text-align: center;
	padding-right: 16px;
}

#login_form {
	width: 250px;
	margin: auto;
}

#login_form label {
	display: block;
}

#login_form input {
	height: 25px;
	border: 1 px solid #333;
	background-color: #FFF;
	color: #999999;
	font-style: italic;
	width: 200px;
	-moz-border-radius: 3px; 
  	-webkit-border-radius: 3px; 
  	border-radius: 3px;
}

#login_form input.checkbox {
	width: 20px;
}


#login_form button {
	width: 100px;
	height: 30px;
	border: none;
	color: #FFF;
	background-color: #333;
	font-size: 1.1em;
	margin-left: 120px;
}

.monde-cadre-title {
	margin: 0;
	padding-left: 4px;
	font-size: 150%;
	color: #fff;
}

.monde-cadre-title a {
	text-decoration: underline;
	color: #FFF;
}

.slide {
	cursor: pointer;
	background: url(/img/entrer.png) no-repeat bottom right;
}

#offre1 h2, #offre2 h2 {
	font-weight: normal;
	margin: 10px 0 10px 0;
}