/*
/////////////////////////////////////////////////////
BALISES DE BASE
/////////////////////////////////////////////////////
*/
html {

}
body {
	background-color: #ADB4BC;
	background-image:url(../images/fond_degrade.jpg);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

table, tr, td {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border: 0px;
	vertical-align:top;
}

select {
	margin:0px 4px 4px 0px;
}

.champ_moyen {
	width:237px;
}

#page {
	display:block;
	width: 970px;
	height:auto;
	background-color: #ffffff;
	padding: 0px;
	position:relative;
	margin: 0px auto;
}

ul {
	margin-bottom: 0em;
	list-style-position: outside;
	list-style-image: url(../images/puce.gif);
	list-style-type: none;
}

ul li {
	margin: 0px 0px 8px 18px;
	padding: 0px;
}

ol {
	list-style-position:outside;
	padding: 0px 0px 0px 22px;
	margin: 2px 0px 0px 0px;
}

ol li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

hr {
	width:700px;
	clear:both;
	height:4px;
	background-color:#DCDEE0;
	border:0px;
	margin:0px 0px 8px 0px;
	padding:0px;
}

/*
/////////////////////////////////////////////////////
ÉLÉMENTS D'ENTÊTE
/////////////////////////////////////////////////////
*/

#entete {
	position:relative;
	height: 187px;
}

#logo {
	position:absolute;
	left: 30px;
	top: 30px;
}

#tagline {
	position:absolute;
	left: 593px;
	top: 89px;
}

#tagline-en {
	position:absolute;
	left: 587px;
	top: 89px;
}

#navigation ul {
	list-style-type: none;
	list-style-image:none;
	padding: 0px;
	display:block;
	position:absolute;
	width: 913px;
	left: 30px;
	top:127px;
	margin: 0px;
	border-width:0px 0px 15px 0px;
	border-style: solid;
	border-color: #E36C28;

}

#navigation ul li {
	display:block;
	float:left;
	margin: 0px;
	line-height: 1.2em;
}

#navigation ul li a {
	display: block;
	padding: 8px 12px;
	margin: 0px;
}

#navigation ul li a:hover  {
	padding: 9px 12px 7px 12px;
}

#navigation .choix_langue {
	float: right;
}
#navigation .choix_langue a, #navigation .choix_langue a:hover {
	padding-right: 0px;
}


#navigation .actif {
	background-color:#E36C28;
	color:#FFF;
}

#sous-navigation {
	width: 167px;
	position:absolute;
	left:30px;
	top:171px;
	/* height: 704px;*/
}

#sous-navigation ul {
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	list-style-image:none;
}

#sous-navigation li {
	margin: 0em 0em 0em 0em;
	line-height: 1.2em;
}

#sous-navigation li a {
	background-color:#E36C28;
	background-image:url(../images/sous-navigation-fleche.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	display: block;
	width: 135px;
	padding: 8px 20px 8px 12px;
	margin: 0px;
	border-color: #FFF;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
}

#sous-navigation li a:hover  {
	background-color:#FF8D35;
	padding: 9px 20px 7px 12px;
}

#sous-nav-complements li a {
	background-color:#FFF;
	background-image:none;
	display: block;
	height: 0%;
	width: 135px;
	padding: 8px 20px 8px 12px;
	margin: 0px;
	border-color: #DCDEE0;
	border-style:solid;
	border-width: 1px;
}

#sous-nav-complements li a:hover  {
	background-color:#DCDEE0;
	padding: 9px 20px 7px 12px;
}

#titre01 {
	margin-top: 15px;
}

/*
/////////////////////////////////////////////////////
ÉLÉMENTS DE CORPS DE PAGE
/////////////////////////////////////////////////////
*/

#contenu {
	/*position:absolute;
	top:177px;
	left:212px;*/
	width:730px;
	margin: 0px 0px 0px 212px;
}

.b_retour {
	display: block;
	background-image:url(../images/b_retour.gif);
	background-position: center center;
	background-repeat:no-repeat;
	height: 16px;
	width: 52px;
	text-indent:-1999px;
	margin:0px 0px 30px 0px;
}
.b_retour:hover {
	background-image:url(../images/b_retour-on.gif);
}

