body {
	background: #ffffff url('../images/fond_concours.jpg') center top no-repeat;
	background-attachment: fixed;
}


#zoneprincipale h1 {
	margin: 0;
	color: #ffba0b;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
}

#zoneprincipale h1>strong {
	font-size: 1.3em;
	font-weight: normal;
}
#zoneprincipale h1>sup {
	text-transform: lowercase;
}

#zoneprincipale h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 1.3em;
	font-weight: normal;
}
#formconcours p {
	font-size: 1em;
	margin: 12px 0;
}

#formconcours>input[type=text] {
	width: 184px;
	font-size: 0.7em;
	border: solid 1px #000000;
	margin: 2px 13px 2px 0;
}
#formconcours>input[type=submit] {
	display: block;
	width: 100px;
	font-size: 1em;
	background: #ffffff;
	color: #808080;
	border: solid 1px #808080;
	margin: 8px auto 12px;
}
#formconcours>textarea {
	float: right;
	width: 185px;
	height: 98px;
	border: solid 1px #808080;
	font-size: 0.7em;
	font-family: Arial;
}

p#reglements {
	margin: 0;
	font-size: 0.75em;
	text-align: center;
}

#formconcours>input[type=text].requis {
	border: solid 1px red;
	background: #ffcccc;
}
#formconcours>textarea.requis {
	border: solid 1px red;
	background: #ffcccc;
}
#detailreglements {
	padding: 0 0 30px;
}
#detailreglements  ol {
	margin: 0;
	padding: 0 0 0;	
	counter-reset: section;
	list-style-type: none;
}

#detailreglements li {
	margin: 0 0 10px 25px;
	padding: 0;	
}
#detailreglements li:before {
	counter-increment: section; 
	content: counters(section, ".") " ";
	font-weight: bold;
	display: inline-block;
	margin-left: -25px;
	width: 25px;
}
#detailreglements li>ol>li:before {
	margin-left: -35px;
	width: 35px;
}

#detailreglements>h2 {
	margin: 0
	padding: 10px 0;
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
}
#detailreglements h4 {
	font-size: 0.9em;
	text-decoration: underline;
	margin: 0 0 5px 25px;
}

#detailreglements p {
	margin: 0 0 0 45px;
}

#detailreglements li>ol {
	margin: 10px 0 0;
}

#message {
	min-height: 240px;
}
#message>h2 {
	padding: 15px 0;
}