/* Balises par défaut */
body {
	margin: 0; padding: 0;
	background: #fff;
	color: #000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size:0.8em;
}

form, p, h1, h2, h3, h4, h5, h6 {
	margin:  0;
	padding: 0;
}

img {   border: 0; }

h1 {
	font-size:1.6em;
	font-weight: bold;
}

h2 {
	font-size:1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {
	font-size:1.2em;
	padding-bottom: 10px;
}

h4 {
	font-size:0.9em;
}

h5 {
	font-size:1.2em;
	padding-bottom: 5px;
}

a:link, a:visited { text-decoration: none; color: #95152e; }
a:hover, a:focus { text-decoration: underline; }
a:active { color:#fff; }

.boite {
 	background: #ececec url(images/degrade-vertical-gris.png) repeat-x top left;
	padding: 10px;
}

.sponsor {
	float: right;
/*	width: 400px;*/
	width: 290px;
}

.sponsor img {
/*	width: 290px;*/
}

.actualite, .derniere, .resultat {
	padding-bottom: 7px;
}

.vignette {
	width: 60px;
}

/* DIV de structure de page */

#page {
	width:  1000px;
	margin: 5px auto 0 auto;
}

#bloc_entete {
	width: 1000px;
}

#bloc_video {
	clear: both;
	width: 1000px;
}

#bloc_recherche {
	clear: both;
	width: 1000px;
}

#pieddepage {
	clear:both;
	float: right;
	width:600px;
	text-align: right;
}

/* Colonnes dans les blocs */

#col_actu {
	float: left;
	width: 290px;
	margin-top: 20px;
}

#col_video  {
	float: left;
	width: 380px;
	margin: 0 20px;
	margin-top: 20px;
}

#col_dernieres {
	float: left;
	width: 290px;
	margin-top: 20px;
}

#dernieres {
	width: 270px;
}

#recherche {
	text-align: left;
}

#recherche select {
	width: 150px;
}

input#date {
	width: 100px;
}

#formulaire {
	float: left;
	width: 270px;
	margin-top: 20px;
}

.resultats {
	float: left;
	width: 360px;
	margin: 20px 20px 0 20px;
/*	padding-right: 0;
	padding-left: 0;*/
	display: none;
}

#liste {
	float: left;
	width: 270px;
	margin-top: 20px;
}

/* DIV des éléments des blocs et colonnes */

#connexion {
	position: absolute;
	right:0px;
	z-index: 1;
	background-color: white;
	color: black;
	border: 1px solid #333;
	padding: 0 4px;
}

#logo {
	float: left;
	width: 600px;
	text-align: left;
}

#actualites {
	margin-top: 20px;
}

#contact {
	width: 270px;
}

#flashplayer {
	width: 380px;
	height: 284px
}

/* Page d'authentification */

#vss_messages p {
	color: #ff5764;
/* 	font-size:1.2em; */
}

#vss_authentification {
	width:  450px;
	margin: 60px auto;
}

#vss_authentification input {
	width: 200px;
}

#vss_authentification label {
	text-align: right;
}

#vss_authentification fieldset {
	margin-top: 20px;
	border: 1px solid #000;
	padding: 10px;
}

#vss_authentification legend {
	font-weight: bold;
	border: 1px solid #000;
	padding : 2px 5px;
}