@media screen {

body, textarea, input, select {font-size: 11px;}


body, html {height: 100%; background-color:#FFFFFF; margin: 10px;}

}
 
@media print {

body, textarea, input, select {font-size: 12px;}
.noprint {display : none;}
.menu {display : none;}
.col_droite {display : none;}
.liensbas {display : none;}
.page {width: 100%;}

}

@media screen,print {

body, textarea, input, select {font-family: Verdana, Arial, Helvetica, sans-serif;}
.barre {text-decoration: line-through;} /*texte barré*/

/*Menu*/
.menu {
	background-color: #FFFFFF;
	background-image: url(images/bt_menu_fd.gif);
}
.menu a {
	float: left;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #627a98;
	background: #FFFFFF url(images/bt_menu_fd.gif) repeat-x;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.menu a:hover {
	color: #FFFFFF;
	background: #E50A12;
	color: #fff;
	text-decoration:none;
}
.menu_deroulant {
	font-size: 10px;
	font-weight: bold;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.menu_deroulant ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	text-align: left;
	background: #FFFFFF;
	color: #CCCCCC;
	line-height: 16px;
	text-indent: 5px;
}
.menu_deroulant li a {
	color: #627a98;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	background-color: #FFFFFF;
}
.menu_deroulant li a:hover {
	background-color: #E50A12;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
/*Page*/

#alerte_accueil {
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 10px 10px 0 10px;
	border: 3px double #E50A12;
	color: #E50A12;
}


#alerte_accueil span {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E50A12;
	margin-right: 10px;
	padding: 2px 5px;
	text-decoration: blink;
}

#alerte_cadre {
	font-weight: bold;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #E50A12;
	color: #E50A12;
}

.page {
	width:665px;
	background-color: #F4F4F4;
	text-align: justify;
	z-index: 0;
}

#contenu_page {
	/*div interieure*/
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 30px;
} 
.page li {
	list-style-position: outside;
	list-style-image: url(images/puce.gif);
	background-color:#F4F4F4;
	color: #000000;
	text-indent:0px;
}
.liste_paragraphes li {
	margin-bottom:10px;
}

.page #calendrier {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	font-size: 10px;
	text-align: center;
}

.page #calendrier td {
	border: 1px solid #000000;
	padding: 3px;
}

.page #calendrier .stage_periode_min {
	background-color: #666666;
}

.page #calendrier .stage_periode_max {
	background-color: #CCCCCC;
}
.recherche {
	background-color: #FFFFCC;
	border: 5px solid #FFFFCC;
}
#interieur {
	margin-left:25px;
}



body a {
	color: #627a98;
	text-decoration: underline;
	font-weight: bold;
}
body a:hover{
	color: #E50A12;
	text-decoration: underline;
	font-weight: bold;
}

.LienSouligne a {
	color: #E50A12;
	text-decoration: underline;
	font-weight: bold;
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7, #menu8 {
	position: absolute;
	top: 20px;
	visibility: hidden;
	z-index:100;
}
#menu1 {
	left: 0px;
	width: 130px;
}
#menu2 {
	left: 72px;
	width: 205px;
}
#menu3 {
	left: 138px;
	width: 110px;
}
#menu4{
	left: 234px;
	width: 170px;
}
#menu5{
	left: 232px;
	width: 130px;
}
#menu6{
	left: 314px;
	width: 130px;
}
#menu7{
	left: 360px;
	width: 161px;
}
#menu8{
	left: 403px;
	width: 160px;
}
.page #formulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#formulaire input, #formulaire select{
	font-weight: normal;
}



.page #formulaire .remarque {
	font-weight:normal;
}

.page #resultats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.alerte {
	font-weight:bold;
	color: #E50A12;
}


.page #actus1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 7px 15px 10px;
	text-align: justify;
	border: 1px solid #E50A12;
	background-image: url(images/business.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo_sponsor_actu {
	margin:3px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}


.page #actus1 a{
	color: #E50A12;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

.page #actus1 a:hover{
	text-decoration: underline;
	color: #000000;
}

.confirmation {
	font-weight: bold;
	color: #339966;
}

.listeformulairerecherche{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 500px;
}
.titrepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E50A12;
}
table input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
}
.saisieAffichageSeul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F4F4F4;
	line-height: 11px;
}

.saisieAffichageSeulGras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F4F4F4;
	line-height: 11px;
	font-weight: bold;
}



.box_login_saisies {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #627a98;
	border: 1px solid #999999;
	height: 12px;
	width: 145px;
}
.btOKlogin {
	background-color: #E50A12;
	border: 1px solid #E50A12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.barre_menu_fond {
	background-color: #FFFFFF;
	background-image: url(images/bt_menu_fd.gif);
}
.col_droite {
	width: 180px;
	height:573px;
	min-height:573px;
	background-image: url(images/bandeau_droite.jpg);
	background-color: #7d8e95;
	font-size: 9px;
	font-weight: bold;
	color: #ecebd7;
	text-align: left;
	background-repeat: no-repeat;
	line-height: 15px;
	background-position: top;
}


