/*****************************************************
 * Couleurs de la structure de la page
 */
body
{
	font: .9em "Trebuchet MS", Verdana, Arial, Sans-Serif;
	background-color: #333;
	color: #333;
}
#header
{
	text-align: left;
	font-size: xx-large;
	color: white;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	width: 90%;
}
#footer
{
	text-align: center;
	color: #aaa;
	font-family: monospace;
}
/*****************************************************
 * Titres
 */
h1
{
	color: black;
	font-size: xx-large;
	position: relative;
	left: -60px;
	font-variant: small-caps;
	letter-spacing: 0.3em;
	width: 90%;
}
h2
{
	color: #e98f3f; /* orange/marron */
	font-size: x-large;
	font-variant: small-caps;
}
/*****************************************************
 * Paragraphes
 */
.note
{
	font-style: italic;
	color: #888;
}
p:first-letter
{
	font-size: x-large;
}
p.nofirstletter:first-letter
{
	font-size: inherit;
}
p.debug
{
	border: 1px solid #fff;
	color: #fff;
}
/*****************************************************
 * Puces
 */
#content ul
{
	list-style-image: url(../images/page/puce2.png);
}
/*****************************************************
 * Images
 */
/*****************************************************
 * Liens
 */
a
{
	color: #2e76bd;
	text-decoration: underline;
}
a.blank
{
	background: url("../images/page/hrefblank.png") center right no-repeat;
	padding-right: 16px;
}
a:hover
{
	text-decoration: none;
	color: #e98f3f; /* orange/marron */
	/*color: white;
	background-color: #2e76bd;*/
}
#submenu a:hover
{
	background-color: #e98f3f; /* orange/marron */
}
a img
{
	/*border: none;*/
	border: 1px dashed black;
}
a.clean
{
	color: white;
	text-decoration: none;
}
a.clean:hover
{
	color: white;
	text-decoration: none;
}
/*****************************************************
 * insertion d'animation flash
 */
#flashcontent
{
	text-align: center;
}
#cartouche
{
	padding: 0px 5px 0px 10px;
	margin-bottom: 10px;
}
img.cartouche
{
	float: left;
	margin-right: 10px;
}
hr.separator
{
	clear: both;
	visibility: hidden;
}
