@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0;
}


.clear{
	clear:both;
}

a, a:active, a:link, a:visited
{
	text-decoration:none;
	border:none;
}

.centrer
{
	text-align:center;
	display:block;
}

.float
{
	float:left;
}

.bordure{
	border:none;
}

li
{	list-style-type:none;
	text-decoration:none;
			
}


/*/////////////////   les textes  ////////////////////////*/

.titre_violet
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	display:block;
	color:#990054;
	padding-top:45px;
}

.titre_violet_2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	display:block;
	color:#990054;
	margin:auto;
}


.titre_orange
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF580A;
}


.texte_orange
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF580A;
}

.gd_orange{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FF580A;
}

.texte
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3A3A3A;
}

.texte_orange_pdp
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF580A;
}
.texte_violet{
	color:#990054;
	font-weight:bold;
}

.input_violet{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF580A;
}

.violet
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990054;
}

.titre_rouge{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#DE1F26;
	display:block;
	padding-top:5px;
	padding-bottom:15px;
}

.texte_rouge{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#DE1F26;
}

.gd_lettre
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:37px;
	font-weight:bold;
	color:#CE1C77;
	float:left;
	padding-top:25px;
}


.titre_page
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#CE1C77;
	float:left;
	display:block;
	padding-top:40px;
	text-decoration:underline;
}


.jour{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#CE1C77;
	float:left;
	display:block;
	padding-top:8px;
	text-decoration:underline;
}


.gd_jour{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#CE1C77;
	float:left;
	padding-top:2px;
}


.gd_lettre_nom
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#CE1C77;
	float:left;
}

.nom
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CE1C77;
	float:left;
	display:block;
	padding-top:8px;
	text-decoration:underline;
}

.texte_orange_adresse
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF580A;
}



/*////////////////////////////////////////////////////////////////////*/
#papa
{
	width:1000px;
	margin:auto;
	background-color:#CC1874;
}

#bandeau
{
	width:1000px;
	height:380px;
	background-image:url(images/bandeau.jpg);
	background-repeat:no-repeat;
	border:none;
}


/*//////////////  bandeau gauche  //////////////////////*/	
#bandeau_gauche
{
	float:left;
	width:365px;
	height:380px;
}	
	
#empty_bg
{
	width:365px;
	height:125px;
}

#flash_gauche
{
	width:365px;
	height:255px;
}

/*//////////////   bandeau droit    ///////////////////*/

#bandeau_droit
{
	float:left;
	width:635px;
	height:380px;
}

#empty_bd
{
	float:left;
	width:165px;
	height:222px;
}

#flash_droit
{
	float:left;
	width:440px;
	height:222px;
}
/*//////// menu haut  ////////*/


#menu_haut
{
	clear:both;
	width:635px;
	height:35px;	 
}

#menu_haut ul{
			list-style-type:none;
			margin-left:290px;
			
}

#menu_haut li{
			float:left;
}


.coin_gris_gauche
{
	float:left;
	background-image:url(images/deg_gris_menu_gauche.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:8px;
	height:35px;
	padding-left:20px;
}

.coin_orange_gauche
{
	float:left;
	background-image:url(images/deg_orange_menu_gauche.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:8px;
	height:35px;
	padding-left:20px;
}

#menu_haut a
{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#990054;
}

#menu_haut a:active, #menu_haut a:link, #menu_haut a:visited
{
	text-decoration:none;
}

#menu_haut a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FF580A;
}


.deg_gris
{
	background-image:url(images/deg_gris_milieu.gif);
	background-repeat:repeat-x;
	height:35px;
	float:left;
}

.deg_orange_milieu
{
	background-image:url(images/deg_orange_menu_milieu.gif);
	background-repeat:repeat-x;
	height:35px;
	float:left;
}



.texte_menu_gris
{	
	text-align:center;
	display:block;
	padding:6px 2px 0px 2px;
}


.coin_gris_droit
{
	float:left;
	background-image:url(images/deg_gris_menu_droit.gif);
	background-repeat:no-repeat;
	width:8px;
	height:35px;
}

.coin_orange_droit
{
	float:left;
	background-image:url(images/deg_orange_menu_droit.gif);
	background-repeat:no-repeat;
	width:9px;
	height:35px;
}


/*//////////////////*/

#separation_menu
{
	clear:both;
	width:635px;
	height:20px;
}

/*//////// menu bas ////////////*/

#menu_bas
{
	clear:both;
	width:635px;
	height:35px;	 
}

#menu_bas ul{
			list-style-type:none;
			margin-left:10px;
			
}

