/* **** La totalité des textes **** */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body.admin {
    margin: 0px;
    padding: 0px;
    background-image: url(image_site/nap.gif);
}

/* **** Comportement des images **** */
img {
	border: 0px;
}

/* **** Comportement des liens **** */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/* **** Comportement d'un lien en survole **** */
a:hover {
	color: #DD5151;
}

/* Mise en forme des textes erreurs */
.erreur {
	font-size: 18px;
	color: #FF0033;
}

/* Mise en forme des textes bon */
.bon {
	font-size: 20px;
	color: #008000;
}

/* **** Mise en forme du titre Principale **** */
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 2px solid #000000;
}


/* **** Mise en forme du titre Secondaire **** */
h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000000;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
}

hr {
    margin: 0px;
    padding: 0px;
    color: #000;
    height: 1px;
}

/* Les titres des menus admin */
.menuAdmin {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
}

table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.admin {
    border: 1px solid #000000;
    width: 100%;
}

th.adminClair {
    border: 1px solid #000000;
    height: 25px;
    background-color: #7f6835;
    color: #FFFFFF;

}

th.adminFonce {
    border: 1px solid #000000;
    font-size: 18px;
    height: 25px;
    background-color: #7f6835;
    color: #FFFFFF;
}

td.adminClair {
    border: 1px solid #000000;
    background-color: #edcd6b;
    filter:alpha(opacity=80);
    opacity:0.8;
}

td.adminFonce {
    border: 1px solid #000000;
    background-color: #dbb359;
    filter:alpha(opacity=80);
    opacity:0.8;
}

tr.adminClair {
    border: 1px solid #000000;
    background-color: #edcd6b;
    filter:alpha(opacity=80);
    opacity:0.8;
}

tr.adminFonce {
    border: 1px solid #000000;
    background-color: #dbb359;
    filter:alpha(opacity=80);
    opacity:0.8;
}

td.adminFond {
    border: 1px solid #000000;
    background-color: #A0C2AF;
    filter:alpha(opacity=80);
    opacity:0.8;
}

.tFonce {
    border: 1px solid #000000;
    background-color: #9c8042;
    filter:alpha(opacity=80);
    opacity:0.8;
}

th.transparent {
    font-size: 25px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.separeForum {
    height: 6px;
    text-align: center;
    background-color: #9c8042;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 16px;
}

/* **** Place le texte dans la cellule ŕ droite **** */
.placeCellule {
    width: 220px;
    text-align: right;
    padding-right: 10px;
}

.placeCellule2 {
    text-align: left;
    padding-left: 10px;
}

/* Les contours des Img dans la visualisation de toutes les images */
.contourImg {
    border: 1px solid #999999;
    height: 190px;
    width: 160px;
    padding: 4px;
    margin: 5px;
    cursor: pointer;
    background-color: #f9f2bc;
}

/* Mise en forme des petits popups DHTML du tag IMG */
.popup {
    position: absolute;
    visibility: hidden;
    background-color: #FFFFFF;
    border: 1px solid #000;
    width: 230px;
    height: 250px;
}

.popupTitre {
     width: 100%;
     height: 20px;
     background-color: #5B7982;
     text-align: center;
     font-size: 16px;
     border-bottom: 1px solid #000;
     font-weight: bold;
     color: #FFFFFF;
}

