@import "actus.css";


/* Réglages généraux
--------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body,td,th {
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #005DA8 url(/img/content-bk.gif) repeat-y center top;
}
.clear {
	clear: both;
	display: block;
	background: #99FF99;
	height: 0px;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #015DA8;
}
a:link {
	text-decoration: none;
	color: #00478E;
}
a:visited {
	text-decoration: none;
	color: #00478E;
}
a:hover {
	text-decoration: none;
	color: #FDCD01;
}
a:active {
	text-decoration: none;
	color: #00478E;
}
a.pdf{
	padding-left : 18px;
	background: url(../../img/pdf.gif) no-repeat left center;
}




/* Typographie - Titrage
--------------------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 17px;
	color: #015DA8;
	margin: 0px 0px 12px;
	background-color: #EEF1FD;
	line-height: normal;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9DFFB;
	padding-bottom: 2px;
}
h2 {
	font-size: 14px;
	color: #015DA8;
	margin: 0 0 6px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015DA8;
	padding-bottom: 3px;
}
h3 {
	font-size: 13px;
	color: #015DA8;
	margin: 16px 0px 4px;
	padding-bottom: 2px;
}
h4 {
	font-size: 11px;
	color: #015DA8;
	margin: 10px 0px 4px;
	padding-left: 26px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #FFF2C1 url(../../img/fleche_right_on.gif) no-repeat 4px center;
}
h5 {
	font-size: 12px;
	color: #015DA8;
	margin: 16px 0px 4px;
	background-image: url(../../img/navigation/puceBleue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
h6 {
	font-size: 8px;
	color: #015DA8;
	margin: 0px 0px 4px;
}
p {
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 18px;
}
p.chapo {
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 18px;
	color: #015DA8;
}
.colAB {
	margin:0;
	padding: 0;
	height: auto;
	width: 509px;
	background-image: url(/img/navigation/col-sep.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.colA {
	margin:0 39px 0 0;
	padding: 0;
	height: auto;
	width: 235px;
	float: left;
}
.colB {
	margin:0;
	padding: 0;
	height: auto;
	width: 235px;
	float: left;
}
.smaller {
	font-size: 9px
	}
.citation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #015DA8;
	font-weight: bold;
	text-align: center;
}
#remarque {
	margin:10px 20px;
	padding: 6px 10px;
	height: auto;
	width: auto;
	background-color: #FDCD01;
	color: #FFFFFF;
	border-left: 4px solid #015DA8;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
} 





/* Bandeau haut
--------------------------------------------------------------------------------------- */
#globalheader {
	margin:0px;
	padding: 0px;
	height: 243px;
	width: auto;
	background: #005da8 url(/img/globalheader-bk.jpg) no-repeat center;
}
#header {
	margin:0px auto;
	padding: 0px;
	height: 243px;
	width: 1004px;
	position: relative;
}
#logotype {
	margin:0px auto;
	padding: 0px;
	height: 160px;
	width: 130px;
	position: absolute;
	left: 33px;
	top: 37px;
	z-index: 2;
}

#nav {/* Navigation horizontale */
	margin:0;
	padding: 0;
	height: 37px;
	width: 757px;
	position: absolute;
	left: 247px;
	top: 207px;
	z-index: 200;
	background-image: url(/img/nav-bk.gif);
	background-repeat: no-repeat;
	text-align: center;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li  {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	float: left;
}
#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	color: #FFFFFF;
	height: 36px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	float: left;
}
#nav a:hover  {
	color: #015DA8;
	background-image: url(/img/nav-hover-bk.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav a:link.active, #nav a:visited.active {
	color: #015DA8;
	background-image: url(/img/nav-hover-bk.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}









/* Contenu global sous le bandeau haut
--------------------------------------------------------------------------------------- */
#globalcontent {
	margin:0px auto;
	padding: 0px;
	height: auto;
	width: auto;
}
#content {
	margin:0px auto;
	padding: 0px;
	height: auto;
	width: 1004px;
	/*background: url(/img/content-bk.gif) repeat-y;*/
	display: block;
}
.imagecentre {
	padding: 0px;
	margin: 0px;
}
.imagegauche {
	float: left;
	padding: 0px;
	border: none;
	margin: 0px 16px 10px 0px;
}
.imagedroite {
	float: right;
	padding: 0px;
	border: none;
	margin: 0px 0px 10px 16px;
}
.toppage {
	padding: 0px;
	margin: 40px 0px 0px;
	text-align: right;
	border-bottom: 1px dotted #666666;
	height: 20px;
	}