#menu_bas li{
			float:left;
}


.coin_rose_gauche
{
	float:left;
	background-image:url(images/deg_rose_menu_gauche.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:8px;
	height:35px;
	padding-left:20px;
}

#menu_bas a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#990054;
	
}

#menu_bas a:active, #menu_bas a:link, #menu_bas a:visited
{
	text-decoration:none;
}


#menu_bas a:hover
{
	color:#FF580A;
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	font-size:16px;	
}



.deg_rose{
	background-image:url(images/deg_rose_milieu.gif);
	background-repeat:repeat-x;
	height:35px;
	float:left;
}

.texte_menu_rose
{	
	text-align:center;
	display:block;
	padding:5px 2px 0px 2px;
}


.coin_rose_droit
{
	float:left;
	background-image:url(images/deg_rose_menu_droit.gif);
	background-repeat:no-repeat;
	width:8px;
	height:35px;
}


/*//////////////////////////////////////////////////////////   contenu     ////////////////////////////////////////////////*/


#contenu{
	clear:both;
	width:1000px;
	background-image:url(images/degradeorange.gif);
	background-repeat:repeat-x;
}

/*//////////////////////////  contenu gauche   /////////////////////*/
#contenu_gauche
{
	width:770px;
	float:left;
}



/*//////////////// gd boite   ////////////////*/

#gd_boite{
	width:720px;
	padding-left:50px;
}


.gdb_haut{
	width:720px;
	background-image:url(images/boite_grande_haut.gif);
	background-repeat:no-repeat;
	height:18px;
	}
	
.gdb_milieu{
	width:712px;
	background-color:#FFFFFF;
	background-image:url(images/degrader_gd_boite.gif);
	background-repeat:repeat;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	text-decoration:none;
	
}

#texte_haut{
	width:680px;
	margin:auto;
}

p a, p a:active, p a:link, p a:visited
{
	text-decoration:none;
}

#gdb_partigauche{
	float:left;
	width:330px;
}

.magazine
{
	border:none;
	padding: 20px 0px 0px 60px;
}


#gdb_partidroite{
	width:380px;
	float:left;
}

.gdb_bas{
	clear:both;
	width:720px;
	background-image:url(images/boite_grande_bas.gif);
	background-repeat:no-repeat;
	height:22px;
}

#flash_partenaire
{
	width:283px;
	height:200px;
	margin:auto;
	padding-top:20px;
}

/*////////////////////   moyene boite   /////////////////*/

#separateur_boite
{
	width:770px;
	height:20px;
}


#blanc_moyene_boite
{
	float:left;
	width:30px;
	height:220px;
}

.moyene_boite
{
	float:left;
	width:348px;
	padding-left:20px;
	
}

.mb_haut{
	width:348px;
	height:15px;
	background-image:url(images/boite_moyene_haut.gif);
	background-repeat:no-repeat;	
}

