
body
{
	font-family: Arial, Helvetica, sans-serif;
	background: white;
	margin : 0px;
	padding : 0px;
}

#page
{
	margin : 0px 0px 20px 0px;
	width:900px;
	margin-right: auto;
	margin-left: auto;
}

#bandeau
{
	border-left: solid 1px #ff9966;
	border-right: solid 1px #ff9966;
	border-top: solid 1px #ff9966;
	position: relative;
	background: url(bandeau.png);
	background-position: 0px -2px; 
	height:108px;
}

#logo
{
	background: url(logo.png);
	width: 357px;
	height: 65px;
	margin: 0px;
	padding: 0px;
}

#logoAcr
{
	background: url(acr-60.png);
	position: absolute;
	top: 0px;
	left: 420px;
	width: 99px;
	height: 65px;
	margin : 0px;
}

#logoSponsors
{
	position: absolute;
	top: 1px;
	left: 600px;
	margin : 0px;
}

#titre
{
	position: absolute;
	font-size: 12pt;
	color:#DFD;
	left: 5px;
	right: 0px;
	top: 73px;
	margin: 0px;
	padding: 0px 20px;
	background-image:url(puce.png);
	background-repeat:no-repeat;
	background-position: 2px 5px; 
}

#bandeau ul
{
	position: absolute;
	right:-1px;
	top: 66px;
	margin: 0px;
	padding: 0px 0px 0px 16px;
	
	list-style: none;
	background:white url(boutmenu.png);
	background-position: bottom left;
	background-repeat:no-repeat;
	font-size:11px;
}

#bandeau li
{
	display: block;
	float: left;
	padding: 1px 10px 1px 6px;
	margin: 0px;
	border-right: solid 1px #ff9966;
	background: url(fondmenu-16.png);
	background-position: bottom;
	background-repeat:repeat-x;
}

#bandeau a
{
	color: black;
	text-decoration: none;
}

#bandeau a:hover
{
	text-decoration: underline;
}

#contenu
{
	position: relative;
	border-left: solid 1px #ff9966;
	border-right: solid 1px #ff9966;
	border-bottom: solid 1px #ff9966;
	padding: 5px 20px;
	background-color: white;
	
	font-size: 12px;
}

#pieddepage
{
	padding: 1px 10px 1px 10px;
	margin-left: 600px;

	color: white;
	font-size:11px;
	background:#ff9966 url(boutpied.png);
	background-repeat:no-repeat;
	background-position:right top; 	
}

/*  Mise en forme */

.bouton
{
	display: inline-block;
	color: transparent;
}

.bouton span
{
	display: none;
}

A:link { COLOR: #FC5E30; TEXT-DECORATION: none; }
A:visited {	COLOR: #FC693F; TEXT-DECORATION: none; }
A:hover { COLOR: #CB655C; TEXT-DECORATION: none; }

#contenu
{ font-size: 10pt; padding: 5px 20px;}

#contenu p
{ color: #3C3C3C; text-align: justify; text-indent: 10pt }

.titre {  font-size: 11pt; font-weight: bold; text-indent: 10pt; margin-bottom: 2em;}
#contenu p.important { color: #993333; text-align:center; font-weight:bold; }

.couleur { color: #CC6666 }
.couleur2 { color: #993333 }
.obligatoire { font-weight: bold; }

.soustitre {  font-family: Arial, Helvetica, sans-serif; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #666666; text-decoration: none}
.email {  font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #EDC9C9; text-decoration: none}

.reglement { 
	color: #993333;
	background-image: url(../images/puce4.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 12px;
	font-weight: bold;
}

.listeOrange
{
	color: #CC6666;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding-left: 10px;
}

.listeOrange li
{
	background-image: url(images/puce4.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
}

.searchEmpty
{
	font-style:italic;
	color:grey;
}

.searchFilled
{
	/* actually nothing */
}

#partenaires
{
	display: block;
	position: absolute;
	top: 20px;
	right: 40px;
	
	font-size:12pt;
	border:solid 1px red;
	padding:4px;
}

