@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/template/degrade.png);
	background-repeat: repeat;
	font-size: 0.8em;
}
body, div, p, table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 300%;
	font-weight: bold;
	text-align: left;
	color: #da0441;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	color: #da0441;
}
#droite h2 {
	margin-top: 0;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
}
h4 { /* a utiliser exclusivement pour les noms des parrains */
	font-weight: bold;
	font-size: 120%;
	color: #cccccc;
	margin: 0;
	padding: 30px 0;
	/*clear: left;*/
	display: inline-block;
	text-align: center;
	align: left;
}
h4 img {
	/*float: left;
	margin-bottom: 10px;*/
}

.note {
	font-size: 85%;
	color: #CCCCCC;
}

img {
	border: 0;
}

input[type=text], textarea, select {
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
input.formObligatoire, textarea.formObligatoire, select.formObligatoire {
	background-color: #000000;
	border: 1px solid #999999;
	color: #ffffff;
}
input.formOptionnel, textarea.formOptionnel, select.formOptionnel {
	background-color: #666666;
	border: 1px solid #666666;
	color: #dddddd;
}
input[type=submit] {
	border: 1px solid #ffffff;
	background-color: #000000;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
}
input[type=submit]:hover {
	background-color: #ffffff;
	cursor: pointer;
	color: #000000;
}
input.submitDesactive, input.submitDesactive:hover {
	background-color: #000000;
	color: #666666;
	cursor: auto;
}

a, a:visited {
	text-decoration: none;
	color: #f8b22b;
}
a:hover, a:active {
	text-decoration: underline;
	color: #f8b22b;
}

.hauteurPetit {
	height: 100px;
}
.hauteurGrand {
	height: 300px;
}

td.liste {
	border-bottom: 1px solid #cccccc;
}

table.lots {
	margin-left: 50px;
}

ul.ulCourt { /* pour que la liste soit collée au texte qui la précède */
	margin-top: -10px;
	padding-top: 0
}

ul.ulRespire li { /* pour que les items d'une liste soient espacés */
	padding-top: 5px;
}

ul.dates li { /* la liste des temps forts */
	padding-bottom: 5px;
}

ul.participer { /* la liste des possibilités pour participer */
	
}
ul.participer li {
	padding-bottom: 9px;
}
ul.participer li ul { 
	padding-top: 6px;
}
ul.participer li ul li { 
	padding-bottom: 6px;
}

div.test {
	border:1px solid #CD2247;
	padding: 5px;
	background-color: #333333;
}

#page {
	background-color: #000000;
}
#pied {
	font-size: 100%;
	line-height: 300%;

}
#pied a, #pied a:visited {
	font-weight: bold;
	color: #fff;
}

.parrains { /* Divs des parrains dans l'en-tête */
	cursor: pointer;
}


/*--------------------------*/
/*           Lots           */
/*--------------------------*/

/* Sur la page d'accueil */
#lotsAccueil {
	background-image:url(../images/template/fond-lots.png);
	background-repeat: no-repeat;
	width: 410px;
	height: 210px;
	padding: 7px 2px 2px 6px;
}

/* Sur la page des lots */
#listeLots {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
#listeLots img, #lots a img {
	border: 3px black solid;
}
#listeLots img:hover {
	border: 3px white solid;
}



/*--------------------------*/
/*         Gagnants         */
/*--------------------------*/

table.gagnants {
	margin-left: 20px;
	margin-top: 0
}
table.gagnants td.gagnant {
	border-top: 1px solid #999999;
	padding: 4px 6px 2px 6px;
}

table.gagnants td.espaceurV {
	height: 10px;
	font-size: 2px;
	border-bottom: 2px solid #cccccc;
}
table.gagnants th {
	border-top: 1px solid #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
	width: 350px;
}

/* Styles dans la page qui indique son lot à un gagnant */

.lotGagne { /* le lot gagné */
	font-weight: bold;
	color: #f8b22b;
}
.nomGagnant { /* le nom du gagnant */
	font-weight: bold;
	color: #dddddd;
}

/*-------------------------------*/
/*     Images site national      */
/*-------------------------------*/
.imgMain { /* balise englobante */
	display: block;
	float: right;
	padding: 0;
	text-align: right;
	background-color: #000000;
	color: #cccccc;
}
.imgMain p {
	padding: 0;
	margin: 0;
	display: inline;
	color: #cccccc;
}
.imgMain img { /* image */
	margin: 0 !important;
	padding: 0;
}

/*** Taille 120px */
.imgMain.img120 {
	width: 120px;
	margin: 6px 0 2px 6px;
}

/*** Taille 240px */
.imgMain.img240 {
	width: 240px;
	margin: 6px 0 2px 6px;
}

/*** Taille 440px */
.imgMain.img440 {
	width: 440px;
	margin: 6px 0 2px 0;
}

/*** Taille 450px */
.imgMain.img450 {
	width: 450px;
	margin: 6px 0 2px 6px;
}

/*** Taille 480px */
.imgMain.img480 {
	width: 480px;
	margin: 6px 0 8px 0;
}

.imgMain.img480 .imgDescription, .imgMain.img480 .imgPhotographe {
	padding-left: 100px;
}

.imgDescription { /* description de la photo (du texte) */
	text-align: right;
	margin: 3px 2px 3px 2px;
}
.imgDescription p {
	text-align: right;
}
.imgPhotographe { /* nom du photographe (texte + lien) */
	display: inline;
	margin: 3px 2px 3px 2px;
	color: #999999;
}
.imgPhotographe p {
	display: inline;
	color: #999999;
}
.imgCopyright { /* copyright (contenu html : image + lien) */
	display: inline;
	padding-left: 10px;
	margin-bottom: 3px;
}

.imgMain a, .imgMain a:visited, .imgMain a:hover, .imgMain a:active {
	color: #cccccc;
}
.imgMain a:hover, .imgMain a:active {
	background-color: #666666;
}
.imgPhotographe a, .imgPhotographe a:visited, .imgPhotographe a:hover, .imgPhotographe a:active {
	color: #cccccc;
}


/*--------------------------*/
/*           Menu           */
/*--------------------------*/

#menu img, #menu img a {
	border:0;
}

/*--------------------------*/
/*        Positions         */
/*--------------------------*/
#page {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 100%;
	text-align: center;
}
#entete {
	margin: 0 auto;
	width: 960px;
	height: 250px;
	text-align: center;
	padding: 0;
}
#rubriques {
	width: 400px;
	float: right;
	margin: 40px 30px 10px 0;
}

#contenu {
	width: 900px;
	margin: 0;
	padding: 0 30px;
	text-align: left;
	clear: both;
	min-height: 400px;
}
#contenu h1 {
	
}
#contenu h4 { /* parrains */
	width: 220px;
}
#droite {
	float: right;
	width: 48%;
}
#gauche {
	width: 48%;
}
#pied {
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: center;
	width: 960px;
}