#liens_rapides {
	margin-top:20px;
	margin-bottom:10px;
	margin-left:10px;
	color:#FFFFFF;
}

#liens_rapides a {
	color:#FFFFFF;
	text-decoration:none;
}

#liens_rapides a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.col_droite #login {
	color: #999999;
	background-color: #F4F4F4;
	width: 160px;
	line-height: 12px;
	padding-left: 5px;
	margin-left:10px
}

.col_droite #login a {
	color: #627a98;
	text-decoration: none;
	background-image: url(images/plus_bleu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	line-height:15px;
}
.col_droite #login a:hover {
	color:#E50A12;
	background-image: url(images/plus_rouge.gif);
}
.col_droite #login .deconnexion a {
	background-image: none;
	color: #999999;
	text-decoration: none;
}
.col_droite #login .deconnexion a:hover {
	background-image: none;
	color: #000000;
	text-decoration: none;
}

.hauteur5px {
	line-height: 5px;
}

.alerte_login {
	color: #FFFFFF;
	background-image: url(images/alerte.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 20px 0px 5px 10px;
	padding: 0px 0px 2px 20px;
}

#titrelogin {
	color: #FFFFFF;
	background-color: #E50A12;
	width: 155px;
	margin-left: 10px;
	padding-left: 5px;
	line-height: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.col_droite a:hover{
	text-decoration: underline;
}

#titrepage {
	margin: 20px 0px 0px 10px;
}

.titrepage_texte {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/titre_fond.gif);
	height:35px;
	padding: 0px 10px 5px 10px;
	background-repeat: repeat-x;
	background-position: center;
	line-height:10px;
}
.titrepage_gauche {
	background-image: url(images/titre_fond_gauche.gif);
	background-repeat: no-repeat;
	background-position: center;
	width:10px;
	height:35px;
}
.titrepage_droite {
	background-image: url(images/titre_fond_droite.gif);
	background-repeat: no-repeat;
	background-position: center;
	width:10px;
	height:35px;
}
.zonedetexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.listeformulairevariable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.phototheque {
	height: 120px;
	width: 170px;
}
.TitreAgendaActu {
	font-weight: bold;
	background-color: #E50A12;
	padding: 2px 10px;
	color: #FFFFFF;
}
.TitreAgendaConf {
	font-weight: bold;
	background-color: #E50A12;
	padding: 2px 10px;
	color: #FFFFFF;
}
div.pic {
	float:left;
	height:190px;
	width:170px;
	margin:5px 14px;
}

div.pic ul {
	margin:0 0 0;
	padding:0;
}


li.title {
	display:block;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #F4F4F4;
	line-height: 11px;
	padding-top: 3px;
}
.invisible {
	display: none;
}
.visible {
	display: block;
}
.suppr_immediate, .total_resultat {
	background-image: url(images/fleche_supprimer.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.suppr_immediate {
	font-weight: bold;
	color: #E50A12;
	padding-right: 35px;
	padding-bottom: 8px;
}
.ajouter_offre {
	background-image: url(images/+1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 6px;
	height: 20px;
	float: left;
	padding-right: 5px;
}

.total_resultat, .total_pasderesultat {
	width: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-bottom:9px;
	padding-right: 40px;
	float: left;
}

.image_accueil {
	height: 40px;
}

.boutiqueEtapeRouge {
	background-color: #E50A12;
	border: 1px solid #E50A12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #ECEBD7;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}

.boutiqueEtapeRouge a {
	color: #ECEBD7;
	text-decoration: none;
	padding: 0px;
}

.boutiqueEtapeRouge a:hover {
	color: #000000;
	text-decoration: none;
	padding: 0px;
}



.boutiqueEtapeGris {
	background-color: #9B9B93;
	border: 1px solid #9B9B93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #ECEBD7;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 3px;
}

.boutiqueEtapeGris a {
	color: #ECEBD7;
	text-decoration: none;
	padding: 0px;
}

.boutiqueEtapeGris a:hover {
	color: #ECEBD7;
	text-decoration: none;
	padding: 0px;
}
.effacer_formulaire {
	background-image: url(images/BTrefresh.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.effacer_formulaire a {
	color: #E50A12;
	text-decoration:none;
}
.effacer_formulaire a:hover{
	color: #E50A12;
	text-decoration:underline;
}
.page #actu3 #date {
	color: #627a98;
	background-color: #FFFFFF;
	border: 1px solid #627a98;
	padding: 2px 4px 2px 4px;
	font-size: 9px;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 5px;
}
.page #actu3 #theme {
	clear:both;
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}
.page #actu3 #titre {
	text-align:left;
	padding-top: 2px;
	font-weight: bold;
}
#logo_partenaire {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #999999;
}
.cadre_pointille_rouge {
	border: 1px dotted #FF0000;
}
#jauge_off {
	background-color:#DDDDDD;
	text-align:left;
	height:16px;
	width:80px;
	border:1px solid #000000;
}
#jauge_on {
	background-color:#e62125;
	height:14px;
	margin-top:1px;
	margin-left:1px;
}
.onglet_on, .onglet_off {
	font-weight:bold;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	float:left;	
}
.onglet_on {
	background-color:#FF0000;
}
.onglet_off {
	background-color:#999999;
}
.onglet_on a, .onglet_on a:hover, .onglet_off a, .onglet_off a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

}
#entete {
	width: 880px;
	height: 110px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fond_haut.gif);
	background-repeat: no-repeat;
	z-index:0;
}
#global {
	width: 880px;
	height:100%;
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fond_page.gif);
	background-repeat: repeat-y;
	z-index: 0;
}
#pied_page {
	width: 880px;
	height: 35px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/fond_bas.gif);
}

