html{
	background: #FFF;
	height:100%;
	overflow-y: scroll;
	font-family: 'Verdana';
	font-size: 12px;
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	text-align:center;
	min-height: 100%;
	background:transparent url(img/background.jpg) repeat-x;
	scrollbar-3dlight-color:    rgb(255,223,185);
	scrollbar-arrow-color:      rgb(255,255,255);
	scrollbar-face-color:       rgb(248,142,0);
	scrollbar-highlight-color:  rgb(255,206,139);
	scrollbar-shadow-color:     rgb(185,60,0);
	scrollbar-track-color:      rgb(53,52,55);
}
td {
	font-family: 'Verdana';
	font-size: 12px;
}
a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	font-weight: bold;
	text-decoration: none;
}
h2 {
	font-family: 'Verdana';
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	text-decoration: underline;
}
h3 {
	margin: 0px;
}
html>body input.input-radio, html>body input.input-button, html>body input.input-checkbox{
	vertical-align:text-bottom;
}
#site{
	position:relative;
	margin:0 auto;
	padding:0;
	width:719px;
	text-align:left;
	height:100%;
    min-height : 100%;
	clear:both;
}
#contenu{
	width:719px;
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
html>body #contenu{
	width:717px;
}
#gauche{
	width:465px;
}
#droite{
	padding-left: 8px;
	float: right;
	width:238px;
	height:100%;
	background: url(img/col_right_bg.jpg) repeat-y #FFF;
}
#header{
	position:relative;
	background:transparent;
	margin: 0;
	padding: 0;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
#header_image {
	height: 38px;
	width: 717px;
	margin: 0;
	padding: 0;
	background: url(img/header.jpg);
}
#header_flash {
	height: 157px;
	width: 717px;
	margin: 0;
	padding: 0;
}
#header_titre {
	height: 18px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(img/header_bg_titre.jpg);
	color: #f29400;
	font-size: 10px;
	font-weight: bold;
}
#header_menu {
	height: 23px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(img/header_bg_menu.jpg);
	color: #666;
	font-size: 10px;
	font-weight: normal;
}
#header_menu ul {
float: left;
height: 23px;
margin:0;
padding:0;
}
#header_menu ul li {
display: inline;
height: 23px;
vertical-align: middle;
}
#header_menu a {
	color: orange;
	font-size: 10px;
	font-weight: normal;
	color: #f29400;
	text-decoration: none;
}
#header_menu a:hover {
	color: #FFF;
	font-weight: normal;
}
.header_sous_menu {
	/* height: 23px; */
	/* width: 100%; */
	position: absolute;
	top: 235px;
	width: 150px;
	margin: 0;
	padding: 5px;
	/* background: url(img/header_bg_menu.jpg); */
	/* color: #666; */
	font-size: 10px;
	font-weight: normal;
	background-color: #FFF;
	border: solid 1px black;
	color: black;
	z-index: 10;
}
.header_sous_menu a {
	color: black;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.header_sous_menu a:hover {
	color: black;
	background-color: orange;
	cursor: pointer;
	font-weight: normal;
}
.header_sous_menu span {
	width: 100%;
	border-bottom: solid 1px black;
}
div.gris {
	background: #f4f4f6;
	margin: 10px;
	padding: 5px;
	width: 450px;
}
div.gris a{
	color: orange;
	text-decoration: none;
	font-weight: normal;
}
div.gris a:hover{
	text-decoration: underline;
	font-weight: normal;
}
#program {
	margin: 10px;
	padding: 5px;
	width: 460px;
}
html>body div.gris {
	width:440px;
}
div.blanc {
	background: #f4f4f6;
	margin: 10px;
	padding: 5px;
	width: 460px;
}
html>body div.blanc {
	width:440px;
}
div.center {
	text-align: center;
}
hr.dashedorange {
	border: 0;
	border-bottom: dashed 1px orange;
	width: 100%;
	height: 1px;
}
hr.hidden {
	border: 0;
	border-bottom: solid 1px white;
	width: 100%;
	height: 1px;
}
.picture2007 {
	margin: 5px;
	border: solid 1px orange;
}
.picture {
	float: left;
	margin: 5px;
	border: solid 1px orange;
}
.boite {
	float: left;
	width: 220px;
	margin: 5px;
	text-align: left;
}
.boite dl {
	margin: 0;
	padding: 0;
}
.boite dt {
	margin: 0;
	padding: 2px;
	background: url(img/bg_dt.gif) no-repeat top right orange;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.boite dd {
	margin: 0;
	padding: 2px;
	text-align: left;
}
.boite dd.alt {
	background-color: #fef6e1;
}
.news {
	background: url(img/bord_left_news.jpg) no-repeat top left;
	width: 220px;
	margin: 7px 0 0 0;
	padding: 0;
}
.news dl {
	margin: 0 0 0 18px;
	padding: 0;
}
.news dt {
	margin: 0;
	padding: 2px;
	color: orange;
	font-size: 16px;
	font-weight: bold;
	border-bottom: dashed 1px orange;
}
.news dd {
	margin: 0;
	padding: 2px;
	font-size: 11px;
}
.news dd.alt {
	background-color: #fef6e1;
}
p.ptitgris {
	font-size: 10px;
	color: #BBB;
	margin: 0;
	padding: 0;
}
dd a {
	color: #666;
	margin: 0;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-weight: normal;
}
dd a:hover {
	text-decoration: underline;
	font-weight: normal;
}
a.fleche {
	color: #666;
	margin: 0;
	padding: 0 0 0 15px;
	text-decoration: none;
	background: url(img/fleche.gif) no-repeat left;
}
a.fleche:hover {
	text-decoration: underline;
}
#anastasia {
        position: absolute;
        right: 5px;
        width: 20px;
        z-index: 2;
}
html>body #anastasia {
        position: fixed;
}
input, textarea {
	border: solid 1px black;
	margin: 2px 0 0 0; 
}
label {
	display: inline;
	width: 80px;
	float: left;
	margin: 2px 0 0 0; 
}
#registration {
	display: none;
}
#planning {
	display: none;
}
#cd {
	font-weight: bold;
	color: #000;
}