a.top:link, a.top:active, a.top:visited {
	background:   url(/img/toppage.gif) no-repeat right center;
	padding-right: 11px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a.top:hover  {
	background:   url(/img/toppagehover.gif) no-repeat right center;
	padding-right: 11px;
	color: #CCCCCC;
	text-decoration: none;
}




/* Colonne gauche (Menu)
--------------------------------------------------------------------------------------- */
#titreMenu {
	margin:0px auto;
	padding: 0px;
	height: 30px;
	width: 240px;
	position: absolute;
	left: 1px;
	top: 206px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#sideleft {
	margin: 0px;
	padding: 0;
	float: left;
	height: auto;
	width: 241px;
	position: relative;
	background: url(/img/sideleft-bk.gif) no-repeat center top;
}
#sideleft ul {
	margin: 0px 0px 10px;
	padding: 0px;
	}
#sideleft li {
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 241px;
	}

#sideleft li a:link, 
#sideleft li a:active, 
#sideleft li a:visited,
#sideleft li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 10px 0 10px 20px;
	font: bold 12px/normal Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/sideleft-li-bk.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: auto;
	width: 221px;
	border: none;
	}
#sideleft li a:hover,
#sideleft li a.active:link, 
#sideleft li a.active:visited {
	color: #fdcc00;
	font-weight: bold;
	}
	
	
#sideleft li li a:link, 
#sideleft li li a:active, 
#sideleft li li a:visited,
#sideleft li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 4px 0;
	padding: 0px 0 0px 30px;
	font: bold normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/fleche-menu.gif);
	height: auto;
	width: 211px;
	background-position: 21px 4px;
	}

#sideleft li li a:hover,
#sideleft li li a.active:link, 
#sideleft li li a.active:visited {
	color: #fdcc00;
	font-weight: bold;
	background-image: url(/img/fleche-menu-hover.gif);
	background-position: 21px 4px;
	}
	
	
#sideleft li li li a:link, 
#sideleft li li li a:active, 
#sideleft li li li a:visited,
#sideleft li li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 3px 0px;
	padding: 0 0 0 58px;
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: 183px;
	background: url(/img/fleche-ssmenu.gif) no-repeat 48px 2px;
	}
#sideleft li li li a:hover,
#sideleft li li li a.active:link, 
#sideleft li li li a.active:visited {
	color: #fdcc00;
	font-weight: bold;
	background-image: url(/img/fleche-ssmenu-hover.gif);
	background-position: 48px 2px;
	}







/* Colonne droite globale (Breadcrumb + Colonne centrale + Colonne extrême droite)
--------------------------------------------------------------------------------------- */
#sideright {
	margin: 0px;
	padding: 0px;
	height: auto;
	float: left;
	width: 763px;
}

/* Arborescence hiérarchique - Chemin de navigation
----------------------------------------- */
#breadcrumb  {
	padding: 0px 10px;
	color: #014A99;
	margin: 0px;
	font: bold 10px/13px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/breadcrumb-bk.gif);
	background-repeat: repeat-x;
	height: 28px;
	background-position: bottom;
	display: block;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#breadcrumb ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 
#breadcrumb ul li {
	margin : 0;
	padding: 0;
	border: none;
	list-style: none;
	display: inline;
	color: #00478E;
	}
#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited {
	text-decoration: none;
	color: #034895;
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumb a:hover  {
	text-decoration: none;
	color: #CCCCCC;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
}


/* Colonne centrale (Contenu rédactionnel)
----------------------------------------- */
#redac {
	margin: 0px;
	padding: 30px 40px;
	height: auto;
	float: left;
	width: 509px;
	position: relative;
	/*width: 549px;
	overflow:auto;*/
}

/* Colonne extrême droite
----------------------------------------- */
#colright {
	height: auto;
	width: 174px;
	margin: 0px;
	padding: 0;
	float: left;
}

/* Pictos utilitaires
----------------------------------------- */
#globalpictos {
	height: 36px;
	width: 174px;
	position: relative;
}
.picto a {
	width:18px;
	height:16px;
	padding:0;
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow: hidden;
	clip: rect(auto,auto,32px,auto);
}
.picto a:hover { 
	background-position:0 -16px; 
	}
#accueil {
	background-image:    url(/img/picto-home.gif);
	position: absolute;
	left: 33px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 18px;
	z-index: 400;
}
#mail {
	background-image:    url(/img/picto-mail.gif);
	position: absolute;
	left: 95px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 18px;
	z-index: 400;
}
#print {
	background-image:    url(/img/picto-print.gif);
	position: absolute;
	left: 64px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 18px;
	z-index: 400;
}
#plan {
	background-image:    url(/img/picto-plan.gif);
	position: absolute;
	left: 125px;
	top: 11px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 18px;
	z-index: 400;
}

