/* ---------------------- taille des polices ---------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #DADADA url(ase_new_degrade.gif) left repeat-y;
}
/* ---------------------- balises primaires --------------------- */
td, th {
	vertical-align: top;
}
th {
	text-align: center;
	font-weight: bold;
}
p {
	font-size: 100%;
	margin: 6px 0 6px 0;
	padding: 0;
}
#zoneA h1 a, #zoneA h2 a, #zoneA h3 a, #zoneA h4 a, #zoneA h5 a, #zoneA h6 a {
	text-decoration: none;
}
h1 {
	clear: both;
	color: #333;
	font-size: 170%;
	margin: 4px 5px 10px 0;
	padding: 0;
}
h1.title {
	margin-left: 35px;
}
h2 {
	color: #333;
	font-size: 150%;
	margin: 1.2em 0 0.2em 6px;
	padding: 0;
}
h3 {
	color: #707173;
	font-weight: bold;
	font-style: italic;
	font-size: 140%;
	margin: 20px 5px 10px 6px;
	padding: 0;
}
h4 {
	color: #707173;
	border-bottom: 1px solid #e5e5e5;
	font-size: 130%;
	margin: 20px 20px 10px 6px;
	padding: 0 0 2px 0;
}
h5 {
	color: #333;
	background-color: #e5e5e5;
	font-size: 120%;
	margin: 20px 20px 10px 6px;
	padding: 4px;
}
h6 {
	color: #e20030;
	font-size: 110%;
	margin: 20px 5px 10px 6px;
	padding: 0;
	font-weight: normal
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
	margin: 12px 0 14px 50px;
}
li {
	list-style-type: none;
	list-style-image: url(list.gif);
	>list-style-image: url(listIE.gif);
	padding: 0;
	margin: 6px 0 6px 0;
}
li li {
	font-size: 100% !important;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
ol {
	padding: 0;
	margin: 0 0 0 50px;
}
ol li {
	list-style-image: none;
	list-style-type: decimal;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #e20030;
	text-decoration: underline;
}
table {
	margin: 0;
	padding: 0;
}
table td {
	margin: 0;
	padding: 0;
}
hr {
	border: none;
	>border: 1px dotted #dadada;
	height: 1px;
	>height: 0px;
	background-image: url(hr.gif);
	>background-image: none;
	background-repeat: repeat-x;
	margin: 20px 6px 20px 6px;
	>margin: 10px 6px 10px 6px;
	clear: both;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
/* style ATOMS */
.tableBord {
	border: 1px solid #e0e0e0 !important;
	border-collapse: collapse;
	margin: 10px 20px 10px 20px !important;
	>margin: 10px 0px 10px 0 !important;
}
.tableBord td {
	border: 1px solid #e5e5e5 !important;
	text-align: left !important;
	padding: 4px;
}
.tableBord td p {
	margin: 0 !important;
	padding: 0 !important;
}
.tableBord th {
	border: 1px solid #e5e5e5 !important;
	background-color: #e5e5e5 !important;
	text-align: left !important;
	color: #fff;
	padding: 4px;
}
.aligneADroite {
	text-align: right;
}
.aligneAGauche {
	text-align: left;
}
.aligneJustifie {
	text-align: justify;
}
.aligneCentre {
	text-align: center;
}
/*h2.titreAccueil {
	color: #e20030;
	font-size: 120%;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 0 6px !important;
	padding: 15px 0 5px 0 !important;
} */
h2.fontStyle {
	color: #6d6d6d;
	font-family:georgia;
	font-weight:normal;
	font-size:23px;
	width:425px;
}
.imageUne {
	border: 1px solid #7e7f81;
	width: 368px;
}
/* - Fiche slc - */
span.texteFondGris {
	background-color: #f0f0f0 !important;
	padding: 2px 15px !important;
	color:#000 !important;
}
div.tableMatiere {
	background-color: #f8f8f8 !important;
  border: 1px dotted #707173;
	padding: 10px;
	margin: 0 10px 10px 10px;
	width: 90%;
}
#zoneA div.tableMatiere p  {
  margin:3px 12px 3px 12px;
  padding:3px 12px 3px 32px;
	background-image: url(down.gif);
	background-position: left 60%;
	background-repeat:no-repeat;
}
/* IMAGES */
img.imgAlignRight,
img.floatright {
	padding: 0 0 2px 8px !important;
	margin: 0 0 2px 4px !important;
	float: right;
	clear: right;
}
img.imgAlignLeft,
img.floatleft {
	padding: 0 8px 2px 0 !important;
	margin: 0 4px 2px 0 !important;
	float: left;
	clear: left;
}
img.imgALaLigne {
	display: block;
	clear: both;
}
.imgLeft {
	clear: both;
	text-align: left;
	display: block;
	margin: 10px 0 10px 0;
	padding: 4px 0 4px 0;
}
.imgCenter {
	clear: both;
	text-align: center;
	display: block;
	margin: 6px auto 6px auto;
	padding: 2px;
}
.imgRight {
	clear: both;
	text-align: right;
	display: block;
	margin: 10px 0 10px 0;
	padding: 4px 0 4px 0;
}
.clear {
	clear: both;
}
/* ---------------------- Blocs principaux ---------------------- */
#arrondi_top_page {
	width: 980px;
	height: 18px;
	background-image: url(ase_arrondi_top_page.gif);
	background-position: top;
}
#arrondi_bottom_page {
	width: 980px;
	height: 18px;
	background-image: url(ase_arrondi_bottom_page.gif);
	background-position: bottom;
}
#acces_extranet {
	width: 63px;
	height: 20px;
	background-image: url(ase_new_extranet.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
}
#acces_extranet a {
	color: white;
	text-decoration: none
}
#conteneur {
	width: 990px;
	margin: 0 auto 0 auto;
}
#visuprint {
	display: none;
	margin: 0;
	padding: 0;
}
#liensRapides {
	padding: 4px 55px 4px 0;
	text-align: center;
	background-color: #f2f2f2;
	background-image: url(lien_rapide_texture.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #707173;
	font-size: 11px;
}
#liensRapides span {
	display: inline-block;
	position: relative;
	top: -5px;
}
#banniere {
	position: relative;
	width: 990px;
	height: 171px;
	margin: 0;
}
#breadcrumb {
	width: 990px;
	height: 20px;
	color: white;
	padding-top: 5px;
}
table#zoneAB {
	width: 980px;
	background-color: #e8e8e8;
}
#subfooter {
	vertical-align: bottom;
	background-color: #fff;
}
#pied {
	clear: both;
	padding: 4px 0 10px 20px;
}
#signature {
	padding: 10px 0 0px 0;
}
/* ---------------------- CONTENU - Liens rapides ---------------------- */
#liensRapides p {
	color: #fff;
	font-size: 90%;
	margin: 0 !important;
	padding: 0;
}
#liensRapides a, #liensRapides a:visited {
	color: #727171;
}
.new_button {
	border: 1px solid #e5022f;
	background-color: #e5022f;
	border-bottom: 1px solid #7c001a;
	border-right: 1px solid #7c001a;
	color: white;
	margin: 0 0 0 10px;
	padding: 0 10px 0 10px;
	font-weight: bold;
	font-size: 12px;
}
.champRecherche {
	border: 1px solid #8f8f8f;
}
#recherche {
	text-align: right;
	padding: 10px 10px 15px 10px;
}
#recherche hr {
	border: none;
	>border: 1px solid #dadada;
	height: 1px;
	>height: 0px;
	background-image: url(separateur_recherche.jpg);
	>background-image: none;
	background-repeat: repeat-x;
	margin: 20px 0 20px 0;
	>margin: 10px 0 10px 0;
	clear: both;
}
/* ---------------------- CONTENU - Banniere ---------------------- */
#logo {
	position: relative;
	width: 180px;
	padding: 37px 14px 22px;
	background-color: white;
	float: left;
}
#banniereVisu {
	position: relative;
	float: left;
}
#zoneExtranet {
	position: relative;
	float: left;
	width: 81px;
	height: 171px;
	background-image: url(arrondi_banner.gif);
	overflow: hidden;
}
#zoneExtranet_logged {
	position: relative;
	float: left;
	width: 79px;
	height: 171px;
	background-image: url(arrondi_banner_extranet.gif);
	overflow: hidden;
	color: white;
	font-size: 11px;
	padding: 0 0 0 2px;
}
#zoneExtranet_logged a {
	color: white;
}
#zoneExtranet_logged span {
	display: block;
	font-size: 10px;
	margin-top: 110px;
}
/* ---------------------- CONTENU - Acces extranet ---------------------- */
#breadcrumb p {
	margin: 0 !important;
	padding: 0 10px 0 0;
	color: #fff;
}
#breadcrumb a, #breadcrumb a:visited {
	color: #fff;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ---------------------- CONTENU - ZoneAB ---------------------- */