#liens_bas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	margin-right: 20px;
	text-align:right;
	padding-top:3px;
}

#pied_page a, #pied_page a:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
#pied_page a:hover {
	text-decoration:underline;
}
#bandeau_haut {
	background-image: url(images/ADIAE_entete.gif);
	height: 90px;
	width: 570px;
	position: absolute;
	margin-left: 120px;
	z-index:0;
}
#ligne_menu {
	position: absolute;
	margin-left: 120px;
	margin-top:90px;
	width:570px;
	z-index:100;
}
#diaporama{
	position: absolute;
	margin-left: 690px;
	width:180px;
	height:110px;
	z-index:0;
}

#actu1_titre, #actu2_titre, #actu3_titre, #actu4_titre {
	font-weight: bold;
	color: #FFFFFF;
	height: 16px;
	margin-left:20px;
	width:295px;
	padding-top:3px;
	padding-left:7px;
}
#actu1_titre {
	background-color: #627a98;
}
#actu2_titre {
	background-color: #738285;
}
#actu3_titre, #actu4_titre {
	background-color: #e50a12;
}
#actu1_image, #actu2_image, #actu3_image, #actu4_image {
	clear:both;
	background-repeat: no-repeat;
	width: 322px;
	height: 46px;
	margin-left:10px;
}
#actu1_image {
	background-image: url(images/fond_news1_haut.gif);
}
#actu2_image {
	background-image: url(images/fond_news2_haut.gif);
}
#actu3_image {
	background-image: url(images/fond_news3_haut.gif);
}
#actu4_image {
	background-image: url(images/fond_news4_haut.gif);
}
#actu1, #actu2, #actu3, #actu4 {
	background-image: url(images/fond_news.gif);
	background-repeat: repeat-y;
	width: 322px;
	margin-left:10px;
}
#actu1_contenu, #actu2_contenu, #actu3_contenu, #actu4_contenu {
	margin-left:18px;
	margin-right:18px;
	padding-top:5px;
}

#actu4_contenu p {
	margin:0;
}


#actu1_bas, #actu2_bas, #actu3_bas, #actu4_bas {
	background-image: url(images/fond_news_bas.gif);
	background-repeat: no-repeat;
	width: 322px;
	height: 15px;
	margin-left:10px;
	margin-bottom:20px;
}

.actu_voir_plus a, .actu_liens_rapides a, #agenda_voir_tout  a {
	text-decoration:none;
	background-image: url(images/plus_rouge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


.actu_voir_plus {
	text-align:right;
	padding-top:3px;
}
.actu_liens_rapides {
	margin-left:20px;
	margin-bottom:3px;
}
.actu_voir_plus a:hover, .actu_liens_rapides a:hover {
	color:#e50a12;
	text-decoration:none;
}
.backoffice a {
	text-decoration:none;
}
.titre_agenda {
	color:#e50a12;
	font-size:13px;
	font-weight:bold;
	background-image: url(images/puce_rouge_agenda.gif);
	padding-left:15px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	background-position: left center;
}
.date_agenda {
	font-size:9px;
	color:#000000;
	margin-left:10px;
}
.date_createurs {
	font-size:9px;
	color:#999999;
	margin-left:10px;
}
.contenu_agenda {
	background-color:#FFFFFF;
	border: #627a98 dotted 2px;
	padding:15px;
	margin-bottom:30px;
}

.contenu_agenda li {
	background-color:#FFFFFF;
}

.contenu_agenda hr {
	height:1px;
	color:#CCCCCC;

}
.theme_agenda {
	color:#627a98;
	font-weight:bold;
	margin-bottom:10px;
}

.inscription_agenda a {
	color:#e50a12;
	text-decoration:none;
	background-image: url(images/plus_rouge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#agenda_voir_tout {
	text-align:right;
	margin-bottom:10px;
}
#agenda_voir_tout  a {
	text-decoration:none;
	background-image: url(images/plus_bleu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#agenda_voir_tout  a:hover {
	background-image: url(images/plus_rouge.gif);
}

#tableau {
	width: 100%;
	border-collapse:collapse;
	font-size:11px;
	text-align: left;
	margin-top: 20px;
}
#tableau a {
	color:#000000;
	text-decoration:none;
}
#tableau a:hover {
	color:#000000;
	text-decoration:underline;
}
#tableau .entete {
	font-weight: bold;
	color: #000000;
	background-color: #FCC584;
}
#tableau td {
	border: 1px solid #666666;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
}