.mb_milieu{
	width:342px;
	background-image:url(images/degrader_moyene_boite.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	}



.mb_bas
{
	width:348px;
	height:15px;
	background-image:url(images/boite_moyene_bas.gif);
	background-repeat:no-repeat;
}


.edito
{
	width:328px;
	margin:auto;
	height:220px;
	overflow:hidden;
}

.coup_de_coeur
{
	width:156px;
	margin-right:auto;
	margin-left:auto;
	float:left;
}


/*/////////////////////////   menu droite   ///////////*/

#contenu_droit
{
	float:left;
	width:220px;
}

#memu_droite
{
	width:200px;
	padding-left:30px;
}

#menu_droite ul
{
	list-style-type:none;
	text-decoration:none;
			
}

.actif{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF580A;
}

.inactif{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#990054;
}


#memu_droite a:active, #memu_droite a:link, #memu_droite a:visited
{
	text-decoration:none;
}




#memu_droite a:hover
{

	color:#FF580A;
}



.bouton
{
	width:170px;
	border-bottom: 1px solid #CCCCCC;
	height:38px;
	margin-bottom:5px;

}

.bordure_icone
{
	border:none;
}

.icone 
{
	border:none;
	float:left;
	width:36px;
	height:35px;
	padding-right:20px;
	
}

.btn_violet
{
	float:left;
	display:block;
	text-align:center;
	padding-top:8px;
}

/*////////////////////   petite boite    //////////////////*/

.petite_boite
{
	width:200px;
	padding:10px 0px 10px 30px;
}

.pb_haut
{
	width:176px;
	height:10px;
	background-image:url(images/boite_petite_haut.gif);
	background-repeat:no-repeat;
}

.pb_milieu
{
	width:167px;
	background-image:url(images/degrader_ptite_boite.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	border-left:3px solid #FFFFFF;
	/*padding-left:2px;*/
	border-right:3px solid #FFFFFF;
}

.pb_bas
{
	width:176px;
	height:12px;
	background-image:url(images/boite_petite_bas.gif);
	background-repeat:no-repeat;
}

.pdf{
	margin:7px 0px 7px 37px;
	width:82px;
	height:88px;
}

.logo{
	width:160px;
	height:143px;
}

/*/////////////////////    pdp    ///////////////////////////////////*/


#pdp{
	background-image:url(images/pdp.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:179px;
	margin:auto;
}


#texte_pdp
{
	width:741px;
	text-align:center;
	padding-top:90px;
	margin-left:auto;
	margin-right:auto;
}


/*////////////////////////////////////////////////////     page magazine   /////////////////////////////////////////////////*/


#content_flash
{
	width:900px;
	margin:auto;
}

#titre_magasine
{
	width:600px;
	margin:auto;
	
}

/*///////////////   grande boite magazine   //////////////*/

#gd_boite_magazine
{
	width:920px;
	margin:auto;
}

.gdb_milieu_magazine{
	width:912px;
	background-color:#FFFFFF;
	background-image:url(images/degrader_gd_boite.gif);
	background-repeat:repeat-xy;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	
}

#telechargement
{
	width:800px;
	margin:auto;
}

.telecharge_mois
{
	width:330px;
	height:100px;
	float:left;
	display:block;
	padding-left:15px;
}

.texte_telechargement
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF580A;
	text-decoration:none;
	display:block;
	padding:20px 0px 50px 20px;
}


/*/////////////////////   menu secondaire grande boite   /////////////////////*/


#menu_magazine
{
	width:850px;
	margin:auto;
}

#menu_magazine ul
{
	list-style-type:none;
	text-decoration:none;
}

#menu_magazine li
{
	float:left;
}


#menu_magazine a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#990054;
	
}

#menu_magazine a:active, #menu_magazine a:link, #menu_magazine a:visited
{
	text-decoration:none;
}

#menu_magazine a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FF6600;
}

.boutonbis
{
	width:140px;
	border-bottom: 1px solid #CCCCCC;
	height:38px;
	margin-bottom:5px;}

.iconebis 
{
	border:none;
	float:left;
	width:36px;
	height:35px;
	padding-right:5px;
	
}



/*///////////////////////////   AGENDA    ////////////////*/

.logo_agenda
{
	float:left;
	padding-right:20px;
	padding-top:10px;
	
}

.mois
{
	float:left;
	padding-left:20px;
}


.vide
{	
	clear:both;
	width:300px;
	height:50px;
}


.titre_agenda{
	width:650px;
	padding-left:50px;
}

.entete_agenda{
	width:400px;
	margin:auto;
}

#calendrier
{
	width:191px;
	padding-left:10px;
	float:left;
}

.titre_actu_jour
{
	width:501px;
	float:left;
}

.semaine
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CE1C77;
	display:block;
	padding-left:20px;
}

#block_semaine
{
	width:600px;
	margin:auto;
}

#block_semaine2
{
	width:400px;
	margin:auto;
}


/*//////////////////////////////////   Adresse  ////////////////////////*/


.logo_adresse
{
	float:left;
	padding-right:20px;
	padding-top:15px;
	
}

.entete_adresse{
	width:215px;
	margin:auto;
}


.colone
{
	width:210px;
	float:left;
	border-bottom:2px solid #CE1C77;
	padding-bottom:10px;
}

.vide_adresse
{
	width:10px;
	height:30px;
	float:left;
}


.ligne
{
	margin:auto;
	width:680px;
}

