
/* ============== page =====*/
body { min-width:1020px; }

table.default { border-collapse:separate; border-spacing:2px;background:#fff; border:none; margin-top:10px; }
table.default thead th { background:#99cc33; color:#fff; font-weight:bold;  border:none; padding:10px; }
table.default tbody th { background:#99cc33; color:#fff !important; border:none; padding:10px; }
table.default tbody tr:nth-child(odd) th { color:#404040; }
table.default tbody tr:nth-child(odd) { background-color:#efefef; color:#404040; }
table.default td { border:none; padding:10px; }


#header { position:relative; z-index:2; }
#header .wrapper { height:135px; width:990px; margin:0 auto; background:#fff url('/graph/site/bg_header.jpg') right top no-repeat; z-index:2; position:relative; overflow:hidden; }
#header .wrapper .h1 { margin:25px 0 0 0; display:block; background:transparent url('/graph/site/bg-acp.png') center center no-repeat; }
#header .wrapper .img { position:absolute; right:0; top:25px; }
#header .wrapper ul { position:absolute; right:180px; top:25px; z-index:2; }
#header .wrapper ul li { float:left; }
#header .wrapper ul li a { display:block; color:#000; padding:0 10px; font-size:12px; }
#header .bgHack { position:absolute; right:0; top:0; width:47%; height:123px; background:#d6effa; z-index:1; }

#nav { background:#9f042e; height:53px; border-bottom:8px solid #fff; }
.ie7 #nav { height:45px; }
#nav ul { width:990px; margin:0 auto; position:relative; }
#nav ul li { float:left; border:1px solid #fff; border-width:0 1px 0 1px; }
#nav ul li + li { border-width:0 1px 0 0; }
#nav ul li a { display:block; height:45px; line-height:45px; color:#fff; padding:0 10px; }
#nav ul li:hover a { text-decoration:none; background:#f2640e; }
#nav ul ul { position:absolute; left:-999em; width:990px; background:#fff; border:1px solid #f2640e; padding-bottom:20px; }
#nav ul ul p { background:#f2640e; padding:10px; color:#fff; }
#nav ul ul li { margin:20px 10px 0 10px; float:none; }
#nav ul ul li + li { margin:10px 10px 0 10px; }
#nav ul li:hover ul li a { background:#fff; }
#nav ul ul li a { height:auto; line-height:1; color:#000; }
#nav ul ul li a:hover { text-decoration:underline; }
#nav ul li:hover ul { left:0; }

#wrapper { position:relative; z-index:1;
	background:#81bae5;
	background:-moz-linear-gradient(top, #81bae5 0px, #ffffff 400px);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0px,#81bae5), color-stop(400px,#ffffff));
	background:-webkit-linear-gradient(top, #81bae5 0px, #ffffff 400px);
	background:-o-linear-gradient(top, #81bae5 0px, #ffffff 400px);
	background:-ms-linear-gradient(top, #81bae5 0px, #ffffff 400px);
	background:linear-gradient(to bottom, #81bae5 0px, #ffffff 400px);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#81bae5', endColorstr='#ffffff',GradientType=0 );
}

#main{ width:1020px; margin:0 auto; border:15px solid #fff; border-width:0 15px 0 15px; background:#fff; }
.ie7 #main { width:990px; }

#footer { background:#dadada; margin-top:25px; border:1px solid #dadada; overflow:hidden; }
#footer .wrapper { width:990px; margin:20px auto; }
#footer .wrapper ul { overflow:hidden; }
#footer .wrapper ul li { float:left; padding-right:10px;  }
#footer .wrapper ul li + li { padding:0 10px; border-left:1px solid #404040; }
#footer .wrapper ul li a { color:#404040; }



/* ============== 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 =====*/
#content h1{
	margin:0 0 5px 0;
}

#content h1 + p {
	font-size:0.9em;
	color:#A9A9A9;
	margin:0 0 10px 0;
}

#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%;
}



/* ============== listing1 =====*/
#listing {
	overflow:auto;
	clear:both;
	margin:0;
	padding:0;
}

#listing h1 + p {
	font-size:0.9em;
	color:#888888;
	margin:0 0 10px 0;
}

#listing .block {
	margin:0;
	padding:20px 0;
	overflow:auto;
}

#listing  .block + .block {
	border-top:1px solid #efefef;
}

#listing .block img {
	float:left;
}

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

#listing .block div h2 {
	margin:0;
	margin-bottom:10px;
	padding:0;
	font-size:1.5em;
}

#listing .block div h2 a {
	color:#656565;
}

#listing .block  .lien {
	font-size:14px;
	color:#2b9fc8;
	cursor:pointer;
	background:url('/graph/site/lien-fleche.jpg') right center no-repeat;
	font-size:12px;
	display:inline;
	padding-right:20px;
}

#listing .block  .lien:hover {
	text-decoration:underline
}

