
/* ============== page =====*/
#header {
	height:120px;
	width:950px;
	margin:0 auto;
	z-index:2;
}

#nav {
	position:relative;
	z-index:99;
	height:55px;
	border-bottom:5px solid #c7c7c7;
	background:#0194da;
	background:-moz-linear-gradient(bottom , #0194da 0%, #94c6fb 100%);
	background:-webkit-gradient(linear, left bottom, left top, color-stop(0%,#0194da), color-stop(100%,#94c6fb)); 
	background:-webkit-linear-gradient(bottom , #0194da 0%, #94c6fb 100%);
	background:-ms-linear-gradient(bottom , #0194da 0%, #94c6fb 100%);
	background:-o-linear-gradient(bottom , #0194da 0%, #94c6fb 100%);
	background:linear-gradient(bottom , #0194da 0%, #94c6fb 100%);
}

.ie7 #nav {
	height:50px;
}

#nav ul {
	width:950px;
	margin:0 auto;
	position:relative;
	font-size:12px;
}

#nav ul  ul {
	background:rgba(255, 255, 255, 0.8);
	position:absolute;
	left:-999em;
	width:950px;
	height:auto;
	min-height:150px;
	list-style:none;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	border:1px solid #0f70a5;
	padding:60px 40px 40px 40px;
	z-index:99;
}

.ie8 #nav ul  ul {
	background:#fff;
}

.ie7 #nav ul  ul {
	width:870px;
	min-height:215px;
}

#nav ul li:hover ul {
	left:0;
	opacity:1;
}

#nav ul li {
	border:1px solid #fff;
	border-width:0 1px 0 1px;
	float:left;
}

#nav ul li + li {
	border-left:0;
}

#nav ul li a {
	display:block;
	padding:0 15px;
	height:50px;
	line-height:50px;
	color:#fff;
}

#nav ul li a.accueil {
	width:50px;
	background:url('/graph/site/accueil.png') center center no-repeat;
}

.ie7 #nav  ul li a.accueil {
	width:20px;
}

#nav ul li a.afterpart {
	width:40px;
	background:url('/graph/site/afterpart.png') center center no-repeat;
}

.ie7 #nav  ul li a.afterpart {
	width:10px;
}

#nav ul li a:hover, #nav ul li a.active, #nav ul li:hover a {
	text-decoration:none;
	background-color:#0f70a5;
}

#nav ul ul li {
	border:none;
	float:none;
}

#nav ul ul li a, #nav ul li:hover ul li a {
	display:block;
	padding:0 5px;
	height:auto;
	line-height:1.2;
	color:#000;
	background:none;
}

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

#nav ul li:hover ul p {
	position:absolute;
	top:0;
	left:0;
	line-height:1;
	width:948px;
	padding:10px;
	color:#fff;
	background:#0f70a5;
}

.ie7 #nav ul li:hover ul p {
	width:930px;
}

#main{
	z-index:1;
	width:950px;
	margin:20px auto;
}

#footer {
	background:#d4e2e3 url('/graph/site/fond_footer.png') center top no-repeat;
	padding-top:100px;
}

#footer div {
	width:950px;
	margin:0 auto;
	position:relative;
	height:200px;
	background:#d4e2e3 url('/graph/site/plan.png') 450px top no-repeat;
}

#footer ul.nav li {
	float:left;
	clear:none;
	margin-right:20px;
}

#footer ul.nav ul li {
	float:none;
	clear:both;
}

#footer ul.nav li a {
	color:#404040;
}

#footer address {
	float:right;
	width:250px;
	font-size:13px;
}

#footer address strong {
	color:#558600;
	font-weight:normal;
	text-transform:uppercase;
	font-size:15px;
}

#footer .plan { 
	display:block;
	width:200px;
	height:145px;
	position:absolute;
	top:0;
	right:300px;
}


/* ============== localisateur =====*/
#breadcrumb {
	overflow:hidden;
	margin-bottom:5px;
}

#breadcrumb div {
	display:inline;
}

#breadcrumb div span {
	display:inline-block;
}

#breadcrumb .home {
	display:inline-block;
	width:16px;
	height:16px;
	background:url('/graph/site/home.png') no-repeat;
}

#breadcrumb .home:hover {
	background:url('/graph/site/home.png') 0 -16px no-repeat;
}

#breadcrumb a {
	color:#545456;
}

#breadcrumb a:hover {
	color:#b0b0b0;
}


/* ============== contenu =====*/
h1{
	margin:0 0 5px 0;
	color:#0998de;
}

h1 + p {
	font-size:14px;
	color:#fff;
	margin:0 0 10px 0;
	background:#0998de;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

h2 { color:#95b459; font-size:16px; }

h3 { color:#0998de; font-size:14px; }

h4 { color:#ff7902; font-size:14px; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

blockquote {
	background:#95b459;
	margin:20px 0;
	overflow:auto;
	padding:5px 5px 5px 10px;
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	line-height:1.3;
}

#content .intro {
	overflow:auto;
	margin-bottom:10px;
}

#content .intro > img {
	margin-bottom:10px;
}

#content .intro img + div {
	background:#efefef;
	padding:10px;
}





/* ============== index_onglets =====*/
#navOnglet {
	margin:20px 0;
	overflow:hidden;
	border-bottom:2px solid #aaa;
	border-left:1px solid #aaa;
	list-style:none;
	padding:0;
	font-size:11px;
	clear:both;
}