.vide_entre_colone
{
	width:20px;
	height:40px;
	float:left;
}


/*//////////////   horoscope         //////////////////*/



.entete_horoscope
{
	width:430px;
	margin:auto;
}


.ligne_horoscope
{
	width:595px;
	margin-left:auto;
	margin-right:auto;
}

.signe
{
	width:276px;
	float:left;
}


.nom_signe{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#CE1C77;
}


.espace_horoscope
{
	width:40px;
	height:120px;
	float:left;
}

.espace_ligne
{
	width:600px;
	margin:auto;
	height:30px;
}


.texte_signe
{
	width:180px;
	padding-left:10px;
}

/*////////////////////////     restaurant        /////////////////////////*/


.entete_restaurant
{
	width:230px;
	margin:auto;
}

.degmilieu_trad
{
	background-image:url(images/restaurant/degmilieu_trad.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:303px
}


.degmilieu_snack
{
	background-image:url(images/restaurant/degmilieu_snack.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}

.degmilieu_italien
{
	background-image:url(images/restaurant/degmilieu_italien.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}


.degmilieu_piz
{
	background-image:url(images/restaurant/degmilieu_piz.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}

.degmilieu_tapas
{
	background-image:url(images/restaurant/degmilieu_tapas.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}

.degmilieu_asia
{
	background-image:url(images/restaurant/degmilieu_asia.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}


.degmilieu_monde
{
	background-image:url(images/restaurant/degmilieu_monde.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}

.degmilieu_crepe
{
	background-image:url(images/restaurant/deg_crepe.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}

.degmilieu_gastro
{
	background-image:url(images/restaurant/degmilieu_gastro.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}

.degmilieu_fam
{
	background-image:url(images/restaurant/deg_famille.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}

.degmilieu_brasserie
{
	background-image:url(images/restaurant/deg_brasserie.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}

.degmilieu_rapide
{
	background-image:url(images/restaurant/degmilieu_rapide.gif);
	background-repeat:repeat-x;
	height:39px;
	float:left;
	width:302px
}


.aligne
{
	padding:3px 2px 0px 5px;
	margin:auto;
}

.boite_resto
{
	width:328px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding-bottom:5px;
}


.haut_boite_resto
{
	width:330px;
	padding-left:18px;
}

.padd
{
	padding-left:10px;
}

.vide_resto
{
	width:650px;
	margin:auto;
	height:20px;
}

/*/////////////////////////    PARTENAIRES         //////////////////////////////////////////*/


.logo_partenariat
{
	float:left;
	padding-right:20px;
	padding-top:15px;
}

.entete_partenaire
{
	width:450px;
	margin:auto;
}

.partenaire{
	width:235px;
	float:left;
}

.pub_partenaire
{
	width:220px;
	border:none;
	padding-left:15px;
}

.annonceur
{
	display:block;
	padding-bottom:10px;
}

.lien_partenaire
{
	width:220px;
	display:block;
	padding:20px 0px 0px 15px;
}



/*//////////////////////////////////       CONTACT             //////////////////////////////////*/






.form_contact{

	width:390px;

	margin:auto;

}



.alert{

	font-weight:normal;

	font-size:14px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color:#FF036E

}



.input{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#1C1C1C;

	margin-bottom:10px;

	width:220px;

}


.check{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#1C1C1C;

	margin-bottom:10px;

	width:15px;

}



.calage{

	display:block;

	width:135px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:14px;

	color:#990054;

	font-weight:bold;

	float:left;

}

#google
{
	width:470px;
	height:300px;
	padding-left:20px;
	
}

.coordonne
{
	width:200px;
	padding-left:10px;
}


.btn_r{

	margin-bottom:10px;

}


/*/////////////////////////////////   Professionel  //////////////////////////*/


#schema_page
{
	width:470px;
	margin:auto;
	clear:both;
	padding-bottom:20px;
}

.schema{
	width:107px;
	padding-left:10px;	
}

#schema_dessous{
	width:400px;
	margin:auto;
}

/*/////////////////////////////////  jeux  //////////////////////////*/

#cruci{
	width:700px;
	margin:auto;
}

#Form_jeux{
	width:240px;
	margin-left:20px;
	float:left;
}

#img_cruci{
	width:438px;
	float:left;
}



