/* CSS Document */

/* ---------------------------------- */
/*                Liens               */
/* ---------------------------------- */


a{
	text-decoration:underline;
	color: #000000;
	font-weight: bold;



	}
a:visited {
	color: #666666;
	text-decoration: underline;
	
}
a:hover {
	color: #993333;
	text-decoration: none;

	
}
a:active {
	color: #999999;
	
}

a:link {
	text-decoration:underline;

}


/* ---------------------------------- */
/* Liens (menu gauche  seulement)     */
/* ---------------------------------- */

A.menu {
	font-size: 12px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-indent: 0px;
	display: block;
	width: 140px; 
	height: 20px;
	background-image: url('/images/menu_rollover.gif');
	background-position: 0; no-repeat;
	text-decoration: none;
}

A.menu:hover {
	font-size: 12px; color: #993333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 0px;
	display: block;
	width: 140px;
	height: 20px;
	background-image: url('/images/menu_rollover.gif');
	background-position: 140; no-repeat;
	text-decoration: none;
}

A.menu:visited {
	text-decoration: none;
}

A.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.menu:link {
	text-decoration: none;
}


/* ---------------------------------- */
/* Liens (menu droite  seulement)     */
/* ---------------------------------- */

A.menuR {
	color: #000000;
	text-decoration: none;
	text-indent: 15px;
	display: block;
	width: 280px;
	height: 16px;
	background-image: url(/images/menu_rollover_Right.gif);
	background-position: 0;
	background-repeat: no-repeat;
}

A.menuR:hover {
	color: #FFFFFF;
	text-indent: 15px;
	display: block;
	width: 280px;
	height: 16px;
	background-image: url(images/menu_rollover_Right.gif);
	background-position: -280;
	background-repeat: no-repeat;
}

A.menuR:visited {
	text-decoration: none;
}

A.menuR:active {
	color: #FFFFFF;
	text-decoration: none;
}

A.menuR:link {
	text-decoration: none;
}




/* ---------------------------------- */
/*                 TITRES             */
/* ---------------------------------- */

H3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660000;
	font-variant: small-caps;
}

.Title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #660000;
	font-variant: small-caps;
	font-weight: bold;
}

/* ---------------------------------- */
/*            STYLES GENERAUX         */
/* ---------------------------------- */


BODY{
	margin: 0px;
	background-color: #CCCC99;
	list-style-type: disc;
}
TD{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;

}

.small {
	font-size: 9px;
}

input {
	border:1px solid black;
	background-color:#E1E1E1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size: 10px;
	height: 17px;
}
select, option {
	background-color:#E1E1E1;
	color:black;
}
textarea {
	border:1px solid black;
	background-color:#E1E1E1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
}


.TDcenter{
	background-image: url(images/fond-milieu.jpg);

}

/* ---------------------------------- */
/*            STYLES SPEC             */
/* ---------------------------------- */

.WhiteCell {
	text-align: justify;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

div.thumbframe {
	margin: 0px 0px 5px 5px;
	padding: 5px;
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center; }
	
	
	
.WhiteCellPhoto {
	text-align: justify;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 18px;
}
