/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html{
	overflow:scroll;
	overflow-x:hidden;
}
body{
	background: url(../../images/fond.jpg) repeat-x;
}
img{
	border: none;
	vertical-align: text-bottom;
}
h1{
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h2{
	font-size: 14px;
	padding-bottom: 5px;
}
a{
	color: #e2001a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.flt_left{
	float: left;
}
.flt_right{
	float: right;
}
.clr_flt{
	clear:both;
	display:block;
	height:0;
	font-size:1px;
	line-height:0px;
}
div.dotted{
	margin: 10px 0 25px 0;
	border-bottom: 1px dotted #000;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
#contenu .nomarge{
	margin: 0;
	padding: 0;
}
#global{
	width: 1000px;
	margin: 0 auto;
}
/* ---- top ---- */
#top{
	height: 21px;
	padding-top: 225px;
	padding-left: 30px;
	/*background: url(../../images/top.jpg) no-repeat;*/
	background: url(../../images/globe2.gif) no-repeat left top;
}
#navigation-top li{
	list-style-type: none;
	float: left;
	border-right: 1px solid #fff;
}
#navigation-top li a{
	color: #fff;
}
/* ---- page ----*/
#page{
	clear: both;
}
#banniere{
	width: 120px;
	float: left;
	padding-top: 10px;
}
#navigation-gauche{
	padding-top: 40px;
}
/* ---- navigation gauche ----*/
#navigation-gauche{
	width: 205px;
	float: left;
}
#navigation-gauche ul{
	margin-bottom: 75px;
}
#navigation-gauche p{
	margin-left: 25px;
}
#navigation-gauche li{
	list-style-type: none;
	line-height: 17px;
	margin-bottom: 1px;
	margin-left: 25px;
}
#navigation-gauche li a{
	background-color: #f48521;
	padding: 1px 4px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#navigation-gauche li a:hover,
#navigation-gauche li.active a{
	background-color: #e2001a;
}
#navigation-gauche li.butt-inscription{
	margin-top: 35px;
}
#navigation-gauche li.butt-inscription a{
	background-color: #e2001a;
	font-size: 14px;
}
#navigation-gauche li.espace-candidat{
	padding-top: 25px;
}
#navigation-gauche li.espace-candidat a{
	background-color: #000;
}
/* ---- contenu ----*/
#contenu{
	width: 620px;
	min-height: 655px;
	float: left;
	background: #fff url(../../images/contenu.gif) no-repeat center top;
	padding: 30px 0;
	margin-right: 30px;
}
#contenu p,
#contenu ul{
	margin-bottom: 15px;
}
#contenu dt{
	font-weight: bold;
	color: #000;
	padding: 20px 0 5px 0;
}
#contenu dd p{
	margin-bottom: 0;
}
#contenu li{
	margin-left: 15px;
	list-style-type: square;
}
.contenu-padding,
.calendrier-prix dl,
.calendrier-prix h2{
	padding: 0 45px;
}
.calendrier-prix{
	background: url(../../images/calendrier-prix.jpg) no-repeat center bottom;
	padding-top: 20px;
	margin-bottom: 20px;
	width: 309px;
	float: left
}
.calendrier-prix h2{
	height: 21px;
	line-height: 21px;
	background: #000;
	color: #fff;
	text-transform: lowercase;
	font-size: 14px;
	padding-bottom: 0;
}
#calendrier h2{
	border-right: 1px solid #fff;
}
#calendrier dl{
	border-right: 1px dotted #000;
}
#contenu .calendrier-prix dl{
	height: 200px;
	padding-top: 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000;
	line-height: 18px;
}
#contenu .calendrier-prix dt{
	font-weight: bold;
	padding-top: 10px;
}
.calendrier-prix dd{
	color: #000;
	padding-bottom: 0;
}
.partenaire{
	clear: both;
}
#contenu .partenaire li{
	list-style-type: none;
	float: left;
	margin: 0;
}
/* ---- partenaires ----*/
.logo{
	float: right;
	width: 35%;
	text-align: right;
}
.part-desc{
	float: left;
	width: 60%;
	padding-bottom: 30px;
}
.soutien{
	text-align: center;
}
.soutien img{
	margin: 0 20px;
}
.liste-resultat{
	clear: both;
}
.liste-resultat img{
	float: left;
	margin: 5px 10px 0 0;
}
.liste-resultat p{
	padding-bottom: 30px;
}
.liste-resultat h2{
	padding-top: 10px;
}
.dynamique{
	color: #f48521;
}
.resultat{
	text-transform: none;
}
/* ----- formulaire d'inscription ----- */
#global-inscription #contenu{
	position: absolute;
	left: 50%;
	margin-left: -290px;
	width: 560px;
	padding-left: 10px;
	padding-right: 10px;
}
fieldset{
	border: none;
	border-top: 1px dashed;
	padding: 10px 0;
}
#global-inscription label.medium{
	float: left;
	text-align: right;
	width: 35%;
	margin-right: 5px;
}
#global-inscription input.medium,
#global-inscription select.medium{
	width: 50%;
}
#global-inscription li{
	list-style-type: none;
}
#global-inscription .obligatoire{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
#global-inscription .equipier{
	font-weight: bold;
	font-size: 1.2em;
}
#global-inscription .submit{
	border-top: 1px dashed;
	padding-top: 10px;
}
#global-inscription option{
	padding-right: 5px;
}
#global-inscription #contenu .recap p{
	margin-bottom: 5px;
}
legend{font-weight: bold; padding-right: 10px;}
/* message d'erreur ou de succes */
.succes,
.info,
.erreur{
	padding: 10px;
	text-align: center;
}
.succes{
	border: 1px solid #339933;
	color: #246c24;
	background-color: #d2f0d2;
}
.info{
	border: 1px solid #4d79aa;
	color: #3c5E84;
	background-color: #d8e2ed;
}
.erreur{
	border: 1px solid #ff8103;
	color: #ca6500;
	background-color: #ffd8b0;
}
