﻿/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link, :visited
{
	text-decoration: none;
}

/* no list-markers by default, since lists are used more often for semantics */
ol
{
	list-style: none;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code
{
	font-size: 1em;
}

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input
{
	margin: 0;
	padding: 0;
}

/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img
{
	border: none;
}

/* de-italicize address */
address
{
	font-style: normal;
}

/* more varnish stripping as necessary... */

body
{
	margin: 0px;
	background-color: #000;
	line-height: 20px;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}
html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

table
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

#scroller
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto; /*------------------------------------------------------------------------------ ICI */
	z-index: 2;
	top: 1px;
}

legend
{
	color: #000000;
}


.titre
{
	font-size: 16px;
}

.GrandTitre
{
	font-size: 18px;
}

.texteBlanc
{
	color: #FFF;
}

.petitTexte
{
	font-size: 11px;
}



a
{
	text-decoration: underline;
	color: #FFF;
	font-size: 1.15em;
}

a:hover
{
	text-decoration: none;
	color: #333;
}
a.deconnection
{
	font-size: 13px;
	color: #6A543C;
}
a:hover.deconnection
{
	font-size: 13px;
	color: #000;
}

h1
{
	/*color:#1F5657;*/
	font-size: 24px;
	font-weight: 400;
}

h2
{
	/*color:#1F5657;*/
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}
h3
{
	font-size: 30px;
	color: #FFF;
	font-weight: normal;
}
h4
{
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}
h5
{
	background-color: #184141;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: normal;
}
h5.titre_rose
{
	background-color: #D14596;
	font-size: 16px;
	color: #FFF;
}
h5.titre_vert
{
	background-color: #6A8D00;
	font-size: 16px;
	color: #FFF;
}

