@charset "utf-8";
/* CSS Document */

body
{
background-color:#EFEFEF;

background-image:url(../images/herbe.jpg);

font-family:"verdana";

/*
margin:0;
text-align:center;
*/
}

a
{
text-decoration:none;
color:#000000;
cursor:pointer;
}

img
{
border:0;
}


/**********************/
/***** Mise en page *****/
/**********************/
#page
{
position:absolute;
width:1024px;
height:100%;
top:0px;

/*
margin-left:auto;
margin-right:auto;

text-align:left;
*/
}

#ombregauche
{
position:absolute;
left:0px;
top:0px;
width:20px;
height:100%;
background-image:url(../images/ombre_gauche.jpg);
background-position:top;
background-repeat:repeat-y;
}

#ombredroite
{
position:absolute;
left:1004px;
top:0px;
width:20px;
height:100%;
background-image:url(../images/ombre_droite.jpg);
background-position:top;
background-repeat:repeat-y;
}

#interieur
{
position:absolute;
top:0px;
left:20px;
width:1004px;
height:100%;
background-color:#CC1111;
overflow:auto;
}

#blason
{
position:absolute;
top:20px;
left:105px;
width:232px;
height:190px;
}

#entete
{
position:absolute;
top:10px;
left:442px;
width:512px;
}


#flash
{
position:absolute;
top:225px;
left:21px;
width:400px;
height:20px;

font-size:18px;
text-align:right;
vertical-align:middle;
color:#FFFFCC;

padding: 3px;

background-image:url(../images/herbe.jpg);

border:#000000;
border-style:inset;
border-width:medium;
}

#flash a
{
color:#FFFFCC;
}


/**************/
/* menu Barre */
/**************/
#nav
{
position:absolute;
top:280px;
left:10px;
width:944px;
}

#nav div
{
width:200px;
height:40px;

font-size:19px;
font-weight:bold;

background-image:url(../images/cross2.gif);
background-repeat:no-repeat;
background-position:bottom;

vertical-align:bottom;
}

#navaccueil
{
position:absolute;
left:0px;
text-align:center;
}

#navvieclub
{
position:absolute;
left:258px;
text-align:center;
}

#navchampionnats
{
position:absolute;
left:506px;
text-align:right;
}

#navdivers
{
position:relative;
left:754px;
text-align:center;
}


/***************/
/* menu Gauche */
/***************/
#menu_gauche
{
position:absolute;
top:320px;
left:10px;
width:230px;
}

#menu_gauche div
{
height:200px;
position:absolute;
visibility:hidden;

padding-left:10px;
}

#accueil /* Style pour la cellule ACCUEIL dans la barre de navigation */
{}

#vieclub /* Style pour la cellule VIECLUB dans la barre de navigation */
{}

#divers /* Style pour la cellule DIVERS dans la barre de navigation */
{}

/*** Style Menus ***/
#accueil h1, #vieclub h1, #divers h1 /*Style du titre dans les menus gauches */
{
display:block;
width:230px;
}
#accueil .menu, #vieclub .menu, #divers .menu/* Style du texte dans les menus gauches*/
{
display:block;
width:175px;
}

/***********/
/* Contenu */
/***********/
#contenu
{
position:relative;
top:330px;
left:254px;
width:700px;

background-color:#CC1111;
}

/*** Style Contenu ***/
#contenu h1 /* Titre de chaque page */
{
text-align:center;
}

#contenu h2 /* Pour le Palmares */
{
text-indent:30px;
}

#ajout
{
padding:10px 10px 10px 10px;
overflow:auto;
overflow-x:hidden;
height:550px;
width:600px;
}


/*******************/
/*** Deconnexion ***/
/*******************/
#deconnexion
{
position:absolute;
top:500px;
left:0px;
width:230px;

text-align:center;
vertical-align:middle;
}


/**********************/
/******* STYLES *******/
/**********************/

/*** Style Authentification ***/
.authentification
{
font-weight:bold;
background-color:#CC1111;
color:#000000;

width:80%;
padding:10px;
}







/*
 Proprit  	    || Valeur  	                                    || Description
list-style-type 	|| decimal, upper-roman, lower-latin, disc,     || Type de puces et de numrotation
                        circle, square ou none                 
list-style-image 	|| list-style-image: url(image.png); 	        || Permet de personnaliser les puces avec une image
list-style-position || inside ou outside 	                        ||Spcifie le retrait des puces
list-style 	  	    || Raccourci vers les proprits de liste
*/
