﻿/* CSS Document */

/*****************/
/* CSS Générales */
/*****************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../images/mainframe/body-degrade.png) repeat-x left 50px;
	font-family:Arial, Helvetica, sans-serif;
}
/*****************/
/* HEADER        */
/*****************/
.header_container {
	background:#222;
	height:59px;
}
.header {
	width:981px; 
	margin:0 auto 0 auto;
}

.header .logo  {
	float:left; 
	width:230px
}
.header .link  {
	float:left;
	width:751px;
	text-align:right;
	 
}

/*****************/
/* PAGE          */
/*****************/
.page_container  {

	background:url(../images/mainframe/page-bk.jpg) center top no-repeat;
}
.page  {
	width:980px; 
	margin:0 auto 0 auto;
	padding-bottom:25px; /* marge avant footer */
}

/* menu */
.menu_top {
    padding-top:16px; 
    line-height: 0.7;
}
.menu_top ul {

	text-align:right;
	list-style:none;
	padding:0; 
	margin:0;
	margin-right:5px;
	font-size:1px /*hack ie6 */
}
.menu_top ul li {
	display:inline;
}

/*main */
.main {}

.main .cadre_top {
background:url(../images/mainframe/main-cadre-top.png) no-repeat; 
height:21px;
}
.main .cadre_mid{
background:url(../images/mainframe/main-cadre-mid.png) repeat-y; 
padding:0 30px 0 30px; 
}
.cadre_btm {
background:url(../images/mainframe/main-cadre-btm.png) no-repeat; 
height:91px;
}

