
/* ************************************************************************************************ */
/* *** BALISES HTML CLASSIQUES ******************************************************************** */
/* ************************************************************************************************ */

html, body { height: 99%; }

body { margin: 0; padding: 0px; }

body, td, tr, input, label, textarea, select {
	font-size: 8.5pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size: 150%; margin: 0px; padding: 0px; }
h2 { font-size: 145%; margin: 0px; padding: 0px; }
h3 { font-size: 140%; margin: 0px; padding: 0px; }
h4 { font-size: 130%; margin: 0px; padding: 0px; }
h5 { font-size: 120%; margin: 0px; padding: 0px; }
h6 { font-size: 110%; margin: 0px; padding: 0px; }

/* ************************************************************************************************ */
/* *** MISES EN FORME DES LIENS ******************************************************************* */
/* ************************************************************************************************ */

a		{ color: #1F7BED }
a:hover { color: #FF3300; }

div#title a			{ color: white; }
div#title a:hover	{ color: #FF6A22 }

/* ************************************************************************************************ */
/* *** DIVERS CONTENEUR DU SITE ******************************************************************* */
/* ************************************************************************************************ */

div#main {
	margin-right: 8%;
	margin-left: 8%;
	margin-top: 5%;
	border: 1px solid #1F7BED;
	background: white;
	text-align: left;
}

div#header {
	padding: 5px;
}

div#logo_text {
	margin-top: 30px;
	margin-left: 10px;
	float: left;
	font-size: 110%;
}

div#coin_G {
	width: 11px;
	height: 12px;
	background-image: url('../images/coin_g.gif');
	position: absolute;
	z-index: 1;
	left: 8%;
	margin-left: 0px;
	margin-top: -6px;
}

div#coin_D {
	width: 11px;
	height: 12px;
	background-image: url('../images/coin_d.gif');
	position: absolute;
	z-index: 1;
	right: 8%;
	margin-right: 0px;
	margin-top: -6px;
}

div#title {
	color: white;
	margin: auto;
	padding: 5px;
	background: #1F7BED;
	height: 1.5em;
}

div#menu {
	width: 20%;
/*	height: 100%;  */
	float: left;
	display: inline;
	margin: 5px;
	background: white;
	line-height: 150%;
	margin-top: 10px;
/*	border-right: 1px solid #C7C7C7;  */
}

div#visitors {
	width: 85%;
	margin: 5px; 
	padding-left: 5px;
	background: url('../images/stats2.gif') no-repeat; 
	background-position: center right; 
	background-color: #D8E8FC; 
	border: 1px dashed #1F7BED;
}

div#contenu {
	width: 77%;
	float: right;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
/*	border: 1px dashed #FF00FF;	*/
}

/* ************************************************************************************************ */
/* *** TEXTES ET CONTENUS ************************************************************************* */
/* ************************************************************************************************ */

table.tblCBlue, table.tblLBlue, table.tblCGrey, table.tblLGrey {
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

table.tblCBlue thead, table.tblLBlue thead { background-color: #1F7BED; color: white;}
table.tblCBlue td {	padding: 3px; border: 1px solid #1F7BED; }
table.tblLBlue td {	padding: 3px; border-top: 1px solid #1F7BED; border-bottom: 1px solid #1F7BED; }
table.tblLBlue { border: 1px solid #1F7BED; }

table.tblCGrey thead, table.tblLGrey thead { background-color: #707070; color: white;}
table.tblCGrey td {	padding: 3px; border: 1px solid #707070; }
table.tblLGrey td {	padding: 3px; border-top: 1px solid #707070; border-bottom: 1px solid #707070; }
table.tblLGrey { border: 1px solid #707070; }

#logo_text .tblue {
	font-weight: bold;
	color: #1F7BED;
	font-size: 110%;
}

/* ************************************************************************************************ */
/* *** RoundedCornr BOX *************************************************************************** */
/* ************************************************************************************************ */

.roundedcornr_box {
	background: url(../images/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(../images/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../images/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -10px;
}
.roundedcornr_content { padding: 0 10px; }