

html {
	background: $bottomWrapper.bg.color;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}


body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
	color:#036564;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	background-color:#FFFFFF;
}

p {
	letter-spacing: normal;
	line-height: 20px;
}

h1 {
	color:#0011dd;
	font-size:24px;
	margin:25px 0 10px 0;
	clear:both;
}


h2 {
	color:#0011dd;
	font-size:18px;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#ff5533;
	font-size:16px;
	margin:20px 0 5px 0;
	clear:both;
}

h5
{
	text-decoration : underline;
	font-size : 1.2em;
	color:#0011dd;
}

a:link, a:visited {
	color:#00aadd;
	text-decoration:none;
}


a:hover {
	color:#fa720a;
	text-decoration:underline;
}



#topWrapper {
	width:100%;
	height:200px;
	background-color:${topWrapper.bg.color};
	background-image:url(images/css/topWrapper-bg.jpg);
	background-position:center top ;
	background-repeat:repeat-x;
}



#topBanner {
	width:800px;
	margin:0 auto;
	height:200px;
	background-image:url(images/css/topBanner.jpg);
	background-repeat:no-repeat;
}



#topnav {
	background:transparent url('images/css/hmenu.jpg') repeat top left;
	width : 100%;
	min-height:40px;
	max-height:80px;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	font-family:Arial,sans-serif;
	padding : 0px;
	margin : 0px;


}

.menu_horiz {
	margin : 0 auto;
	width : 800px;
}


#topnav a {
	display:block;
	float:left;
	color:#031634;
	border:none;
	text-decoration:none;
	padding:0px 50px ;
	line-height:40px;
	font-weight:bold;
}


#topnav a:hover {
	color:#e8ddcb;
	background:transparent url('images/css/hmenu-sel.jpg') repeat-x top left;
}





body {
	background-position : center 240px;
}

#box {
	width:780px;
	margin:0 auto ;
	text-align:left;
	min-height:800px;
}


#box p {
	margin-top:10px;
}


#footer {
	margin:0 auto;
	padding:0;
	width:800px;
	height:10px;
}

#footer a{
	padding-left : 45px;
}






#right {
	width:200px;
	padding:10px 20px 20px 20px;
	float:left;
}


#center {
	width:500px;
	padding:10px 20px 20px 20px;
	float:left;
}


#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 7px 0px 8px 0px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #eeeeee;
}


#sidebar ul li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	border-bottom: 1px solid #eeeeee;
}



#sidebar ul li a {
	text-decoration: none;
	color:#036564;
}


#sidebar ul li a:hover {
	color:#cdb380;
}


#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }





#bottomWrapper {
	height:40px;
	background-color:#031634;
	background-image:url(images/css/bottomWrapper-bg.jpg);
	background-position:center top ;
	background-repeat:repeat-x;
	text-align:center;
	color:#cdb380;
	text-align:center;	
}

#bottomWrapper a:link, #footer a:visited {
	color:#e8ddcb;
}


#bottomWrapper a:hover{
	color:#cdb380;
	text-decoration:none;
}



a img {
	border:none;
} 


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.tableau_connexion {
	margin-top: 30px;
	padding-left : 10px;
	border : dotted #22ffee 1px;
}

.tableau_connexion a{
	font-size: 0.8em;
	font-style : italic;
}

.tableau_connexion span{
	font-size:0.8em;
}


.flashnews {
	font-size: 1.2em;
	margin-bottom : 40px;
}

.news {
	max-height : 120px;
	overflow : hidden;
}

.basnews {
	padding-bottom: 25px;
	border-bottom: dotted 1px #bb7711;

}
.news_poste_par {
	float: right;
	font-style : italic;
	font-size: 0.7em;
	color:#036564;
	margin:0px;
	font-weight: normal;
}

.centre {
	text-align:center;
}

.info {
	font-size:0.9em;
	font-style:italic;
}

.erreur {
	font-weight : bold;
	color : red;
}

.valide {
	font-weight : bold;
	color : green;
}

/*apparence des tableaux */
.tableau 
{
	border : solid black 2px;
	border-collapse : collapse;
}

.tableau caption
{
	padding-bottom : 10px;
	font-size : 1.3em;
	text-decoration : underline;
	font-weight : bold;
	color : #006699;
	font-style : italic;
}

.tableau th
{
	border : solid black 2px;
	background-color : #56DDFF;
	padding : 5px;
}

.tableau td
{
	border : solid black 1px;
	padding : 5px;
}


.grosse_zone_texte
{
	width : 500px;
	height : 500px;
}

.moyenne_zone_texte /*Zone de texte dédiée à l'édition d'un texte de taille moyenne*/
{
	width : 100%;
	height : 175px;
}

.input_commentaire /*Entrée d'un commentaire */
{
	width : 75%;
	height : 40px;
}

.news_statut
{
	font-weight : bold;
	color : green;
	font-size : 1.2em;
}

.photos_mini_statut
{
	float : left;
	margin-right : 10px;
}

.clear_statut
{
	clear : both;
	height : 20px;

}
.commentaire
{
	margin-left : 25px;
}
.input_large /*input prenant toute la largeur disponible */
{
	width : 100%;
}

.lire_news /*Quand on demande une news sur toute la page*/
{
	border : dotted #7AA4FF 1px;
	padding : 15px;
	font-size : 1.2em;

}

.sousligne
{
	text-decoration : underline;
}

.selection
{
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
	size : 1.1em;
}
/*---------------------
Annuaire des clubs (le tableau sert aussi à la liste des membres)
---------------------------*/

.annuaire
{
	width : 95%;
	border : solid black 2px;
	border-collapse : collapse;
	margin-bottom : 10px;
}

.annuaire caption
{
	font-weight : bold;
	background-color : #56DDFF;
	border :  solid black 2px;
	border-bottom : none;
	padding : 3px;
}

.annuaire td
{
	border : dotted black 1px;
	font-size : 0.9em;
	padding : 3px;
}

.semaine
{
	float : right;
}


/* --------------
GALERIE PHOTO
------------ */

.miniatures /* photos miniaturisées*/
{
	margin-right : 10px;
	margin-bottom : 10px;
}

/*
PAGE DU PROFIL
 */

.photo_profil
{
	float : right;
}

.exprimez
{
	width : 270px;
	min-height : 250px;
	margin-top : 20px;
}

.statut
{
	font-size : 1.2em;
	font-weight : bold;
	margin-left : 10px;
}

.info_publique
{
	font-size : 1.2em;
}
.profil_titre
{
	font-weight : bold;
}

/*---------------------
Noyaux
----------------- */

.tableau_noyau /*tableau dans la page noyau.php*/
{
	border : solid black 2px;
	border-collapse : collapse;
	width : 460px;
	margin : auto;
	margin-bottom : 35px;
}

.tableau_noyau td
{
	border : solid #525252 1px;
	padding : 3px;
}

.noyau_titre /*titre dans les tableaux noyaux*/
{
	text-align : center;
	font-size : 1.2em;
	background-color : #56DDFF;
	color : #006699;
	font-weight : bold;
}

/*
 * Dispo
 */
.disponible
{
	background-color : green;
}

.indisponible
{
	background-color : red;	
}