#two_cols_table {
	border-top: 1px dotted #a8a8a8;
	margin: 0 0 0 20px;
}
.left_twocols {
	width: 60%;
	border-right: 1px dotted #a8a8a8;
	padding-right: 10px;
}
.right_twocols p, h1 {
/*debug refresh IE6*/
	position: relative;
	z-index: 10;
}
table#zoneAB td#zoneB {
	width: 236px;
	/*border-right: 1px solid #a0a0a0;
*/
}
table#zoneAB td#zoneB.filtre {
	border-right: 1px dotted #a0a0a0;
}
#zoneA {
	background-color: #ffffff;
}
#extranet #zoneA {
	padding-left:25px;
}
#zoneA {
	padding-left:10px;
}
#zoneA a {
	color: #e50032;
	font-weight: bold;
}
#accesNewsletter .new_button {
	margin: 0 0 0 5px;
}
#partenaires {
	background-image: url(bkg_leftMenu2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #e8e8e8;
	padding: 10px 0 10px 0;
}
#partenaires h3 {
	color: #6e6e6e;
	font-style: normal;
	font-size: 14px;
	padding-left: 16px;
}
#partenaires .blockcomplet {
	margin-bottom: 20px;
	padding: 0 0 0 23px;
	background-image: url(block_partenaire.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#partenaires .blockcentral {
	background-color: white;
	width: 188px;
}
#partenaires .blockcentral div {
	padding: 10px 10px 5px 10px;
}
#partenaires .blockcentral div a {
	color: #e0013a;
	font-weight: bold;
}
#partenaires .blockcentral div a:hover, #partenaires .blockcentral div p {
	color: #737373;
}
.extra_tab h3 {
	color: #737373;
}
.filtre select {
	width: auto;
}
.filtre {
	padding-left: 10px;
}
.filtre .pointe {
	border-bottom: 1px dotted #737373;
	background-color: #f9f9f9;
	padding: 10px 0 0 10px;
}
.list_doc, .filtre {
	border-top: 1px dotted #737373;
}
.filtre_bouton {
	text-align: right;
}
.filtre_bouton input {
	background-image: url(bouton_filtre.gif);
	border: 1px solid #033b74
}
#zoneA .list_doc a {
	color: #313131;
	font-weight: normal;
}
/* ------------ ZoneB ------------ */
#menuV {
	/*background-color: #e20030;
*/
	padding: 0;
	position: relative;
}
body #zoneB #menuV ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	position: relative;
}
#menuV ul li {
	position: relative;
	list-style-image: none;
	font-size: 100%;
	margin: 0 !important;
	padding: 2px 0;
	background-repeat: repeat-y;
	background-position: right top;
	border-bottom: none;
}
#menuV li.menuOuvert {
	background-image: url(bkg-menu02.gif);
	background-position: -10px top;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
