/* bleu => #447182 bleu_foncé => #03141A */

* {
	margin: 0;
	padding: 0;
	font-size: 0.97em;
	font-weight: normal;
	font-style: normal;
	border: 0 none;
	list-style: none;
}

body {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	
	background: #03141A url(../images/bg_body.png) repeat-x;
}

#navmain a, #anim, #animation, .contact_link, input, textarea {
	outline: none;
}



/* Stylisation des tags courantes */

a:link, a {
	text-decoration: none;
	color: inherit;
}


em {
	font-style: italic;
	font-size: 1em;
}

.spacer {
	display: block;
	clear: both;
}

span.link_horaires {
	display: block;
	text-align: right;
}

span.link_horaires a {
	cursor: pointer;
	text-decoration: underline;
}

span.link_horaires a:hover {
	color: #447182;

}



/* ACCUEIL */

#accueil {
	text-align: center;
	cursor: pointer;
}

.titre_accueil {
	text-indent: -9999em;
	background: url(../images/bg_h1_accueil.png);
	height: 70px;
	width: 265px;
	margin-top: 280px;
	margin-left: auto;
	margin-right: auto;
}

#accueil h2 {
	margin-top: 10px;
	font-size: 0.9em;
	color: #FFF;
}


/* HEAD FIRST */

#head {
	margin-top: 15px;
	height: 95px;
	color: #FFF;
}

#head .ctr, #center .ctr, #footer .ctr {
	margin: 0 auto;
	text-align: left;
}

#head .ctr, #center .ctr {
	padding-left: 220px;
	width: 760px;
}

#head .ctr h1 {
	text-indent: -9999em;
	width: 265px;
	height: 70px;
	cursor: pointer;
	background: url(../images/bg_h1_head.jpg);
}

#head .ctr h2 {
	font-size: 0.9em;
	text-align: right;
	margin-right: 15px;
	margin-top: -20px;
}




/* SIDE PRINCIPALE */

#sidemain {
	text-align: center;
	width: 220px;
	position: absolute;
	left: 0;
	top: -110px;
}

#anim {
	width: 220px;
	height: 325px;
	cursor: pointer;
	background: url(../images/bg_anim.png);
}


	/* NAVIGATION PRINCIPALE */

#navmain {
	overflow: hidden;
	list-style: none;	
	background: url(../images/bg_navmain.png);
	font-size: 1.1em;
	padding: 0;
}

#navmain li {
	padding: 0 0 1px 0;
}

#navmain a {
	margin-left: 35px;
	/margin-left: -2px;
	display: block;
	padding: 4px 0;
	width: 148px;
}

#navmain a:link {
	color: #043142;
}

#navmain a:hover {
	cursor: pointer;
	color: #FFF;
	background: #447182;
}

#navmain a.encours {
	color: #FFF;
	background: #043142;
}

#navmain .pusher {
	display: block;
	height: 35px;
}

#navmain_top {
	display: block;
	height: 35px;
	width: 220px;
	position: absolute;
	top: 325px;
	left: 0;
	
	background: url(../images/navmain_top.png);
}

#navmain_bot {
	display: block;
	height: 55px;
	width: 220px;
	
	background: url(../images/navmain_bot.png);
}

#navmain_bot a {
	position: absolute;
	left: 0;
	z-index: 999;
	text-indent: -9999em;
	margin-left: 95px;
	padding-top: 22px;
	display: block;
	width: 28px;
	height: 18px;
	cursor: pointer;
	
}

#navmain_bot a.opened {
	background: url(../images/navmain_close.png) no-repeat bottom left;
}

#navmain_bot a.closed {
	background: url(../images/navmain_open.png) no-repeat bottom left;
}

#navmain_bot a.opened:hover {
	background: url(../images/navmain_close.png) no-repeat bottom right;
}

#navmain_bot a.closed:hover {
	background: url(../images/navmain_open.png) no-repeat bottom right;
}




/* CONTENU PRINCIPAL */

#center {

	background: url(../images/bg_wood.jpg);
}

#center .ctr {
	position: relative;
}

	/* ombre sous HEAD */

#center #hr {
	position: absolute;
	left: 0;
	width: 100%;
	height: 24px;
	border: none 0;
	
	background: url(../images/bg_hr_center.png);
}

/* CONTENU */

#contain {
	position: relative;
	width: 760px;
}

#main {
	padding-top: 50px;
	width: 500px;
	padding-bottom: 25px;
	float: left;
}

.page {
	width: 468px;
	background: #FFF;
	border: solid 1px #447182;
	padding: 15px;
	font-size: 0.9em;
}


.page a {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}

.page a:hover {
	color: #447182;
}

	/* AGENDA */

#agenda {
	width: 230px;
	margin-right: 15px;
	padding-top: 30px;
	padding-bottom: 25px;
	float: right;
}

#agenda h3 {
	margin-bottom: 3px;
	text-indent: 10px;
}
#agenda_top {
	height: 5px;
	background: url(../images/bg_agenda_top.png) no-repeat;
}

#agenda_bot {
	height: 5px;
	background: url(../images/bg_agenda_bot.png) no-repeat;
}

#agenda ul li {
	font-size: 0.8em;
	padding: 5px 10px;
	border-bottom: 1px solid #000;
	background: url(../images/bg_li_agenda.png) repeat-y;
}

#agenda ul li strong {
	font-size: 1.3em;
}

#agenda ul li.encours {
	background: url(../images/bg_li_hover_agenda.png) repeat-y;
}