/* Listes dans Colonne centrale
----------------------------------------- */
#redac ul {
	margin: 0px 0px 20px 12px;
	padding: 0px 0px 0px 12px;
	}
#redac li {
	list-style: none;
	margin: 0px 0px 6px;
	padding: 0 0 0 16px;
	font-size: 12px;
	line-height: 18px;
	background: url(/img/puce-li.gif) no-repeat 0px 3px;
	}
#redac ul ul {
	margin: 6px 0px 0px 8px;
	padding: 0px 0px 0px 8px;
	}
#redac li li {
	list-style: none;
	margin: 0px 0px 6px;
	padding: 0 0 0 11px;
	font-size: 12px;
	line-height: 16px;
	background: url(/img/puce-li-li.gif) no-repeat 0px 2px;
	}
#redac li a:link, 
#redac li a:active, 
#redac li a:visited,
#redac li a:hover {
	text-decoration: none;
	margin: 0px;
	padding: 0;
	color: #014A99;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D9FD;
	}
#redac li a:hover {
	color: #fdcc00;
	}
	
p + ul {
	margin: -6px 0px 20px 12px!important;
	}


/* Listes dans Colonne droite
----------------------------------------- */
#colright ul {
	margin: 0px 0px 20px;
	padding: 0px;
	}
#colright li {
	list-style: none;
	margin: 0px;
	padding: 0;
	}
#colright li a:link, 
#colright li a:active, 
#colright li a:visited,
#colright li a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px 0 0px 30px;
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/fleche-menu-noire.gif);
	height: auto;
	width: 144px;
	background-position: 21px 4px;
	background-repeat: no-repeat;
	}
#colright li a:hover {
	color: #fdcc00;
	background-image: url(/img/fleche-menu-hover.gif);
	background-position: 21px 4px;
	}
	
	
/* Pavés jaunes (Je serai - Je suis - J'étais)
----------------------------------------- */
.yellowbox {
	margin:0px auto 6px;
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #cecece;
	width: 153px;
	display: block;
	clear: both;
}
.yellowbox p {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FDCD01;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 17px;
}
.yellowbox a:link,.yellowbox a:visited,.yellowbox a:active{
	color:#FFFFFF;
}
.yellowbox a:hover{
	color:#005da8;
}
/* Login - Mot de passe
----------------------------------------- */
.login {
	margin:0 0 10px 20px;
	padding: 0;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.login *{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.inputtext {
	width: 105px;
	background-image: url(/img/inputtext-bk.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 14px;
	border: 1px solid #CECECE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	float: left;
	display: block;
}
.bouton {
	width: 22px;
	background-image: url(/img/inputtext-bk.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 16px;
	border: 1px solid #CECECE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 4px;
	float: left;
	font-weight: bold;
}
form label {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}








/* Pied de page
--------------------------------------------------------------------------------------- */
#globalfooter {
	padding: 0px;
	height: auto;
	margin: 0px;
	position: relative;
	width: auto;
	clear: both;
	background: #005DA8;
}
#footer {
	padding: 0px;
	height: 400px;
	margin: 0px auto;
	position: relative;
	width: 1004px;
	border-top: 1px solid #FFFFFF;
}

/* Liens - Rappel Menu premier niveau
----------------------------------------- */
#rappelMenu {
	margin: 0px auto;
	padding: 6px 0px 0px;
	text-align: center;
	height: auto;
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#rappelMenu a:link, #rappelMenu a:active, #rappelMenu a:visited {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#rappelMenu  a:hover  {
	color: #fdcc00;
}

/* Coordonnées société
----------------------------------------- */
#coordonnees {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	height: auto;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
#coordonnees a:link, #coordonnees a:active, #coordonnees a:visited {
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
#coordonnees  a:hover  {
	color: #fdcc00;
}

/* Signature Mediaouest
----------------------------------------- */
#signature {
	margin: 0px auto;
	padding: 10px 0 0 0;
	text-align: center;
	height: 200px;
	font: bold normal 11px Arial, Helvetica, sans-serif;
}
#signature a:link, #signature a:active, #signature a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#signature  a:hover  {
	color: #fdcc00;
}