/*****************/
/* FOOTER        */
/*****************/
.footer_container {
	background:#222;	
}
.footer {
	width:981px; 
	height:30px;
	padding-top:6px;
	margin:0 auto 0 auto; 
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}
.footer a {
 
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover {
  
	text-decoration:underline;
}
.footer .pictos {
  
	padding-left:60px;
}
.footer .pictos img {
  
	margin:0px 0 0 8px;
	 
}

/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/

/**************************
/*HOMEPAGE               */
/*************************/

.homepage h1 {
font-weight:normal;
color:#707070;
font-size:28px;
margin-bottom:10px;
}

.homepage .login {
width:205px;
height:182px;
float:left;
background:url(../images/HPnonConnecte/hp-login-cadre.png) no-repeat; 
padding:10px;
}
.homepage .login h2 {
font-size:14px;
color:#87d300
}

.homepage .register { 
width:685px; 
height:202px;
float:left;
background:url(../images/HPnonConnecte/hp-register-bk.png) no-repeat; 
margin-left:8px; 
}
.homepage .register .content { 
padding:15px 10px 10px 260px;
text-align:right;
font-size:15px;
}
.homepage .register .btn {
background:url(../images/HPnonConnecte/hp-register-btn-bk.png) no-repeat;
width:278px;
height:44px; 
padding-top:3px;
margin:10px 0 0 0;
color:#FFFFFF;
text-align:center;
font-size:24px;
font-weight:bold;
}
.homepage .register .btn a {
color:#FFFFFF; 
text-decoration:none;
}
.homepage .register .btn a:hover {
text-decoration:underline;
}

.homepage .linklist {
padding-top:10px;
}
.homepage .linklist ul {
 list-style:none;
}
 

.homepage .linklist ul li {
float:left;
width:115px;
font-size:11px;
margin-right:19px; 
}
.homepage .linklist a {
display:block;
padding-top:70px;
 font-size:18px;
 color:#87d300;
 font-weight:bold;
 text-decoration:none;
}

.homepage .linklist .forum a {
background:url(../images/HPnonConnecte/hp-links-forum.png) center top no-repeat;
}
.homepage .linklist .partenaires a {
background:url(../images/HPnonConnecte/hp-links-partenaires.png) center top no-repeat;
}
.homepage .linklist .parcours a {
background:url(../images/HPnonConnecte/hp-links-parcours.png) center top no-repeat;
}
.homepage .linklist .mymany a {
background:url(../images/HPnonConnecte/hp-links-mymany.png) center top no-repeat;
}
.homepage .linklist .manycitiz a {
background:url(../images/HPnonConnecte/hp-links-manycitiz.png) center top no-repeat;
}

/* logo nfc ds les txt */

.homepage .logoNFC {
font-size:18px;
}
.homepage .logoNFC .motClub {
color:#87d300;
}

/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/
/*****************************************************************************************************/

/**************************
/*MENU GAUCHE            */
/*************************/

.usermenu {
	background:#1a171b;
	color:#fff;
	background:url(../images/MenuGauche/user-menu-bk.png) repeat-y;
	padding:0;
	width:160px;
}

.usermenu ul {
	list-style:none;
}
.usermenu .top {
	background:url(../images/MenuGauche/user-menu-cadre-top.png) no-repeat;
	height:6px;
}
.usermenu .bottom {
	background:url(../images/MenuGauche/user-menu-cadre-btm.png) no-repeat;
	height:6px;
	font-size:1px; /* hack ie6 */
}
.usermenu .content {
	padding-right:1px;
	padding-left:0px
}
.usermenu .welcome {
	text-align:center;
	font-size:12px;
	margin-bottom:10px;
	padding-right:8px;
}
.usermenu .welcome .titre span {
	color:#87d300;
	font-size:15px;
}
.usermenu .permanent {
    padding-left:5px;
	color:#87d300;
	font-size:12px;
	margin-bottom:15px
}
.usermenu .permanent a {
	color:#87d300;
	font-weight:bold;
	text-decoration:none;
}
.usermenu .permanent a:hover {
	text-decoration:underline;
}
.usermenu .permanent .logout a {
	color:#fff;
	font-size:10px;
	font-weight:normal;
}
.usermenu .menuactif {
}
.usermenu .menuactif .titre {
	background:url(../images/MenuGauche/user-menu-activ-titre.png) no-repeat;
	height:25px;
	color:#87d300;
	font-weight:bold;
	padding-left:5px;
	padding-top:3px;
	margin-bottom:8px;
}
.usermenu .menuactif .links {
    padding-left:5px;
	color:#fff;
	font-size:12px;
	margin-bottom:25px;
}
.usermenu .menuactif .links a {
	color:#fff;
	text-decoration:none;
}
.usermenu .menuactif .links a:hover {
	text-decoration:underline;
}
.usermenu .invite {
	text-align:center;
}

/*Titre des services*/
/*Partie droite*/
.userdesc {
	width:792px;
}
.userdesc .top {
	background:url(../images/mainframe/user-desc-cadre-top.png) no-repeat top left;
	height:7px;
}
.userdesc h1 {
	color:#fff;
	font-size:20px;
	background:url(../images/mainframe/user-desc-h1.png) no-repeat;
	height:30px;
	padding-left:30px;
	padding-top:5px;
	height:36px;
}


.contentTableau {
	margin:10px 0 10px 0;
	font-size:9pt;
}

.contentTableau td a {
	color:#87d300;
	font-weight:normal;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}

.contentTableau td a:hover {
	color:#87d300;
	text-decoration:underline;
}

.contentTableau tr.ligneTableauClair
{
	background-color: #F9F9F9;
	color: #344C61;
	padding: 7px;
	border: solid 1px #cecccc;
	font-size:9pt;
}

.contentTableau tr.ligneTableauFonce
{
	background-color: #E5E8EB;
	color: #344C61;
	padding: 7px;
	border: solid 1px #cecccc;
	font-size:9pt;
}

div.common-back
{
    background:url(../images/mainframe/gal-back.jpg) no-repeat top center;
}

div.btninscription {
background:url(../images/HPnonConnecte/hp-register-btn-bk.png) no-repeat;
width:278px;
height:41px; 
padding-top:3px;
color:#FFFFFF;
text-align:center;
font-size:24px;
font-weight:bold;
cursor:pointer;
}

div.btninscription a{
    text-decoration:none;
    color:#FFFFFF;
    text-align:center;
    font-size:24px;
    font-weight:bold;    
}
div.btninscription a:hover{
    text-decoration:underline;
    color:#FFFFFF;
    text-align:center;
    font-size:24px;
    font-weight:bold;    
}
/*DISPONIBILITES*/
/******************************************************/


.ModelTableauDispo {
	
	font-size: 9pt;
	margin: 10px 10px 10px 10px;
	border:1px solid #87D300;
	
}

.ModelTableauDispo TR.entete TD {
	BACKGROUND-COLOR: #fff;
	height: 25px;
}

.ModelTableauDispo TR.entete span {
	font-weight: bold;
	color: #87D300;
}


.ModelTableauDispo TR.ligneTableauFonce TD {
	
	BACKGROUND-COLOR: #fff;
	font-weight: bold;
	height: 20px;
}

.ModelTableauDispo TR.ligneTableauFonce span {
	font-weight: bold;
	color: #87D300;
	font-size: 9pt;
	margin-left: 5px;
}


.ModelTableauDispo TR.ligneTableauFonce  td.selected
{
	background-color: #87D300;
}

.ModelTableauDispo TR.ligneTableauFonce  td.noSelected
{
	background-color: #fff;
}

.ModelTableauDispo TR.ligneTableauFonce  td.NR
{
	background-color: #f5f5f5;
}

div.DivLegendeDispo
{
	/*background-color: #f5f5f5;*/
}
	
Table.LegendeDispo
{	
	margin-left: 102px;
}
Table.LegendeDispo td.selected
{
	background-color: #87D300;
	width: 20px;
}

Table.LegendeDispo td.noSelected
{
	background-color: #fff;
	width: 20px;
}


Table.LegendeDispo td.NR
{
	background-color: #f5f5f5;
	border: solid 1px #404040;
	width: 20px;
}
/**********************************************/
/*FIN DISPONIBILITES*/


/*ACCUEIL CONNECTE*/
/**********************************************/
/* bloc actualité*/
div.ContenuDernierActualites
{
	position:relative;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*background-color:#f5f5f5;*/
	/*background-color:#FFFFFF;*/
	border:#000000 0px solid;	
	z-index:1;
}
div.TitreDernierActualites
{
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 0px 0px;
	/*background-color:#f5f5f5;*/
}
div.TitreDernierActualites img
{
	vertical-align: middle;	
}
div.TitreDernierActualites span
{
	vertical-align: middle;
	margin:0px 0px 0px 0px;
	color:#000;
	font-size: 9pt;	
}
div.ExplicationActualites
{
	position:relative;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	border:#000000 solid 0px;
}
TABLE.ModelTableauActu {	
	/*BACKGROUND-COLOR: #f5f5f5;	*/
}
TABLE.ModelTableauActu TR.entete TD {
	/*BACKGROUND-COLOR: #f5f5f5;*/
	font-weight: bold;	
}
TABLE.ModelTableauActu TR.data TD {
	/*BACKGROUND-COLOR: #f5f5f5;*/
	font-size: 9pt;
	height: 25px;
	vertical-align: middle;
}
TABLE.ModelTableauActu TR.data a
{
	text-decoration:none;
	color:#87D300;	
	font-size: 9pt;
	font-weight: bold;
}
TABLE.ModelTableauActu TR.data a:visited
{
	text-decoration:none;
	color:#87D300;
	font-size: 9pt;
	font-weight: bold;
}
TABLE.ModelTableauActu TR.data a:hover
{
	text-decoration:underline;
	color:#87D300;
	font-size: 9pt;
	font-weight: bold;
}
/**********************************************/






/* entete bloc*/

div.EnteteBloc
{
	width: 720px;
	height: 27px;
	background-color: #87D300;
	position:relative;
	border-bottom: solid 1px #fff;
	margin-top: 5px;

}

div.EnteteBlocZoneGauche
{
	position:absolute;
	left: 0px;
	top: 0px;
	background-image: url(../Images/Bloc/976/coin_G_vert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 6px;
	height: 27px;
}

div.EnteteBlocZoneDroite
{
	position:absolute;
	left: 714px;
	top: 0px;
	background-image: url(../Images/Bloc/976/coin_D_vert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 6px;
	height: 27px;
}

div.EnteteBlocZoneFleche
{
	position:absolute;
	left: 6px;
	top: 0px;
	background-image: url(../Images/Bloc/976/grande_fleche_blanche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 17px;
	height: 27px;
}



div.EnteteBlocZoneTitre
{
	position:absolute;
	left: 33px;
	top: 4px;
	width: 681px;
}

div.EnteteBlocZoneTitre span
{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}


div.ContenuBloc
{
	width: 720px;
	background-color: #f5f5f5;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
}

/* derniers inscrits*/
div.ContenuDernierInscrit
{
	position:relative;
	display:block;
	background-color: #f5f5f5;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border:#000000 solid 0px;
	float:left;
	width:300px;
	z-index:2;
}
div.ContenuDernierInscrit .photo img
{
	border: solid 1px #b0b0b0;
	width:80px;
	height:80px;
}
div.ContenuDernierInscrit  a.pseudo
{
	text-decoration:none;
	color:#87D300;	
	font-size:12px;
	font-weight: bold;
}
div.ContenuDernierInscrit a.pseudo:visited
{
	text-decoration:none;
	color:#87D300;	
	font-size:12px;
	font-weight: bold;
}
div.ContenuDernierInscrit a.pseudo:hover
{
	text-decoration:underline;
	color:#87D300;	
	font-size:12px;
	font-weight: bold;
}
div.ContenuDernierInscrit  a.contact
{
	text-decoration:none;
	color:#000;	
	font-size:12px;
}
div.ContenuDernierInscrit a.contact:visited
{
	text-decoration:none;
	color:#000;	
	font-size:12px;
}
div.ContenuDernierInscrit a.contact:hover
{
	text-decoration:underline;
	color:#000;	
	font-size:12px;
}
div.TitreDernierInscrit
{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	background-color: #f5f5f5;
}
div.TitreDernierInscrit img
{
	vertical-align: middle;
	
}

div.TitreDernierInscrit span
{
	vertical-align: middle;
	margin-left: 2px;
	color: #000;
	font-size: 14px;
	
}



/* bloc rechercher*/

div.TitreRechercheSimple
{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;	
}
div.TitreRechercheSimple img
{
	vertical-align: middle;
	
}

div.TitreRechercheSimple span
{
	vertical-align: middle;
	margin-left: 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	
}


div.ContenuRechercheSimple
{
	position:relative;
	display:block;
	height:110px;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 10px 0px;
	background-color: #f5f5f5;
	border:#000000 0px solid;
	width:315px;	
	float:left;
	z-index:10;
}


div.ContenuRechercheSimple div.ContenuChamps
{
	margin-top: 10px;
	position: relative;
	height: 40px;
}

div.ContenuRechercheSimple div.ZoneChamps
{
	position: absolute;
	left: 30px;
	top: 0px;
}


div.ContenuRechercheSimple div.ZoneBouton
{
	position: absolute;
	left: 70px;
	top: 30px;
}



div.ContenuRechercheSimple div.ZoneGaucheRecherche
{
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 40px;
	top: 60px;
}

div.ContenuRechercheSimple div.ZoneGaucheRecherche div.Item
{
	background-image: url(../Images/puce/976/fleche_color.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.ContenuRechercheSimple div.ZoneGaucheRecherche a
{
	text-decoration:none;
	color:#87D300;	
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
}
div.ContenuRechercheSimple div.ZoneGaucheRecherche a:visited
{
	text-decoration:none;
	color:#87D300;
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
}
div.ContenuRechercheSimple div.ZoneGaucheRecherche a:hover
{
	text-decoration:underline;
	color:#87D300;
	font-size: 13px;
	font-weight: normal;
	margin-left: 15px;
}
/* bloc actualité*/
div.ContenuDernierActualites
{
	position:relative;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*background-color:#f5f5f5;*/
	/*background-color:#FFFFFF;*/
	border:#000000 0px solid;	
	z-index:1;
}
div.TitreDernierActualites
{
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 0px 0px;
	/*background-color:#f5f5f5;*/
}
div.TitreDernierActualites img
{
	vertical-align: middle;	
}
div.TitreDernierActualites span
{
	vertical-align: middle;
	margin:0px 0px 0px 0px;
	color:#000;
	font-size: 14px;	
}
div.ExplicationActualites
{
	position:relative;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	border:#000000 solid 0px;
}
TABLE.ModelTableauActu {	
	/*BACKGROUND-COLOR: #f5f5f5;	*/
}
TABLE.ModelTableauActu TR.entete TD {
	/*BACKGROUND-COLOR: #f5f5f5;*/
	font-weight: bold;	
}
TABLE.ModelTableauActu TR.data TD {
	/*BACKGROUND-COLOR: #f5f5f5;*/
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
}
TABLE.ModelTableauActu TR.data a
{
	text-decoration:none;
	color:#87D300;	
	font-size: 12px;
	font-weight: bold;
}
TABLE.ModelTableauActu TR.data a:visited
{
	text-decoration:none;
	color:#87D300;
	font-size: 12px;
	font-weight: bold;
}
TABLE.ModelTableauActu TR.data a:hover
{
	text-decoration:underline;
	color:#87D300;
	font-size: 12px;
	font-weight: bold;
}
/* bloc idee*/
div.TitreDernierIdee
{
	margin:0px 0px 0px 5px;
	padding:0px 0px 12px 0px;	
	background-color: #f5f5f5;	
}
div.TitreDernierIdee img
{
	vertical-align: middle;
}
div.TitreDernierIdee span
{
	vertical-align: middle;
	margin-left: 0px;
	color: #000;
	font-size: 14px;	
}
div.ContenuDernierIdee
{
	position:relative;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	BORDER:#000000 0px solid;	
	width:100%;
	z-index:1;	
}
.ModelTableauIdee 
{
	BORDER-top: #b0b0b0 1px solid;
	BORDER-bottom: #f5f5f5 5px solid;
	BACKGROUND-COLOR: #f5f5f5;	
}
.ModelTableauIdee TR.entete TD {
	BACKGROUND-COLOR: #f5f5f5;
	font-weight: bold;	
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}
.ModelTableauIdee TR.data TD {
	BORDER-BOTTOM: #b0b0b0 1px solid;
	BACKGROUND-COLOR: #f5f5f5;
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 0px;
}
.ModelTableauIdee TR.data a
{
	text-decoration:none;
	color:#000;	
	font-size: 12px;
	font-weight: bold;
}
.ModelTableauIdee TR.data a:visited
{
	text-decoration:none;
	color:#000;
	font-size: 12px;
	font-weight: bold;
}
.ModelTableauIdee TR.data a:hover
{
	text-decoration:underline;
	color:#000;
	font-size: 12px;
	font-weight: bold;
}
.ModelTableauIdee TR.data a.Desc
{
	text-decoration:none;
	color:#5E5E5D;	
	font-size: 12px;
	font-weight: normal;
}
.ModelTableauIdee TR.data a.Desc:visited
{
	text-decoration:none;
	color:#5E5E5D;
	font-size: 12px;
	font-weight: normal;
}
.ModelTableauIdee TR.data a.Desc:hover
{
	text-decoration:underline;
	color:#5E5E5D;
	font-size: 12px;
	font-weight: normal;
}
.ModelTableauIdee TR.data TD.LienTexteAction {
	
	background-image: url(../images/puce/976/fleche_color.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.ModelTableauIdee TR.data TD.Texte {
	color: #5E5E5D;
	font-weight: bold;
}
.ModelTableauIdee TR.data TD.Texte a{
	color: #5E5E5D;
	font-weight: bold;
	text-decoration:none;
}
.ModelTableauIdee TR.data TD.Texte a:visited {	
	color: #5E5E5D;
	font-weight: bold;
	text-decoration:none;	
}

.ModelTableauIdee TR.data TD.Texte a:hover{	
	color: #5E5E5D;
	font-weight: bold;
	text-decoration:underline;	
}
.ModelTableauIdee TR.data TD.LienTexteAction a
{
	text-decoration:none;
	color:#87D300;	
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;	
}
.ModelTableauIdee TR.data TD.LienTexteAction a:visited
{
	text-decoration:none;
	color:#87D300;
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;	
}
.ModelTableauIdee TR.data TD.LienTexteAction a:hover
{
	text-decoration:underline;
	color:#87D300;
	font-size: 12px;
	font-weight: normal;
	margin-left:  15px;
}
/*bloc photo*/
div.TitreDernierPhoto
{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	background-color: #f5f5f5;
	/*width:500px;*/
}
div.TitreDernierPhoto img
{
	vertical-align: middle;
	
}

div.TitreDernierPhoto span
{
	vertical-align: middle;
	margin-left: 0px;
	color: #000;
	font-size: 14px;
	
}
div.ContenuDernierPhoto
{
	margin:0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	background-color: #f5f5f5;
	BORDER: #000000 0px solid;
	/*width: 720px;	*/	
}




.ModelTableau1 {
	BORDER-top: #b0b0b0 1px solid;
	BORDER-bottom: #f5f5f5 5px solid;
	BACKGROUND-COLOR: #f5f5f5;
	
}

.ModelTableau1 TR.entete TD {
	BACKGROUND-COLOR: #f5f5f5;
	font-weight: bold;
	
}


.ModelTableau1 TR.data TD {
	BORDER-BOTTOM: #b0b0b0 1px solid;
	BACKGROUND-COLOR: #f5f5f5;
	font-size: 12px;
	height: 25px;
	vertical-align: middle;
}

.ModelTableau1 TR.data a
{
	text-decoration:none;
	color:#000;	
	font-size: 12px;
	font-weight: bold;
	
	
}
.ModelTableau1 TR.data a:visited
{
	text-decoration:none;
	color:#000;
	font-size: 12px;
	font-weight: bold;
	
	
}
.ModelTableau1 TR.data a:hover
{
	text-decoration:underline;
	color:#000;
	font-size: 12px;
	font-weight: bold;
	
}


.ModelTableau1 TR.data TD.LienTexteAction {
	
	background-image: url(../images/puce/976/fleche_color.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}

.ModelTableau1 TR.data TD.Texte {
	
	color: #5E5E5D;
	font-weight: bold;
	
}

.ModelTableau1 TR.data TD.Texte a{
	
	color: #5E5E5D;
	font-weight: bold;
	text-decoration:none;
	
	
}

.ModelTableau1 TR.data TD.Texte a:visited {
	
	color: #5E5E5D;
	font-weight: bold;
	text-decoration:none;
	
}

.ModelTableau1 TR.data TD.Texte a:hover{
	
	color: #5E5E5D;
	font-weight: bold;
	text-decoration:underline;
	
}

.ModelTableau1 TR.data TD.LienTexteAction a
{
	text-decoration:none;
	color:#87D300;	
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
	
}
.ModelTableau1 TR.data TD.LienTexteAction a:visited
{
	text-decoration:none;
	color:#87D300;
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
	
}
.ModelTableau1 TR.data TD.LienTexteAction a:hover
{
	text-decoration:underline;
	color:#87D300;
	font-size: 12px;
	font-weight: normal;
	margin-left:  15px;
}


.ModelTableau2 {
	
	font-size: 12px;
	background-color: #fff;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	width: 700px;
}

.ModelTableau2 TR.entete TD {
	BACKGROUND-COLOR: #adadad;
	font-weight: bold;
	color: #5E5E5D;
	height: 25px;
	
}

.ModelTableau2 TR.pieds TD {
	BACKGROUND-COLOR: #f5f5f5;
	font-weight: bold;
	color: #87D300;
	font-size: 13px;
}


.ModelTableau2 TR.ligneTableauFonce TD {
	font-size: 12px;
	BACKGROUND-COLOR: #d1e3af;
	color: #87D300;
	font-weight: bold;
	height: 30px;
	padding: 4px 0px 4px 0px;	
}

.ModelTableau2 TR.ligneTableauClair TD {
	font-size: 12px;
	BACKGROUND-COLOR: #e8f0d8;
	color: #87D300;
	font-weight: bold;
	height: 30px;
	padding: 2px 0px 2px 0px;	
}

.ModelTableau2 TR.entete a
{
	text-decoration:none;
	color:#5E5E5D;	
	font-size: 12px;
	font-weight: bold;
}
.ModelTableau2 TR.entete a:visited
{
	text-decoration:none;
	color:#5E5E5D;
	font-size: 12px;
	font-weight: bold;
}
.ModelTableau2 TR.entete a:hover
{
	text-decoration:underline;
	color:#5E5E5D;
	font-size: 12px;
	font-weight: bold;
}

.ModelTableau2 TR.pieds a
{
	text-decoration:none;
	color:#87D300;	
	font-size: 12px;
	font-weight: normal;
}
.ModelTableau2 TR.pieds a:visited
{
	text-decoration:none;
	color:#87D300;
	font-size: 12px;
	font-weight: normal;
}
.ModelTableau2 TR.pieds a:hover
{
	text-decoration:underline;
	color:#87D300;
	font-size: 12px;
	font-weight: normal;
}

.ModelTableau2 TR.ligneTableauFonce a
{
	text-decoration:none;
	color:#87D300;	
	font-size: 12px;
	font-weight: bold;
}
.ModelTableau2 TR.ligneTableauFonce a:visited
{
	text-decoration:none;
	color:#87D300;	
	font-size: 12px;
	font-weight: bold;
}
.ModelTableau2 TR.ligneTableauFonce a:hover
{
	text-decoration:underline;
	color:#87D300;	
	font-size: 12px;
	font-weight: bold;
}

.ModelTableau2 TR.ligneTableauClair a
{
	text-decoration:none;
	color:#87D300;	
	font-size: 12px;
	font-weight: bold;
}
.ModelTableau2 TR.ligneTableauClair a:visited
{
	text-decoration:none;
	color:#87D300;	
	font-size: 12px;
	font-weight: bold;
}
.ModelTableau2 TR.ligneTableauClair a:hover
{
	text-decoration:underline;
	color:#87D300;	
	font-size: 12px;
	font-weight: bold;
}


.ModelTableau2 TR.ligneTableauFonce TD.TexteBasic span, label
{
	color:#000;	
	font-size: 12px;
	font-weight: normal;
}

.Modeltableau3
{

}

/*bloc forum*/
div.TitreDernierForum
{
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 0px 0px;
	/*background-color:#f5f5f5;*/
}
div.TitreDernierForum img
{
	vertical-align: middle;	
}
div.TitreDernierForum span
{
	vertical-align: middle;
	margin:0px 0px 0px 0px;
	color:#000;
	font-size: 14px;	
}
div.TitreListeDernierForum
{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	/*background-color: #f5f5f5;*/
	BORDER:#000000 0px solid;
	width:300px;
}
div.TitreListeDernierForum img
{
	vertical-align: middle;	
}
div.TitreListeDernierForum span
{
	vertical-align: middle;
	margin-left: 0px;
	color: #000;
	font-size: 14px;	
}
div.ContenuDernierForum
{
	position:relative;
	display:block;
	margin:0px 10px 0px 5px;
	padding:0px 0px 5px 0px;
	/*background-color: #f5f5f5;*/
	BORDER:#000000 0px solid;
	width:350px;	
	text-align:left;
	/*float:left;	*/
	z-index:2;
}
td.forumLigne
{
border-top:1px solid #B0B0B0;
font-size:9pt;
}
div.forumDate
{
color:#000000;
font-weight:bold;
text-align:right;
display:inline;
}
div.forumDateWUC
{
color:#000000;
display:inline;
font-size:8pt;
}
div.forumMessage
{
text-align:left;
margin-top:8.3px;
}
div.forumMessage span.forumSujet
{
color:#87D300;
font-weight:bold;
}
a.forumSujet
{
font-weight:bold;
color:#87D300;
text-decoration:none;
text-transform:capitalize;
}
a.forumSujet:visited
{
font-weight:bold;
color:#87D300;
text-decoration:none;
}
a.forumSujet:hover
{
font-weight:bold;
color:#87D300;
text-decoration:none;
}
a.forumlnkSuite
{
background-image: url(../Images/puce/976/fleche_color.gif);
background-repeat: no-repeat;
background-position: left center;
color:#87D300;
font-size:12px;
text-decoration:none;
padding-left:12px;
float:right;
margin-right:10px;
}
a.forumlnkSuite:hover
{
text-decoration:underline;
float:right;
margin-right:10px;
}


#divEtape1 
{
    padding:10px;
    font-weight:bold;
    color:#87d300;
    border:solid 1px #87d300;
    text-align:left;
    background-color:#fff;
}

#divEtape2
{
    padding:10px;
    font-weight:bold;
    color:#87d300;
    border:solid 1px #87d300;
    text-align:left;
    background-color:#fff;
}

div.Affiche
{
    display:block;
}

div.Cache
{
    display:none;
}


.boutonInscriptionFinale
{
    background:url('../images/mainframe/hp-register-btn-bk.png') no-repeat top center;
    width:159px;
    height:31px;
    color:#fff;
    font-size:18pt;
    padding-top:8px;
    /padding-top:0px;
    font-weight:bold;
    cursor:pointer;
}

.levelPasswordContainer
{
    display:none;
}

.divLienEnvoyerAmi{
    width:100px;
    height:25px;
    text-align:center;
    background-image: url(../images/bouton/976/petit_btn_vert.gif);
    background-repeat:no-repeat;
    background-position:top center;
    padding-top:5px;
}
.divLienEnvoyerAmi a{
    color:#000000;
    text-decoration:none;
    font-size:9pt;
}

.divLienEnvoyerAmi a:hover{
    text-decoration:underline;
}

.divLienRetour{
    width:80px;
    height:24px;
    text-align:center;
    background-image: url(../images/bouton/976/pbouton-noir.png);
    background-repeat:no-repeat;
    background-position:top center;
    padding-top:5px;
}
.divLienRetour a{
    color:#fff;
    text-decoration:none;
    font-size:9pt;
}

.divLienRetour a:hover{
    text-decoration:underline;
}

.csbtnvalidate {
    background:url(../images/oxid/btn_connexion.png);
    background-repeat:no-repeat;
    color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;
	width:110px;
	height:31px;
	text-align:center;
	padding-top:4px;
	}
	
a.lnkInscription
{    
    background-image:url("../images/bouton/976/petit_btn_vert_inscription.gif");
    background-repeat: no-repeat;
    height: 25px;
    color:#FFFFFF;
    text-decoration:none;
    font-size: 14px;
    margin-left: 25px;
    margin-top: 10px;
    display:block;
    padding-left: 18px;
    padding-top: 5px;
    font-weight: bold;
}

a.lnkInscription:hover
{    
    text-decoration:underline;
}

a.lnkSeConnecter
{    
    background-image:url("../images/bouton/976/petit_btn_vert_inscription.gif");
    background-repeat: no-repeat;
    height: 25px;
    color:#FFFFFF;
    text-decoration:none;
    font-size: 14px;
    margin-left: 25px;
    margin-top: 10px;
    display:block;
    padding-left: 3px;
    padding-top: 5px;
    font-weight: bold;
}

a.lnkSeConnecter:hover
{    
    text-decoration:underline;
}

input.btnAjoutEnfant
{
    border: none;
    background:url("../images/mainframe/hp-register-btn-bk.png") no-repeat scroll center top transparent;
    width: 159px;
    height: 31px;
    color: White;
    font-weight: bold;
    font-size: 11px;
}

input.btnSupprEnfant
{
    border: none;
    background:url("../images/mainframe/hp-register-btn-bk.png") no-repeat scroll center top transparent;
    width: 159px;
    height: 31px;
    color: White;
    font-weight: bold;
    font-size: 11px;
    margin-top: 20px;
}


.ajax__calendar .ajax__calendar_footer 
{
    display:none;
}