#menuV li.menuOuvert ul {
	border-top: 1px solid #fff;
}
#menuV li li {
	font-size: 100%;
	margin: 0 !important;
	background-repeat: repeat-y;
	background-position: -10px top;
}
#extranet #menuV ul li.menuOuvert {
	padding-left:15px;
	margin-left:15px;
}
/* ----- couleurs menus ----- */
#menuV ul li.menu1, #menuV ul li.menu1 li {
	background-image: url(bkg-menu01.gif);
}
#menuV ul li.menu2, #menuV ul li.menu2 li {
	background-image: url(bkg-menu02.gif);
}
#menuV ul li.menu3, #menuV ul li.menu3 li {
	background-image: url(bkg-menu03.gif);
}
#menuV ul li.menu4, #menuV ul li.menu4 li {
	background-image: url(bkg-menu04.gif);
}
/* ----- end couleurs menus ----- */

#menuV a, #menuV a:visited {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 20px;

}
#menuV a:hover,
#menuV a:focus {
	color: black;
	position:relative;
	/*background-color:none;*/
}
a.menuOuvert, a.menuOuvert:visited, a.menuOuvert:hover {
	color: #333!important;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #3f3f3f;
}
#extranet #menuV a, #extranet #menuV a:visited {
	color: #000;
}
#extranet #menuV a:hover {
	color: #fff;
	background-color:#E20030;
}
#menuV li li a, #menuV li li a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 1px 5px 1px 5px;
	margin: 0 10px 0 35px;
	background-image: none !important;
}
#menuV li li a:hover,
#menuV li li a:focus {
	color: black;
	position:relative;
}
#menuV li.sousMenuOuvert a, #menuV li.sousMenuOuvert a:visited, #menuV li.sousMenuOuvert a:hover {
	color: black !important;
	text-decoration: none;
	font-weight: bold;
	/*background-color: #FFFFFF !important;
	border-bottom: 1px solid #3f3f3f;
*/
}
#menuVgris {
	background-image: url(bkg_leftMenu1.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #dadada;
	padding: 5px 0 5px 20px;
}
#menuVgris a {
	color: black;
	text-decoration: none;
}
#menuVgris a:hover {
	text-decoration: underline;
}
#accesAgendaActus {
	padding: 0;
	background-color: #f6f6f6;
}
#accesNewsletter h1 {
	font-size: 120%;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	color: white;
	padding: 5px 0 0 0;
}
#accesAgenda h1, #accesActus h1, #boite_a_outil h1 {
	margin: 10px 0 4px 0;
	color: #727272;
}
#accesAgenda p, #accesActus p, #boite_a_outil p {
	font-size: 90%;
	margin: 0 !important;
}
#accesAgenda p.resume, #accesActus p.resume {
	padding: 0 0 0 2px;
}
#accesAgenda {
	border-bottom: 1px dotted #a8a8a8;
	margin: 0;
	padding: 5px 18px 10px 15px;
}
#accesAgenda .date, #accesActus .date {
	color: #333333;
	font-weight: bold;
}
#accesActus {
	border-bottom: 1px dotted #a8a8a8;
	margin: 0;
	padding: 5px 18px 10px 15px;
}
#boite_a_outil {
	border-bottom: 1px dotted #a8a8a8;
	margin: 0;
	padding: 5px 18px 10px 15px;
	background-color: #E5022F;
}
#boite_a_outil a {
	color:#fff;
	font-weight: normal;
}
#boite_a_outil a:visited {
	color:#ddd;
}
#accesNewsletter {
	clear: both;
	padding: 0px 5px 0px 10px;
	margin: 0;
	height: 75px;
	background-color: #adadad;
}
#accesNewsletter form {
	padding: 10px 0 0 0;
}
#accesNewsletter .champInscription {
	background-color: #ddd;
	border-top: 1px solid #7b7b7b;
	border-left: 1px solid #7b7b7b;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	height: 17px;
	width: 125px;
	padding: 0;
	margin: 0;
}
#accesNewsletter input.boutonInscri {
	padding: 0 0 0 5px;
	margin: 0;
}
#logoPart {
	padding-right: 10px;
	float: right;
}
#logoPart img {
	padding: 3px 10px 0 5px;
}
#zoneA .rss {
	padding: 5px;
	background-color: #ebebeb;
}
#zoneA .rss img {
	margin-right: 5px;
}
#zoneA .rss img.seconde {
	margin-right: 5px;
	margin-left:15px;
}
#zoneA .rss a {
	color: #565656;
	font-weight: normal;
}
/* ------------ ZoneA ------------ */