.bloc_de_contenu {
	width:700px;
	display:block;
	background-image:url(../images/filet_entrecolonnes.gif);
	background-repeat:repeat-y;
	background-position:345px 0px;
	padding:0px;
	margin:0px 0px 15px 0px;

}

.bloc_de_contenu_note_em {
	color: #E36C28;
}

.colonne1 {
	position:relative;
	width:340px;
	/*border-style:solid;
	border-width:1px;
	border-color:#000;*/
	float:left;
}
.colonne2 {
	position:relative;
	width:345px;
	float:right;
/*	border-style:solid;
	border-width:1px;
	border-color:#000;*/
}
   /*original
.avec_filets td {
	padding:8px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
}
*/
.avec_filets td {
	padding:8px 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color:#000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
   /* text-align: center; */
}

.sans_filets td {
	border-width:0px 0px 0px 0px;
	padding:8px 4px;
}
.formulaire tr {
	height:28px;
}

.formulaire td {
	padding: 0px 0px 0px 0px;
}

tr.emphase {
	background-color: #F5F5F6;
}

.input_court1, .input_court2, .input_large1 {
	border: 1px;
	border-style:solid;
	border-color:#ddd8cf;
	float:left;
	margin:0px 0px 8px 0px;
	padding: 2px 4px 0px 4px;
	height:1.5em;
}

.input_court1 {
	width: 16px;
	display:inline;
	float:none;
	margin: 0px;
}

.input_court2 {
	width: 200px;
	display:inline;
}

.input_large1 {
	width:500px;
}

.select_court2 {
	width: 210px;
	display:inline;
}


.b_inscription {
	display:block;
	width:167px;
	height:57px;
	text-decoration:none;
	background-image:url(../images/b_inscrivez-vous_maintenant.gif);
	background-repeat:no-repeat;
	text-indent:-1999px;
	margin:0px 0px 15px 0px;
}


.b_inscription:hover  {
	background-image:url(../images/b_inscrivez-vous_maintenant-on.gif);

}

#fscroller {
	width:677px;
	height:16px;
	background-color: #EEEFF0;
	overflow:hidden;
	margin:15px 0px;
	display:block;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0em 0em 0.9em 0em;
	padding: 14px 8px 12px 15px;
	color: #000;
}

.erreur_formulaire td {
	color:#FF0000;
	font-weight:bold;
}

.erreur_formulaire td input {
	border-color:#FF0000;
	border-style:solid;
	border-width:1px;
	color:#FF0000;
}

#publicite1 {
	float:right;
	width:468px;
	height:60px;
	border:0px;
}

#publicite2 {
	width:167px;
	height:250px;
	border:0px;
}

#publicite3 {
	float:right;
	width:300px;
	height:250px;
	border:0px;
}



/*
/////////////////////////////////////////////////////
ÉLÉMENTS DE BAS DE PAGE
/////////////////////////////////////////////////////
*/

#basdepage {
	position:relative;
	width: 970px;
	height: 2.8em;
	background-color:#E36C28;
	text-align:center;
	vertical-align:middle;
}

#basdepage a {
	display: inline;
	position:relative;
	padding: 9px 12px 7px 12px;
	margin: 0px;
	top:0.9em;
}

#basdepage a:hover  {
	background-color:#FF8D35;
	padding: 9px 12px 7px 12px;
}
.input_court3 {
	width: 30px;
	display:inline;
}
.input_court4 {
	width: 40px;
	display:inline;
}
.b_register {
	display:block;
	width:167px;
	height:42px;
	text-decoration:none;
	background-image:url(../images/b_register_now.gif);
	background-repeat:no-repeat;
	text-indent:-1999px;
	margin:0px 0px 10px 0px;
}
.b_register:hover {
	background-image:url(../images/b_register_now-on.gif);
}

.sans_filets2 td {
	border-width:0px 0px 0px 0px;
	padding:0px 0px;
}

.heure_activite{
    font-style:italic;
    font-weight:500;
    text-align:center;
}
.desc_activite{
    font-style:italic;
    font-weight:500;
    text-align:center;
}
