body
{
	background: #65b1fc;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0000CC;
}

#conteneur
{
	position: relative;
	width: 750px;
	height: 830px;
	margin: 10px auto;
	padding: 0px;
	border: 1px solid #FD5B00;
}

#admin_conteneur
{
	position: relative;
	width: 750px;
	height: 530px;
	margin: 10px auto;
	padding: 0px;
	border: 1px solid #FD5B00;
}

#etoiles
{
	position: relative;
	width: 100%;
	height: 830px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#admin_etoiles
{
	position: relative;
	width: 100%;
	height: 530px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html>body #conteneur
{
	height: auto;
	min-height: 830px;
}

html>body #admin_conteneur
{
	height: auto;
	min-height: 530px;
}

html>body #etoiles
{
	height: auto;
	min-height: 830px;
}

html>body #admin_etoiles
{
	height: auto;
	min-height: 530px;
}

#header
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 730px;
	height: 130px;
	padding: 0px;	
	background: url('images/degrade.jpg') #0F4CFF;
	text-align: left;
}

#news
{
	position: absolute;
	top: 145px;
	left: 15px;
	width: 720px;
	height: 20px;
	padding: 2px 0px 0px 0px;
	text-align: center;
	overflow: visible;
	font-size: 9px;
}

#news_g
{
	position: absolute;
	top: 0px;
	left: -10px;
	width: 10px;
	height: 20px;
	padding: 0px;	
	text-align: center;
	background: url('images/news_g.png') no-repeat;
	z-index: -1;
}

#news_m
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	padding: 0px;	
	text-align: center;
	background: url('images/news_m.png');
	z-index: -1;
}

#news_d
{
	position: absolute;
	top: 0px;
	right: -10px;
	width: 10px;
	height: 20px;
	padding: 0px;	
	text-align: center;
	background: url('images/news_d.png') no-repeat;
	z-index: -1;
}

#menu, #menu_admin
{
	position: absolute;
	top: 170px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	width: 150px;
}

#menu_admin
{
	padding: 10px 0px;
}

.sous_menu
{
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
}

#main
{
	position: relative;
	margin: 170px 10px 10px 170px;
	padding: 10px 20px;
	overflow: visible;
}

.bgd_hg
{
	position: absolute;
	width: 20px;
	height: 20px;
	top: -5px;
	left: -5px;
	background: url('images/bgd_hg.png');
	z-index: -1;
}

.bgd_hm
{
	position: absolute;
	height: 20px;
	top: -5px;
	left: 15px;
	right: 15px;
	background: url('images/bgd_hm.png');
	z-index: -1;
}

.bgd_hd
{
	position: absolute;
	width: 20px;
	height: 20px;
	top: -5px;
	right: -5px;
	background: url('images/bgd_hd.png');
	z-index: -1;
}

.bgd_mg
{
	position: absolute;
	width: 20px;
	top: 15px;
	bottom: 15px;
	left: -5px;
	background: url('images/bgd_mg.png');
	z-index: -1;
}

.bgd_mm
{
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background: url('images/bgd_mm.png');
	z-index: -1;
}

.bgd_md
{
	position: absolute;
	width: 20px;
	top: 15px;
	bottom: 15px;
	right: -5px;
	background: url('images/bgd_md.png');
	z-index: -1;
}

.bgd_bg
{
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -5px;
	left: -5px;
	background: url('images/bgd_bg.png');
	z-index: -1;
}

.bgd_bm
{
	position: absolute;
	height: 20px;
	bottom: -5px;
	left: 15px;
	right: 15px;
	background: url('images/bgd_bm.png');
	z-index: -1;
}

.bgd_bd
{
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -5px;
	right: -5px;
	background: url('images/bgd_bd.png');
	z-index: -1;
}

#footer
{
	position: absolute;
	text-align: center;
	bottom: -35px;
	width: 750px;
	height: 15px;
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	font-size: 0.8em;
}

#menu a, #menu_admin a, #menu_admin2 a
{
	color: #ff6229;
	text-decoration: none;
}