#sous-menuH {
	margin: 0 0 0 35px;
	padding: 0;
	min-height:10px;
}
#sous-menuH ul {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}
#sous-menuH ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#sous-menuH ul li a {
	display: block;
	color: #000000;
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 8px;
	margin-right: 1px;
	border-bottom: 4px solid;
	background-color: #EBEBEB;
}
#sous-menuH ul li a:hover {
	color: #FFFFFF;
}

/* ----- couleurs sous-menus ----- */
/* --- style générique --- */
td #sous-menuH ul li a {
	border-color: #E20030;
}
td #sous-menuH ul li a:hover {
	background-color: #E20030;
}
/* --- fin style générique --- */
td.menu1 #sous-menuH ul li a {
	border-color: #ADCA3E;
}
td.menu1 #sous-menuH ul li a:hover {
	background-color: #ADCA3E;
}
td.menu2 #sous-menuH ul li a {
	border-color: #FEA607;
}
td.menu2 #sous-menuH ul li a:hover {
	background-color: #FEA607;
}
td.menu3 #sous-menuH ul li a {
	border-color: #E1009C;
}
td.menu3 #sous-menuH ul li a:hover {
	background-color: #E1009C;
}
td.menu4 #sous-menuH ul li a {
	border-color: #725845;
}
td.menu4 #sous-menuH ul li a:hover {
	background-color: #725845;
}
/* ----- end couleurs sous-menus ----- */


