/*
** Common
*/

body {
	background: black;
	color: #888;
	margin: 0 auto 0 auto;
	width : 800px;
	font-family : "DejaVu Sans", "Trebuchet MS", Verdana, Arial ,  serif;
}
a {
	text-decoration: none;
	font-style: italic;
	color: #bbb;
}
a:hover {
	text-decoration: underline;
	color: white;
}
img {
	border: 0;
	vertical-align: middle;
    margin-bottom: 3%;
}
h1 {
	text-align: center;
}
p {
   margin-bottom: 25px;
}
q {
     color: #555555;
}
strong {
   border-bottom: 1px solid #333;
}


/*
** Global Styles
*/

#header {
	text-align: center;
	margin-top: 5px;
	float: left;
}

#menu {
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}

#main {
	margin-top: 15px;
}

#footer {
	text-align: center;
	padding-top: 35px;
	clear: both;
}



/*
** More Styles !
*/

.fond_ecran {
     border: 1px solid white;
}

.video_container {
	text-align: center;
}

#teaser {
   float: right;
   width: 350px;
}
#teaser h2, #news h2 {
   text-align: center;
}


/*
** News
*/
.news .titre {
	font-weight: bold;
	text-decoration: underline;
}
.news .date {
	float: right;
	font-style: italic;
}
.news {
	border-bottom: 1px solid #222;
	width: 800px;
	margin: auto;
}


/*
** Citations / Explications sur l'index
*/
.citation, .index_explic {
   border-collapse: collapse;
}

.citation td, .index_explic td {
   border-bottom: 1px solid #222;
}
.citation th {
   width: 200px;
}
.index_explic th {
   width: 400px;
   font-style: italic;
}


/*
** DL
*/

.avance {
   height: 10px
}