#menu a:hover, #menu a:focus, #menu a:active, #menu_admin a:hover, #menu_admin a:focus, #menu_admin a:active, #menu_admin2 a:hover, #menu_admin2 a:focus, #menu_admin2 a:active
{
	text-decoration: underline;
}

#main a
{
	font-weight: 600;
	color: #ff6229;
	text-decoration: none;
}

#main a:hover, #main a:focus, #main a:active
{
	text-decoration: underline;
}

#main h5 a
{
	color: #0000CC;
}

#footer a
{
	color: #0000CC;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer a:active
{
	text-decoration: underline;
}

.bleu
{
	color: #0000CC;
}

.orange
{
	color: #ff6229;
}

.blanc
{
	color: #ffffff;
}

.gras
{
	font-weight: bold;
}

.special
{
	font-weight: 600;
}

.warning
{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

p
{
	text-align: justify;
	margin: 10px 0px;
	text-indent: 0px;
}

h1
{
	font-size: 1.5em;
	text-align: center;
	padding: 0px;
	margin: 10px auto;
	font-weight: normal;
}

#main h1
{
	margin: 10px auto 0px auto;
}

h2
{
	font-size: 1.5em;
	text-align: center;
	padding: 0px;
	margin: 8px auto;
	font-weight: normal;
}

#main h2
{
	font-size: 1.5em;
	text-align: left;
	padding: 0px 0px 0px 30px;
	margin: 0px;
	font-weight: normal;
	background: url('images/titreh2.png');
	background-repeat: no-repeat;
	width: 450px;
	height: 25px;
}
h3
{
	font-size: 1.3em;
	text-align: center;
	padding: 0px;
	margin: 5px 0px 0px 5px;
	font-weight: bold;
}

#header h3
{
	font-size: 1.2em;
}

#main h3
{
	margin: 5px 0px 0px 10px;
	margin: 10px auto 3px auto;
	font-weight: bold;
}

#menu h3, #menu_admin h3, #menu_admin2 h3
{
	font-size: 1.2em;
	text-align: left;
	margin: 3px 0px 0px 15px;
}

h4
{
	font-size: 1.1em;
	text-align: center;
	padding: 0px;
	margin: 2px auto;
	font-weight: bold;
}

#menu h4
{
	font-size: 1em;
	margin: 0px 0px 0px 30px;
	text-align: left;
	color: #ff6229;
}

#main h4
{
	font-size: 1.1em;
	margin: 5px 0px 0px 0px;
}

h5
{
	font-size: 0.9em;
	text-align: center;
	padding: 0px;
	margin: 2px auto;
	font-weight: normal;
}

table
{
	font-size: 1em;
	border-color: #0000CC;
}

a img
{
	border: 0px;
}

li
{
	margin: 5px auto;
	list-style-type: none;
}

@font-face
{
	font-family: "Digital-7";
	src: url("/digital7.ttf");
}

@font-face
{
    font-family: 'DigitaldreamFatRegular';
    src: url('/DIGITALDREAMFAT-webfont.eot');
    src: url('/DIGITALDREAMFAT-webfont.eot?#iefix') format('embedded-opentype'),
         url('/DIGITALDREAMFAT-webfont.woff') format('woff'),
         url('/DIGITALDREAMFAT-webfont.ttf') format('truetype'),
         url('/DIGITALDREAMFAT-webfont.svg#DigitaldreamFatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'DigitaldreamRegular';
    src: url('/DIGITALDREAM-webfont.eot');
    src: url('/DIGITALDREAM-webfont.eot?#iefix') format('embedded-opentype'),
         url('/DIGITALDREAM-webfont.woff') format('woff'),
         url('/DIGITALDREAM-webfont.ttf') format('truetype'),
         url('/DIGITALDREAM-webfont.svg#DigitaldreamRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#countdownie
{
	z-index: 2;
	position: absolute;
	bottom: 10px;
	right: 100px;
	font-family: DigitaldreamRegular;
	font-size: 2em;
	border: 3px solid #ff0000;
	border-radius: 5px;
	margin: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #000000;
}