#sousCat-menuH {
	margin: 0 auto 20px auto;
	padding: 3px 0 8px 10px;
	width: 90%;
	clear:left;
}
#sousCat-menuH p {
	border-left: 1px solid #e20030;
	padding: 0 0 0 10px !important;
	margin: 0;
}
#chemin {
	clear: left;
	margin: 0 0 20px 0;
	padding: 5px 0 0 10px;
}
#chemin p {
	color: #707173;
	font-size: 90%;
	padding: 0 !important;
	margin: 0 !important;
}
#chemin a, #chemin a:visited {
	color: #707173;
	text-decoration: underline;
}
#chemin a:hover {
	color: #e20030;
	text-decoration: underline;
}
#zoneA p {
	margin: 6px 20px 6px 6px;
	padding: 0;
	color:#888;
}
#zoneA p strong {
	color:#555;
}
#zoneA p a strong {
	color:#e30020;
}
.chapeau, .intro {
	font-weight: bold;
	margin: 6px 20px 20px 6px !important;
}
.homeTable {
  font-size:90%;
}
.homeTable td {
  border-bottom: 1px solid #eee;
  padding:3px;
  color:#888;
}
.homeTable td p {
  color:#888;
}
#zoneA table.homeTable td a {
	background-color: #e20030;
  display:block;
  padding:3px 9px;
  color:#fff;
  text-decoration:none;
}
#zoneA table.homeTable td a:hover {
	background-color: #fff;
  color:#e20030;
  text-decoration:underline;
}

td.accueilThemes {
	width: 350px;
	text-align: right;
	padding: 0 30px 0 0;
}
#lienExt, #lienInt, #lienTel {
	clear: both;
	width: 400px;
	margin: 20px 0 20px 6px !important;
	padding: 4px 4px 4px 6px;
	background-image: url(lienExIntDoc_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #c8c8c8;
}
#lienExt h2, #lienInt h2, #lienTel h2 {
	color: #333;
	font-size: 120%;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#lienExt li, #lienInt li, #lienTel li {
	font-size: 90%;
}
#lienExt li {
	list-style-image: url(lienExt_deco.gif);
	>list-style-image: url(lienExt_decoIE.gif);
}
#lienInt li {
	list-style-image: url(lienInt_deco.gif);
	>list-style-image: url(lienInt_decoIE.gif);
}
#lienTel li {
	list-style-image: url(lienTel_deco.gif);
	>list-style-image: url(lienTel_decoIE.gif);
}