/* 
----------------------------------------- */
#redac ul.plan img{
	vertical-align:middle;
	margin:0px 2px 1px 0px;
}
#redac ul.plan{
	list-style-type:none;
	width:auto;
}
#redac ul.plan2{
	list-style-type:none;
	width:auto;
}
#redac ul.plan3{
	list-style-type:none;
	width:auto;
}
#redac ul.plan4{
	list-style-type:none;
	width:auto;
}

#redac ul.plan li{
	list-style-type:none;
	padding-left:5px;
}
#redac ul.plan2 li{
	list-style-type:none;
	padding-left:12px;
}
#redac ul.plan3 li{
	list-style-type:none;
	padding-left:12px;
}
#redac ul.plan4 li{
	list-style-type:none;
	padding-left:12px;
}

#redac ul.plan a{
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#redac ul.plan a:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

a.overplan{
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
a.overplan:hover{
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}


#redac ul.plan2 a{
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#redac ul.plan2 a:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

#redac ul.plan3 a{
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
#redac ul.plan3 a:hover{
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
















#logoprint {
display:none;
clear:both;
width:auto;
float:left;
}
#logoprintubs{
float:right;
}
#logoprintiut{
float:left;
}

@media print{

body{
background:none;
}
#breadcrumb{float:left;
background:none;
width:auto;
}

#logoprint{
	display:block;
}
#globalfooter,#footer,#redac,#sideright,#content {
background:none;
width:auto;
}

#colright,#sideleft,#rappelMenu,#globalheader,#header{
display:none;
}
#redac{
width:100%;
padding:10px;
}
#footer *,#footer a:link,#footer a:active,#footer a:visited,#footer a:hover{color:#005da8;}
}


th{
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}
td{
	font-weight:normal;
	vertical-align:top;
}
tr.line1 td{
background-color:#003399;

}
tr.line2 td{
background-color: #FFFFFF;

}

th.n2{
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	color:#015DA8;
}

select{
	font-size:10px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.precisions{
	font-size:10px;

}
.required{
	font-weight:bold;
	color:#FF0000;
}

.scats{
		font-size:10px;

}


#redac input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#redac textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 2px;
}


table.theTopTable,
table.theTopTable2 {
	border: 1px solid #D9DFFB;
	border-collapse:collapse;
	margin-top: 20px;
}
table.theTopTable th,
table.theTopTable2 th {
	background-color: #EEF1FD;
	padding: 2px;
	text-align: center;
	border: 1px solid #D9DFFB;
	border-collapse:collapse;
	vertical-align: middle;
}
table.theTopTable caption,
table.theTopTable2 caption {
	font-size: 14px;
	color: #015DA8;
	font-weight: bold;
	padding: 0 0 6px;
	margin: 0;
}
table.theTopTable td,
table.theTopTable2 td {
	text-align: center;
	border: 1px solid #D9DFFB;
	border-collapse:collapse;
	vertical-align: middle;
}
table.theTopTable2 td {
	text-align: left;
	padding-left: 4px;
}



#redac li strong,
#redac p strong {
	font-weight: bold;
	color: #015DA8;
}
sup {
	font-size: 80%;
}


table.styledtable{
	border-spacing:none;
	border-collapse:collapse;
	width: 100%;
}

table.styledtable th{
	/*border-bottom:1px solid #D9DFFB;*/
	font-size:11px;
}

table.styledtable th.n2{
	border-bottom:1px solid #D9DFFB;
	padding-top:5px;
}

table.styledtable td{
	font-size:11px;
	padding:3px 0px 0px 3px;
}

table.styledtable tr.n2 td{
	font-size:11px;
	padding:0px 0px 5px 3px;
}

table.styledtable tr.n1 td{
	font-size:11px;
	padding:5px 0px 2px 3px;
}
table.styledtable tr.n3 td{
	font-size:11px;
	padding:3px 0px 3px 3px;
	background-color:#D9DFFB;
}


#indexBk {
	margin:0px;
	padding: 10px 0px 0px 0px;
	height: 450px;
	width: 509px;
	background-image: url(/img/navigation/index.jpg);
	background-repeat: no-repeat;
}
h1 + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table,
h6 + table {
	margin:6px 0 0 0!important;
}

h2 > br {
	display: none!important;
}
input.saisie {
	border: 1px solid #999999;
	height: 18px;
	margin-bottom: 10px;
	margin-left: 4px;
	line-height: 18px;
	padding: 2px;
}
textarea {
	border: 1px solid #999999;
}
td.textebleuclair {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #999999;
}
.login a:link,
.login a:active,
.login a:visited {
	color: #000000;
}

.login a:hover{
	color: #FDCD01;
} 


.videos {
	padding: 0px;
	margin: 0 0 10px 0;
}