#agenda ul li:hover {
	cursor: pointer;
	background: url(../images/bg_li_hover_agenda.png) repeat-y;
}

.stage_desc p {
	margin-bottom: 3px;
}

.prof_stage {
	font-size: 1.1em;
}

.exos_stage {
	font-size: 1.1em;
}

#agenda .enplus {
	text-align: right;
} 

#agenda .enplus a {
	color: #000;
	margin-top: 5px;
	margin-right: 0;
	margin-left: auto;
	display: block;
	text-align: center;
	width: 80px;
	height: 15px;
	line-height: 14px;
	background: url(../images/agenda_btn.png);
}

#agenda .enplus a:hover {
	color: #FFF;
	background-position: bottom;
}

	/* SPECIAL PAGE DISCIPLINES */

h3.disciplines {
	width: 50%;
	margin-bottom: 15px;
	text-align: center;
	height: 150px;
	line-height: 150px;
	color: #FFF;
	font-size: 2em;
	float: left;
	cursor: pointer;
}

#wu_title.encours, #wu_title.encours:hover, #qi_title.encours, #qi_title.encours:hover {
	background-position: top;
	cursor: default;
}

#wu_title {
	background-image: url(../images/bg_h3_disc_wu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#qi_title {
	background-image: url(../images/bg_h3_disc_qi.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#wu_title:hover, #qi_title:hover {
	background-position: center;
}

	/* ELEMENTS DE CONTENU */
	
h4 {
	font-size: 1.5em;
	padding: 15px 0 5px 0;
	margin: 0 0 10px 0;
	color: #447182;
	border-bottom: solid 2px #447182;
}

.page .view_ill {
	width: 200px;
	height: 280px;
	overflow: hidden;
	float: left;
	margin-right: 15px; 
}

.page .view_ill.ori_pay {
	width: 468px;
	height: 280px;
}

.page p {
	text-indent: 15px;
	text-align: justify;
	padding: 0 0 10px 0;
}

.page img {
	padding: 0 0 10px 0;
}

.page strong {
	font-weight: bold;
	color: #447182;
}

.page blockquote {
	padding: 0 0 10px 0;
	font-size: 1.1em;
	color: #447182;
}

.page blockquote p {
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-style: italic;
	text-align: center;
}

.page ul {
	padding: 0 0 10px 0;
}

.page ul li {
	margin-left: 20px;
	margin-top: 5px;
	list-style: circle;
	font-style: italic;
}

	/* TABLEAUX */

table {
	border-collapse: collapse;
	text-align: center;
}

td, th {
	border: solid 1px #447182;
	width: 20%;
}

thead td {
	border: none;
}

thead td, thead th {
	padding: 10px 0;
}

td div {
	padding: 5px;
	margin: 5px;
	background-color: #EEE;
}

th {
	border: solid 1px #FFF;
	background-color: #447182;
	color: #FFF;
	font-size: 1.1em;
}

td div span {
	display: block;
}


	/* NAVIGATION SECONDAIRE */ 

#navsec {
	position: absolute;
	top: 25px;
	height: 25px;
}

#navsec li {
	display: inline;
}

#navsec li a {
	display: block;
	margin: 0 0 0 5px;
	padding: 0 10px;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 1.1em;
	cursor: pointer;
}

#navsec li a.encours {
	color: #FFF;
	background: url(../images/navsec_a_encours.png) repeat-x;
}

#navsec li a:hover {
	background: url(../images/navsec_a_hover.png) repeat-x;
}

#navsec li a.encours:hover {
	color: #FFF;
	background: url(../images/navsec_a_encours.png) repeat-x;
	cursor: default;
}


/* FORMULAIRE DE CONTACT */

fieldset {
	margin: 10px 0 10px 0;
}

fieldset label {
	display: block;
	margin-left: 5px;
	width: 200px;
	cursor: pointer;
}

input, textarea {
	border: solid 1px #447182;
	padding: 2px;
}

input[type=text], input[type=password], input[type=file] {
	width: 200px;
}

input[type=submit] {
	cursor: pointer;
}

textarea {
	width: 460px;
	height: 100px;
	font-family: Verdana, Arial, sans-serif;
}

fieldset .errorMessage {
	color: red;
}

.retour {
	text-indent: 0;
	color: #447182;
	font-size: 1.2em;
}

/* FOOTER */

#footer {
	min-height: 50px;
}

#footer .ctr {
	width: 980px;
}

#footer ul {
	margin-top: 5px;
	color: #FFF;
	text-align: center;
}

#footer ul li {
	font-size: 0.8em;
	display: inline;
}

#footer ul li a {
	padding: 0 5px;
}

#footer ul li a:link {
	color: #FFF;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* GALERIES */

.video object {
	width: 468px;
	height: 300px;
}

.video {
	width: 468px;
	height: 300px;
	background-image: -moz-linear-gradient(top, #444444, #999999); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #444444),color-stop(1, #999999)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#999999'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#999999')"; /* IE8 */
}

p.comment {
	text-indent: 0;
}

.pres_stages p {
	text-indent: 0;
	padding-bottom: 3px;
}

.pres_stages .bigger {
	font-size: 1.1em;
}

.pres_stages .long_desc {
	font-size: 0.9em;
}

.nav_pagin {
	text-align: center;
	list-style: none;
	margin-top: 10px;
}

ul.nav_pagin li {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ul.nav_pagin li a {
	text-decoration: none;
	margin: 1px;
	padding: 1px 3px;
	border: solid 1px;
}

ul.nav_pagin li.encours a {
	background-color: #447182;
	border: solid 1px #447182;
	color: #FFF;
}