/* bleu CS : #CDDEFC */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 75%;
}

#main {
	margin: 0;
	padding: 10px;
}

#menu {
	float: left;
	width: 150px;
	background: transparent;
	color: #000;
	text-align: center;
}
#menu a, #menu a:link, #menu a:active  {
	display: block;
	padding: 8px 5px;
	background: #f7f7f7 url(img/grad_w.png) repeat-x;
	color: #000;/*#0000A0;*/
	text-decoration: none;
}
#menu a:hover {
	background: #CDDEFC url(img/grad_b.png) repeat-x;
	color: #000;
	text-decoration: none;
}

#page {
	margin-left: 170px;
}

/**
* liens
*/
a, a:link, a:active  {
	background-color: transparent;
	color: #0000A0;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #0000A0;
	text-decoration: underline;
}

/**
*	H
*/
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.7em;
	font-weight: bold;
	font-variant: small-caps;
}
h3 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
}

/**
* tableaux
*/
table.c {
	/*border: #808080 1px solid;*/
}

table.c tr.titre {
	background: #CDDEFC url(img/grad_b.png) repeat-x;
	color: #000;
}
table.c tr.titrer {
	background: #EEAEAE url(img/grad_r.png) repeat-x;
	color: #000;
}
table.c td {
	text-align: center;
	padding: 5px;
}
table.c td.g {
	background: #DDF6A6 url(img/grad_g.png) repeat-x;
}
table.c td.y {
	background: #FFFF00 url(img/grad_y.png) repeat-x;
}