/* ------------ zoneC ------------ */
div#zoneC {
  width:250px;
  float:right;
  background-color:#F6F6F6;
  margin:0 0 0 20px;
  padding:0;
  border-top:1px dotted #a8a8a8;
  border-left:1px dotted #a8a8a8;
}
div#zoneC div {
  border-bottom:1px dotted #a8a8a8;
  padding:8px 0 20px 15px;
}
div#zoneC div div.clear {
  height:0;
  border:none;
}
div#zoneC div h2 {
  border-bottom:1px dotted #a8a8a8;
  padding:8px 0x 20px 15px;
}
/* ------------ FIN zoneC ------------ */


/* ------------ zoneTemoignages ------------ */
div#zoneTemoignages {
  width:250px;
  float:right;
  background-color:#F6F6F6;
  margin:0 0 0 20px;
  padding:0;
  border-top:1px dotted #a8a8a8;
  border-left:1px dotted #a8a8a8;
}
div#zoneTemoignages div div.clear {
  height:0;
  border:none;
}
div#zoneTemoignages .blocTemoignage {
  border-bottom:1px dotted #a8a8a8;
  margin:8px 0x 20px 15px;
}
div#zoneTemoignages h1 {
  padding:0 10px 0 10px;
}
div#zoneTemoignages h2 {
  padding:10px 0 0 0;
  margin:0 10px;
  font-size:1em;
  color:#000;
}
div#zoneTemoignages .blocTemoignage .extrait {
  padding:5px;
  margin:0 10px;
}
div#zoneTemoignages div.lienPDF {
  border:0 none;
  padding:5px 10px 15px 5px;
  text-align:right;
}
/*--- QUOTES ---*/
div#zoneTemoignages blockquote {
  margin: 0px;
  padding: 0px;
  color:#666;
}
div#zoneTemoignages blockquote span {
  font-size: 5em;
  line-height:3em;
  color: #000;
}
.bqstart {
  float: left;
  height: 25px;
  margin-top: 0;
  padding: 25px 10px 0 0;
  margin-bottom: 0;
}
.bqend {
   float: right;
   height: 10px;
   margin-top: 0px;
   padding-top: 25px;
   width:30px;
 }

/* ------------ FIN zoneTemoignages ------------ */

/* ------- pages speciales Reseau ASE ------ */

table#tableOpSup, table#tableOpInf {
  width:432px;
  margin:0;
}
table#tableOpSup td {
  vertical-align:bottom;
  padding:0 2cpx 5px 0;
}
table#tableOpSup ul, table#tableOpInf ul,
table#tableOpSup ul li, table#tableOpInf ul li {
  list-style-type:none;
  list-style-image:none;
  padding:2px 0;
  margin:0;
}
table#tableOpSup td.orange a,
table#tableOpInf td.orange a {
  color:#EF9302;
}
table#tableOpSup td.mauve a {
  color:#892B69;
}
table#tableOpSup td.magenta a {
  color:#E1007A;
}
table#tableOpInf td.vert a {
  color:#97BD10;
}
table#tableOpInf td.bleu a {
  color:#48BFEA;
}
/* ------- FIN pages speciales Reseau ASE ------ */