h5.titre_turquoise
{
	background-color: #20C1C1;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}

h6
{
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	display: inline;
}

#background
{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#header
{
	color: #FFF;
	height: 125px;
	background-image: url(../images/bg.png);
	margin-top: 5%;
}

#logo
{
	height: 125px;
	background-image: url(../images/Header_fioriture.png);
	background-repeat: no-repeat;
	border: 0px;
}

#menu
{
	height: 19px;
	background-image: url(../images/fondMenu.jpg);
	background-repeat: no-repeat;
	background-color: #81AC00;
	padding-left: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu a
{
	color: #000;
	font-size: 13px;
	font-weight: 400;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#menu a:hover
{
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
	padding-left: 5px;
	padding-right: 5px;
}

#sous_menu
{
	height: 26px;
	padding-left: 23px;
	padding-top: 4px;
}
#sous_menu_vert
{
	height: 35px;
	padding-left: 23px;
	padding-top: 4px;
}

.s_m_bleu
{
	background-image: url(../images/bg_sous_menu_bleu.png);
	background-repeat: repeat-x;
}

.s_m_vert
{
	background-image: url(../images/bg_sous_menu_vert.png);
}

.s_m_rose
{
	background-image: url(../images/bg_sous_menu_rose.png);
	background-repeat: repeat-x;
}

#sous_menu a
{
	color: #FFF;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 400;
	text-decoration: none;
}
#sous_menu a:hover
{
	color: #000;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 400;
}
#sous_menu_vert a
{
	color: #FFF;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 400;
}
#sous_menu_vert a:hover
{
	color: #000;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 400;
}

#conteneur
{
	width: 868px;
}

#bleu
{
	background-image: url(../images/bg_content_bleu.png);
	background-repeat: repeat-y;
	margin-left: 110px;
}

#vert
{
	background-image: url(../images/bg_content_vert.png);
	background-repeat: repeat-y;
	margin-left: 110px;
	color: #000;
}

#rose
{
	background-image: url(../images/bg_content_rose.png);
	background-repeat: repeat-y;
	margin-left: 110px;
	color: #000;
}

#beige
{
	background-image: url(../images/bg_content_beige.png);
	background-repeat: repeat-y;
	margin-left: 110px;
}
#bleu input
{
}

.fleur_bleu
{
	background-image: url(../images/fleur_bleu.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 357px;
	padding-bottom: 85px;
}

.fleur_vert
{
	background-image: url(../images/fleur_vert.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 338px;
	padding-bottom: 85px;
}

.fleur_rose
{
	background-image: url(../images/fleur_rose.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 338px;
	padding-bottom: 85px;
}

.fleur_beige
{
	background-image: url(../images/fleur_beige.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 338px;
	padding-bottom: 85px;
}

.fleur_accueil
{
	background-image: url(../images/fleur_accueil.png);
	background-repeat: no-repeat;
}

#accueil
{
	background-image: url(../images/bg_content_accueil.png);
	background-repeat: repeat-y;
	margin-left: 110px;
	color: #000;
}



#colonne_gauche
{
	float: left;
	width: 380px;
	margin-bottom: 20px;
}

#colonne_droite
{
	float: right;
	width: 390px;
	padding-right: 10px;
	margin-bottom: 20px;
}
#colonne_full
{
	float: left;
	width: 812px;
}

#espacement
{
	padding: 28px;
	padding-bottom: 0px;
}

#footer
{
	color: #6d6d6d;
	padding-top: 12px;
	padding-left: 20px;
	height: 100px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-color: #333;
	margin-top: 300px;
}

#footer a
{
	color: #6d6d6d;
}

#footer a:hover
{
	color: #999;
}

.champ_texte
{
	background-color: #EFFCC6;
	border: #A9B88F solid 1px;
	font-size: 10px;
}

.bt_form
{
	color: #FFF;
	background-color: #6E9005;
	font-weight: bold;
	font-size: 10px;
	margin-left: 5px;
}

.puce
{
	background-image: url(../images/puce.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 12px;
	height: 13px;
}

#recherche
{
}
#champ_recherche
{
	background-image: url(../images/bg_champ_recherche.png);
	background-repeat: no-repeat;
	width: 250px;
	height: 25px;
}
#champ_recherche input
{
	background-color: #E9E9E9;
	color: #999;
	font-size: 10px;
	width: 230px;
	border: none;
	margin-top: 5px;
	margin-left: 10px;
}
input, select
{
	color: #333;
	font-size: 13px;
	padding: 2px;
	border: none;
	margin: 1px;
}

.bordure_photo
{
	margin-left: 0px;
	border: 1px solid #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
hr
{
	margin-top: 5px;
	margin-bottom: 5px;
}
a.bouton
{
	font-family: tahoma;
	color: #FFF;
	font-weight: normal;
	background-color: #20C1C1;
	padding: 5px;
}
a:hover.bouton
{
	font-family: tahoma;
	color: #FFF;
	font-weight: normal;
	background-color: #1A9999;
	padding: 5px;
}
a.bouton_rose
{
	font-family: tahoma;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #bb518d;
	padding: 5px;
}
a:hover.bouton_rose
{
	font-family: tahoma;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #923d6d;
	padding: 5px;
}

a.bouton_vert
{
	font-family: tahoma;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #5C721A;
	padding: 5px;
}
a:hover.bouton_vert
{
	font-family: tahoma;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #465713;
	padding: 5px;
}
a.bouton_vert_lime
{
	font-family: tahoma;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #88B600;
	padding: 5px;
}
a:hover.bouton_vert_lime
{
	font-family: tahoma;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #628205;
	padding: 5px;
}
.titre_colonneVert
{
	font-weight: bold;
	color: #FFF;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
	background-color: #184141;
	text-align: center;
}

.titre_colonne
{
	font-weight: bold;
	color: #FFF;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
	background-color: #6A8D00;
	text-align: center;
}
.titre_colonne_rose
{
	font-weight: bold;
	color: #FFF;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
	background-color: #D14596;
	text-align: center;
}
.alternate_rose
{
	background-color: #e8b6d4;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 11px;
	padding-right: 0px;
}
.alternate_rose2
{
	background-color: #f3dcea;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 11px;
	padding-right: 0px;
}
.alternate
{
	background-color: #93c8c8;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 11px;
	padding-right: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.alternate2
{
	background-color: #cee1e1;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	height: 20px;
	font-size: 11px;
	padding-right: 0px;
}
.colonne_vert
{
	background-color: #c0e15d;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
.colonne_vert_alternate
{
	background-color: #dbf984;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
}
.liste li
{
	padding-bottom: 10px;
	margin-left: 15px;
}
ul
{
	padding: 5px;
	margin: 15px;
	margin-top: 0px;
}

div.consentBox
{
	border: 1px solid #90AEC6;
	height: 130px;
	font-size: 11px;
	overflow-y: scroll;
	padding: 2px;
	width: 795px;
	background-color: #FFF;
	color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.bordure_forfait
{
	background-color: #d8f18d;
	padding: 3px;
	border: #465713 1px solid;
}
a.lien
{
	color: #666;
}
fieldset
{
	padding: 10px;
}
legend
{
	font-weight: bold;
	font-size: 14px;
}


/*Debut du CSS de la page Résultats*/

.resultat
{
	color: #000;
	font-size: 12px;
}

.resultat strong
{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	display: block;
}
.fond_vert_resultatPlein
{
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-image: url(../images/CarrefourAnnonceBackPlein.jpg);
}


.fond_vert_resultat
{
	background-image: url(../images/CarrefourAnnonceBack.jpg);
	background-color: #97CA00;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}



.fond_vert_resultat h1
{
	color: #FFF;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.fond_vert_resultat a
{
	color: #FFF;
	background-color: #20C1C1;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background-image: url(../images/iconeInfo.jpg);
	background-repeat: no-repeat;
	background-position: 550px 3px;
}

.fond_vert_resultat a:hover
{
	color: #23C2C2;
	background-color: #FFF;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background-image: none;
}
.fond_rose_coup
{
	background-image: url(../images/fondCoupDeCoeur.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.fond_rose_coupTitre
{
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


/*fin des résulats*/
.selected a
{
	color: #FFF;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background-color: #3A5509;
	background-image: url(../images/iconeFini.jpg);
	background-repeat: no-repeat;
	background-position: 550px 3px;
}
.suspend a
{
	color: #999;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(../images/iconeSuspens.jpg);
	background-repeat: no-repeat;
	background-position: 550px 3px;
}



.fleur_vert_resultat
{
	background-image: url(../images/fleur_vert_resultat.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 357px;
}
.backCarrefour
{
	color: #333;
	background-image: url(../images/CarrefourAnnonceBackCoeur.jpg);
	background-repeat: repeat-y;
	width: 300px;
	padding-top: 20px;
}
.backCarrefourVide
{
	color: #333;
	width: 281px;
	padding-top: 20px;
}

.fond_vert_resultat h2
{
	color: #FFF;
	width: 160px;
	display: block;
	padding: 1px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 42px;
}

.bottomCarrefour
{
	color: #333;
	background-color: #A7A843;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #F7F8E5;
	border-bottom-color: #F7F8E5;
	border-left-color: #F7F8E5;
	padding: 20px;
}

.separateur
{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DAFE6D;
}
.photo_equipe
{
	border: 1px solid #FFF;
}

.champ_obligatoire
{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
.detailMandatReponse
{
	color: #FFF;
}

/* COMMANDITAIRE */
	
.pub{
	position:absolute;
	margin-left:442px;
	background-image:url(../images/bg_pub.png);
	background-repeat:no-repeat;
	width:543px;
	height:162px;
	margin-top:-37px;
	display:block;

	}
.pub_espacement{
	padding-left:65px;
	padding-top:52px;
	padding-right:50px;
	color:#414141;
	font-size:12px;
	}
.titre_pub{
	font-size:14px;
	letter-spacing:-1px;
	text-align:left;
	}
.photo_pub{
	margin-right:13px;
	}
a.lien_pub{
	text-decoration:none;
	color:#7FA902;
	font-weight:bold;
	display:block;
margin-left:270px;
position:relative;
font-size:13px;
	}
a:hover.lien_pub{
	color:#414141;
	font-size:13px;
	}