#navOnglet li {
	float:left;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin-bottom:-1px;
}

#navOnglet li a {
	display:block;
	padding:5px 10px;
	color:#aaa;
}

#navOnglet li a:hover {
	text-decoration:none;
	background:#efefef;
	color:#555555;
}

#navOnglet li.active  a {
	background:#aaa;
	cursor:normal;
	color:#fff;
}


/* ============== index_numerote =====*/
#global{
	overflow:hidden;
	width:400px;
	margin:0 auto;
	text-align:center;
}

#index{
	float:left;
	overflow:hidden;
}

.pas_encours{
	border:1px solid #aaa;
	width:16px;
	height:17px;
	display: block;
	float:left;
	background:url(/graph/site/fond_onglet.png) repeat-x left;
	margin-right:3px;
	font-size:0.9em;
	
}

.pas_encours:hover{
	background:url(/graph/site/fond_onglet_encours.png) repeat-x left;
}

.encours{
	border:1px solid #aaa;
	width:16px;
	height:17px;
	display: block;
	float:left;
	background:url(/graph/site/fond_onglet_encours.png) repeat-x left;
	color:#747474;
	margin-right:3px;
	font-weight:bold;
	font-size:1em;
	text-align:center;
}





/* ============== index_suivant_precedent =====*/
#navLoop{
	overflow:auto;
	clear:both;
	font-size:12px;
	margin:20px 0;
}

#navLoop .prev, #navLoop .next {
	background-color:#efefef;
	background-repeat:no-repeat;
	display:block;
	border:1px solid #aaa;
	color:#555555;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#navLoop .prev {
	background-image:url('/imgs/pictos/fleche_prec_sp.png');
	background-position:5% center;
	padding:3px 10px 3px 15px;
	float:left;
}

#navLoop .next {
	background-image:url('/imgs/pictos/fleche_suiv_sp.png');
	background-position:95% center;
	padding:3px 15px 3px 10px;
	float:right;
}

#navLoop .prev:hover, #navLoop .next:hover {
	text-decoration:none;
	background-color:#dbdbdb;
}


/* ============== index_menu_deroulant =====*/
#navForm {
	text-align:center;
	clear:both;
	margin:20px 0;
	font-size:13px;
}

#navForm select {
	background:#ffffff;
	border:1px solid #bec5d5;
	outline:none;
	padding:3px;
}

#navForm input[type="submit"] {
	background:#777;
	color:#fff;
	font-weight:bold;
	border:1px solid #777;
	padding:3px 5px;
	cursor:pointer;
	-moz-box-shadow:inset 0px 0px 1px 0px #fff;
	-webkit-box-shadow:inset 0px 0px 1px 0px #fff;
	box-shadow:inset 0px 0px 1px 0px #fff;
}


/* ============== index_liens =====*/
#global{
	margin:10px 0px;
	background:#E9EEF2;
	padding:10px;
	overflow:auto;
}

.bloc_lien{
	float:left;
	width:33%;
}



/* ============== listing_calendrier =====*/
#listing .block {
	margin:10px 0;
	padding:10px;
	background:#efefef;
	width:60%;
	min-height:50px;
	overflow:auto;
}

#listing .block img {
	float:left;
}

#listing .block div {
	float:right;
	width:78%;
	clear:none;
}

#listing .block div .date {
	background:url('/graph/fleche2.gif') 0 3px no-repeat;
	padding:0 0 0 20px;
	font-weight:bold;
}

#listing .block div h3 {
	margin:3px 0;
	padding:0;
	font-size:.9em;
}

#listing .block div h3 a {
	text-transform:uppercase;
	color:#33AAFF;
}

#listing .block div h3 a:hover {
	text-decoration:underline;
}


/* ============== login =====*/
#login {
	overflow:auto;
	clear:both;
	margin:0;
	padding:25px 0;
	text-align:center;
}

#login .login {
	border:2px solid #c6262a;
	width:401px;
	margin:0 auto;
	padding:0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
}

#login .login .top {
	color:#fff;
	line-height:30px;
	height:30px;
	background:#c6262a;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#login .login .bottom {
	color:#fff;
	line-height:30px;
	height:30px;
	background:#c6262a;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#login .login div {
	background:#fff url('/cache/pictos/e5c34d719733bfb62557def8dc3bd4de.png') 10px center no-repeat;
	margin:0 auto;
	padding:10px 10px 10px 100px;
	overflow:hidden;
	min-height:100px;
}

#login .login div p {
	margin:10px 0 0 0;
	overflow:auto;
}

#login .login div label {
	text-align:right;
	color:#c6262a;
	font-weight:bold;
	display:block;
	width:130px;
	float:left;
	line-height:25px;
	height:25px;
	font-weight:.9em;
}

#login .login div input {
	float:left;
	display:block;
	width:130px;
	padding:3px;
	font-size:1em;
	margin:0 0 0 10px;
	border:1px solid #c6262a;
}

#login .login div input[type=submit] {
	cursor:pointer;
	border:1px solid #666;
	color:#444;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: #fff;
	-moz-box-shadow:inset -1px -1px 5px 1px #ccc;
	-webkit-box-shadow:inset -1px -1px 5px 1px #ccc;
	box-shadow:inset -1px -1px 5px 1px #ccc;
}

#login .login div input[type=submit]:hover {
	color:#000;
	border:1px solid #000;
}