/* ------- Fiche presentation slc ------ */
#actusSlc {
	float: right;
	width: 300px;
	margin: 0 10px 2px 10px;
	background-image: url(actusSlc_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #f5f5f5;
}
#actusSlc h2 {
	color: #e20030;
	font-size: 120%;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 5px 5px 0 0;
}
/* ------- Fiche presentation equipe ------ */
table.presEquipe {
	margin: 0 20px 0 20px;
	width: 96%;
	padding: 0 !important;
}
table.presEquipe p {
	margin: 0 !important;
	padding: 0 !important;
}
table.presEquipe td {
	margin: 0 !important;
}
td.borderTopRouge {
	border-top: 1px solid #e20030;
	width: 600px !important;
	padding: 10px 0 0 0 !important;
}
td.presentation {
	width: 600px !important;
	padding: 20px 0 0 0 !important;
}
.photoEquipe {
	width: 118px !important;
	padding: 0;
	vertical-align: top;
}
table.presequipe img {
	/*border: 1px solid #e20030;
*/
}
span.rouge {
	color: #e20030 !important;
}
span.fonction {
	font-size: 90% !important;
}
/* ------- Fiche contact ------ */
#formulaire {
	border: 1px solid #e5e5e5;
	width: 500px;
	margin: 20px auto 0 auto;
}
#formulaireBis {
	border: 1px solid #e5e5e5;
	width: 500px;
	margin: 10px auto 0 auto;
}
p.msg {
	color: #e20030;
	font-size: 110%;
	text-align: center;
	border-top: 1px solid #e20030;
	border-bottom: 1px solid #e20030;
	padding: 4px 0 6px 0 !important;
	margin: 10px 20px 10px 20px !important;
}
#formulaire table {
	width: 100%;
	margin: 10px 0 0 60px;
}
#formulaire table td {
	padding: 4px;
	border-bottom: 2px solid #fff;
}
#formulaire table th {
	padding: 4px;
	background-color: #e5e5e5;
	border-bottom: 2px solid #fff;
	text-align: left;
	margin: 0;
	width: 120px;
}
#formulaire input, select, textarea {
	background-color: #f4f4f4;
	border: 1px solid #7b7b7b;
	/*width: 250px;
	padding: 0;*/
}
#formulaire input[type=text]{
  width: 250px;
}
#formulaire input.bouton, input.buton {
	margin: 0;
	padding: 3px 6px 4px 6px;
	background-image: url(bouton_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f3f3f3;
	color: #333;
	width: 100px;
	cursor: pointer;
	>cursor: hand;
}
/* ------- Fiche resultat de la recherche ------ */
p.resultat {
	font-size: 110%;
}
table#resultatRecherche {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
	width: 700px;
	margin: 0 0 0 30px;
}
table#resultatRecherche td {
	border: 1px solid #e5e5e5;
	padding: 2px;
}
table#resultatRecherche th {
	background-color: #e5e5e5;
	padding: 2px;
}
p.resultatSuivant {
	text-align: center;
}
p.resultatSuivant a, p.resultatSuivant a:visited {
	background-color: #f0f0f0;
	color: #333;
	text-decoration: none;
	padding: 2px;
}
p.resultatSuivant a:hover {
	background-color: #e20030;
	color: #fff;
	text-decoration: none;
}
/* ------- Fiche actualites ------- */
#listeActu {
	margin: 0 20px 0 6px;
	>width: 95%;
}
#listeActu div {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	>padding: 0 0 10px 0;
}
#listeActu .actusLire {
	background-image: url(lireSuite_deco.gif);
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	font-size: 90%;
}
#listeActu img {
	border-left: 1px solid #e20030;
}
#listeActu p {
	float: left;
}
#ficheActu {
	margin: 0 20px 0 30px;
	>width: 95%;
}
/*body .right_twocols p.voirTout {
	padding-top: 20px;
	font-size: 90%;
}
*/
#accesAgenda .voirTout, #accesActus .voirTout {
	padding-top: 20px;
	font-size: 90%;
}
#ficheActu p.voirTout a, #ficheActu p.voirTout a:visited {
	color: #333;
	text-decoration: underline;
}
#ficheActu p.voirTout a:hover {
	color: #e20030;
	text-decoration: underline;
}
/* ------- Fiche agenda ------- */
#listeAgenda {
	margin: 0 20px 0 6px;
	>width: 95%;
}
#listeAgenda table {
	width: 100%;
}
#listeAgenda div {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 0 6px;
}
#listeAgenda .date {
	color: #e20030;
	font-weight: bold;
}
#listeAgenda .agendaLire {
	background-image: url(lireSuite_deco.gif);
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	font-size: 90%;
}
#listeAgenda table td.mois {
	border-right: 1px solid #e20030;
	width: 160px;
	vertical-align: top;
	background-image: url(zoneB_carreP1.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#listeAgenda table td.liste {
	vertical-align: top;
	background-image: url(zoneB_carreP1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#listeAgenda table .moisSelect {
	background-color: #e20030;
	color: #fff;
	font-size: 120%;
}
#listeAgenda table .moisNormal {
	background-color: #e5e5e5;
	color: #333;
}
#listeAgenda table .moisSelect a, #listeAgenda table .moisSelect a:visited {
	background-color: #e20030;
	color: #fff;
	padding: 2px;
	text-decoration: none;
	display: block;
}
#listeAgenda table .moisSelect a:hover {
	background-color: #333;
	color: #e5e5e5;
	padding: 2px;
	text-decoration: none;
}
#listeAgenda table .moisNormal a, #listeAgenda table .moisNormal a:visited {
	background-color: #e5e5e5;
	color: #333;
	padding: 2px;
	text-decoration: none;
	display: block;
}
#listeAgenda table .moisNormal a:hover {
	background-color: #333;
	color: #e5e5e5;
	padding: 2px;
	text-decoration: none;
}
#listeAgenda p.archives {
	font-size: 90%;
	background-image: url(archives_folder.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
	margin: 10px 0 0 10px;
}
#ficheAgenda {
	margin: 0 20px 0 30px;
	>width: 95%;
}
#ficheAgenda .date {
	font-size: 110%;
	color: #e20030;
	font-weight: bold;
}
#ficheAgenda p.voirTout a, #ficheActu p.voirTout a:visited {
	color: #333;
	text-decoration: underline;
}
#ficheAgenda p.voirTout a:hover {
	color: #e20030;
	text-decoration: underline;
}
/*--- Fiche article -------*/
#ficheArticle,
#ficheArticleReseau {
	padding: 0 0 10px 0;
	/*margin: 10px 10px 0 10px;
	border-top: 1px solid #9a9a9a;
*/
}
.fiche_Article_niveau_deux {
	padding-left: 30px;
}
.ficheActu {
	padding-left: 30px;
}
/* ------- Fiche plan du site ------- */
#planSite {
	margin: 0 20px 0 6px;
	>width: 95%;
	padding: 0 0 0 30px;
}
#planSite h2 {
	color: #e20030;
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 6px 0;
	padding: 0 0 0 15px;
	background-image: url(planSite_decoh2.gif);
	background-repeat: no-repeat;
}
#planSite h2 a, #planSite h2 a:visited {
	color: #e20030;
	text-decoration: none;
}
#planSite h2 a:hover {
	color: #e20030;
	text-decoration: underline;
}
#planSite ul {
	border-left: 1px solid #e20030;
	padding: 0 0 0 6px;
}
#planSite li {
	list-style-type: none;
	list-style-image: none;
}
#planSite #extranet {
	background-color: #e20030;
	background-image: url(planSite_decoextranet.gif);
	>background-image: url(planSite_decoextranetIE.gif);
	background-repeat: no-repeat;
	width: 200px;
	padding: 4px 4px 4px 15px;
}
#planSite #extranet a, #planSite #extranet a:visited {
	color: #fff;
	text-decoration: none;
}
#planSite #extranet a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ---------------------- CONTENU - Pied ---------------------- */
#pied {
	clear:both;
	padding-top:30px;
}
#pied p {
	color: #707173;
	margin: 0 24px 0 0;
	text-align:center;
}
#pied a, #pied a:visited {
	color: #e6002e;
	font-weight: bold;
}
#pied a:hover {
	color: black;
}
#signature p {
	color: white;
	padding: 0 0 4px 10px;
	font-size: 90%;
	margin: 0 !important;
}
#signature a, #signature a:visited {
	color: white;
	text-decoration: underline;
}
#signature a:hover {
	color: #e20030;
	text-decoration: underline;
}
.legende {
	color: #FFFFFF;
	font-weight: 200;
}
.reunion {
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 5px;
}
div.tooltip {
    width:300px;
}
div.tooltipInfo {
    float:left;
    width: 120px;
    margin:10px;
}
div.tooltipInfo h2 {
    padding:0;
    margin:0;
}
div.logo {
    float:right;
    width: 100px;
    margin:10px;     
}
