@charset "utf-8";

html {
	text-align: center;
}

* html div#conteneur {
    height: 100%; /* Fix IE 5.5, 6 and 7 */
	margin: 0;
	/* font-size: 75%;  */
}

html:first-child body {
        height: 100%; /* fix opera 9.22 and 7.10 */
}

html, body, #wrap {
	margin:0;
	padding:0;
	height:100%;
}

@media all and (max-width: 640px) {
    #main, #page {
        flex-direction: column;
    }

    #main > article, #main > nav, #main > aside {
    /* Return them to document order */
        order: 0;
    }

    #main > nav, #main > aside, header, footer {
        /* min-height: 50px; */
        /* max-height: 50px; */
    }
}

	
	
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	margin-bottom: 0px;
	font-family: Arial;
	/*font-size: 0.8em;
    line-height: 1.3em;*/
	/* width: 100%; */
	height: 100%;
	background-color: #E2E3E5;
	background-repeat:repeat-x;
	background-image: url(images/backgroundtour.jpg);
	background-position:left top;
	margin-left: 5px; margin-right: 5px; 
	width:calc(100%-40px);
	display: flex;
	flex-direction: column;

}


#gauchet {
	padding-left: 0px;
	padding-right: 5px;
	text-align: justify;
	/* float: left; */
	height: 90%;
	/* min-height: 600px; */
	/* width: 22%; */
	width: 250px;
	min-width: 250px;
	/* flex: 1 6 20%; */
    /* order: 1; */
	/*border: 1px solid red;*/
	align-self: flex-start;
}

#content{
	background: transparent;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-size: 1em;
    line-height: 1.4em;
	color: #5e5e5e;
	align-self: stretch;
	/*width: 100%;*/
	/* display: inline-block; */
    /* margin:0 auto; */
	/* width:100%; */
	/* flex: 3 1 60%; */
    /* order: 2; */
	
	/* overflow: hidden; */
	/* float: left; */
	/* display: block; */
	/* width: 56%; */
	/* margin: 0 auto; */
	
	/* float: left; */
	/* min-height: 715px; */
	/* min-height: 90%; */
	/* min-width: auto; */
	/* width: auto; */
	/*border: 1px solid blue;*/
	width: auto !important;
}


#content p {
	/* font-size: 0.8em; */
	color: #5e5e5e;
	text-align: justify;
}

#content_border {
	/* display: block;  */
	/* width: 184px; */
	/* text-align: center; */
	/* float: right; */
	/*min-height: 715px;*/
	min-height: 90%;
	/* width: 22%; */
	font-size: 0.9em;
    /* line-height: 1.1em; */
	padding-left:5px;
	padding-right: 5px;
	width:300px;
	min-width:300px;
	
	align-self: flex-start;
	/* max-width: 300px; */
	/*border: 1px solid yellow;*/
	
	    /* flex: 1 6 20%; */
        /* order: 3; */
}
#content_border:empty{
	display:none;
	
}


div.spacer {
	clear: both;
}

div#noconteneur {
	margin: 0 auto;
	min-height: 100%;
	width: 700px;
}

#todayword{
	margin-top: -5px;
	text-align: left;
	margin-left: 15px;
}
#todayword span{
	margin-left: 3px;
}
.triangle {
padding:0;
margin:0;
border: 4px solid transparent; /* Tous les bords en blanc */
border-left-color: #3D6D9E; /* le bord de gauche en rouge */
height:0px; /* Hauteur de l'intérieur de la boîte pour Mozilla et consorts */
_height:6px; /* Pour IE, c'est la hauteur totale */
width:0px; /* Largeur de l'intérieur de la boîte pour Mozilla et consorts */
_width:6px; /* Pour IE, c'est la largeur totale */
_line-height: 0pt; /* force IE à supprimer la fonte */
/margin-left: 0px;
/*margin-top: 0px;*/

}

.triangle_accueil {
padding:0;
margin:0;
border: 4px solid transparent; /* Tous les bords en blanc */
border-left-color: #FFF; /* le bord de gauche en rouge */
height:0px; /* Hauteur de l'intérieur de la boîte pour Mozilla et consorts */
_height:6px; /* Pour IE, c'est la hauteur totale */
width:0px; /* Largeur de l'intérieur de la boîte pour Mozilla et consorts */
_width:6px; /* Pour IE, c'est la largeur totale */
_line-height: 0pt; /* force IE à supprimer la fonte */
}

img {
	border:none;
	text-decoration: none;
}

#tablemaitre table{
border-collapse: collapse;
}

a {
color:#1B364B;
}

a:hover{
color:#1B364B;
}

a:visited{
color:#1B364B;
}

.titre-cch{
	background-repeat: no-repeat;
}

.titre_cch_repeat{
	background-repeat:repeat-x;
	background-image: url(images/barre_titre_degrade.jpg);
	width: 10%;
}

.titre_cch_repeata {
	background-repeat:repeat-x;
	width: 10%;
}

#affiche_html {
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-color: #E2E3E5;
}

td#milieu_affiche{
	width: 600px;
}

.lienimage a:link {
	text-decoration: none;
}

.lienimage img{
	border:none;
}
#nav_haut{
	background-image: url(images/background_haut.jpg);
	background-repeat:repeat-x;
}

#lab_bandeau_haut {
	margin-left: 780px;
}

div.reponse-faq{
	margin-top: -15px;

}

#nav_main2 {
width: 145px;
}

#raccourci_gauche {
	width: 2%;
}

#raccourci_droite {
	width: 0%;
}

#divbarre{
	border-top: 1px solid gray;
	margin-left: 156px;
	width: 880px;
}

#versionimprimable a{
	text-decoration: none;
	font-family: Arial;
	font-size: 0.8em;
	color: #FFFFFF;
}

#versionimprimable a:visited {
	text-decoration: none;
	font-family: Arial;
	font-size: 0.8em;
	color: #FFFFFF;
}
#versionimprimable a:hover {
	text-decoration: underline;
	font-family: Arial;
	font-size: 0.8em;
	color: #FFFFFF;
}

#titre_page {
	margin-top: -15px;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: bold;
	color: #1B364B;
	padding-left: 10px;
	height: 2em;
	text-decoration: none;
}

.tabtroisacc {
	border-collapse: collapse;
}
.tabtroisacc tr td table{
	border-collapse: collapse;
}
div.bulle1 {
	font-size: 0.8em;
	color: blue;
	font-weight: bold;
}
div.bulle1 a{
	color: blue;
}
div.bulle1 a:visited{
	color: blue;
}
div.bulle1 a:hover{
	color: blue;
}

div.bulle1_special {
	font-size: 0.8em;
	color: blue;
	font-weight: bold;
}

td.bulle1_special_td {
	padding-left: 10px;
	line-height:15px;
}

div.bulle1_special a{
	color: blue;
}
div.bulle1_special a:visited{
	color: blue;
}
div.bulle1_special a:hover{
	color: blue;
}

div.bulle2 {
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
	height: 20px;
}
div.bulle2 a{
	color: #FFF;
}
div.bulle2 a:visited{
	color: #FFF;
}
div.bulle2 a:hover{
	color: #FFF;
}

ul.list_accueil {
	list-style:none;
	margin-top: 10px;
	padding-right: 5px;
	font-size: 0.9em;
	color: #FFF;
	padding-left: 10px;
	line-height: 12px;
}

ul.list_accueil a{
	color: #FFF;
	text-decoration: none;
}
ul.list_accueil a:visited{
	color: #FFF;
	text-decoration: none;
}
ul.list_accueil a:hover{
	color: #FFF;
	text-decoration: none;
}

ul.list_accueil li{
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

ul.list_accueil div{
	margin-left: -10px;
	margin-bottom: -11px;
}

ul.list2_accueil {
	list-style-image:url('images/carre_vert.jpg');
	margin-top: 15px;
	padding-right: 2px;
	font-size: 0.9em;
	padding-left: 20px;
	color: #FFF;
	line-height:15px;
}
ul.list2_accueil li{
	padding-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}
ul.list2_accueil div{
	margin-left: -10px;
	margin-top: -10px;
}

ul.list2_accueil a{
	color: #FFF;
	text-decoration: none;
}
ul.list2_accueil a:visited{
	color: #FFF;
	text-decoration: none;
}
ul.list2_accueil a:hover{
	color: #FFF;
	text-decoration: none;
}


.txtpresentation {
	font-family: Arial;
	font-size: 1em;
	color: #5e5e5e;
	line-height: 1.8em;
	text-align: justify;
}

.titrepresentation  a {
	font-family: Arial; font-size: 1em; font-weight: bold; color: #028bda; text-decoration: none;
	}
.titrepresentation  a:visited {
	font-family: Arial; font-size: 1em; font-weight: bold; color: #028bda; text-decoration: none;
	}
.titrepresentation  a:hover {
	font-family: Arial; font-size: 1em; font-weight: bold; color: #028bda; text-decoration: none;
	}
	
.titrepresentation {
	/*list-style-image:url(images/puce_menu.jpg);*/
	font-family: Arial;
	font-size: 1em;
	color: #1b364b;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
	background: url("images/puce_menu.jpg") left; 
	background-repeat: no-repeat;
	padding-left: 15px; 
	margin-bottom: 5px;
	margin-top: 10px;
}

div.tx-ablinklist-pi1 tx_ablinklist_treeView_links tx_ablinklist_treeView_category_level_2{
	font-family: Arial;
	font-size: 12px;
	color: #5e5e5e;
	line-height: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.lienensavoirplus {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	color: #028bda;
	text-decoration: none;
	a:link {text-decoration: none;}
	a:visited {text-decoration: none; }
	a:hover { text-decoration: underline; }
}
.titreblocs {
	font-family: Arial;
	font-size: 1.2em;
	color: #5e5e5e;
	line-height: 18px;
	font-weight: bold;
}
.txtblocs {
	font-family: Arial;
	font-size: 1.0em;
	color: #5e5e5e;
	line-height: 18px;
	font-weight: normal;
}
.csc-bulletlist {
	font-family: Arial;
	color: #5e5e5e;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 5px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.0em;
	text-transform: uppercase;
}

.csc-mailform-field {
	font-family: Arial;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #5e5e5e;
	line-height: 18px;
}

.csc-sitemap{
	font-family: Arial;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #5e5e5e;
	
}
.csc-menu{
	font-family: Arial;
	/* font-size: 1em; */
	line-height: 1.4em;
	color: #5e5e5e;
	list-style-image: url('/fileadmin/template/main/images/carre_vert.jpg');
	padding-left: 10px;
	margin-bottom:2em;
}

span.footer_title{
	margin-top: 5px;
	/*font-size: 0.9em;*/
	font-weight: bold;
	display: block;
	margin-bottom:-15px;
}

.footer-copyright{
	text-align: middle;
	font-family: Arial;
	color: #FFFFFF;
}
span.footer-copyright a{
	color: #FFFFFF;
	text-decoration: underline;
}

.footer2 {
	text-align:left;
	font-family: Arial;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
	text-decoration: none;
	a:link {text-decoration: none;}
	a:visited {text-decoration: none; }
	a:hover { text-decoration: underline; }
}

#table_footer td{
	padding-left: 15px;
	padding-right: 15px;
}

#nav_footer a{
	text-decoration: none;
	font-family:  Arial;
	font-size: 0.9em;
	color: #FFFFFF;
}

#nav_footer a:visited {
	text-decoration: none;
	font-family:  Arial;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
}
#nav_footer a:hover {
	text-decoration: underline;
	font-family:  Arial;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
}

#nav_copyright a{
	text-decoration: none;
	font-family:  Arial;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
}

#nav_copyright a:visited {
	text-decoration: none;
	font-family:  Arial;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
}
#nav_copyright a:hover {
	text-decoration: underline;
	font-family:  Arial;
	/*font-size: 0.9em;*/
	color: #FFFFFF;
}


#flag_display a{
	text-decoration: none;
	font-family:  Arial;
	font-size: 0.9em;
	color: #FFFFFF;
}

#flag_display a:visited {
	text-decoration: none;
	font-family:  Arial;
	font-size: 0.9em;
	color: #FFFFFF;
}
#flag_display a:hover {
	text-decoration: underline;
	font-family:  Arial;
	font-size: 0.9em;
	color: #FFFFFF;
}

.sousmenu  a {
	font-family:  Arial; font-size: 0.9em; font-weight: bold; color: #5e5e5e; text-decoration: none;
	}
.sousmenu a:visited {
	font-family:  Arial; font-size: 0.9em; font-weight: bold; color: #5e5e5e; text-decoration: none;
	}
.sousmenu a:hover {
	font-family:  Arial; font-size: 0.9em; font-weight: bold; color: #5e5e5e; text-decoration: none;
	}
	
.sousmenu {
	font-family:  Arial;
	font-size: 0.9em;
	color: #5e5e5e;
	text-decoration: none;
	a:link { color: #5e5e5e; text-decoration: none;}
	a:visited { color: #5e5e5e; text-decoration: none; }
	a:hover { color: #5e5e5e; text-decoration: underline; }
	
}


#contenu {
margin-top: 0px;

}
dl, dt, dd, ul, li {
	margin: 0;
	margin-left: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

#men{
	border-collapse:collapse;
	/*background-image: url(images/background.jpg);*/
	background: transparent;
	color: #1B364B;
	/width: 150px;

}

#border_menu {
	background-image:url(images/filet_menu2.jpg);
	background-repeat:repeat-x;
	width: 1px;
}


.titremenu {
	list-style-image:url(images/puce_menu.jpg);
	font-family: Arial;
	font-size: 0.8em;
    line-height: 1.6em;
	font-weight: bold;
	color: #1B364B;
	padding-left: 10px;
	/*display : block; 
	line-height: 12px; */
}

.titremenu a:hover{
	color: #1B364B;
}

.titremenu a:visited{
	color: #1B364B;
}

div.top_list{
	margin-top: -110px;
	margin-left: 140px;
	padding-bottom: 41px;
}

#motaccueil a{
	/*color: #1B364B;*/
	color: #FFFFFF;
	width: 70%;
	font-size: 0.8em;
    line-height: 1.6em;
	margin-top: -250px;
}
#motaccueil a:hover{
	text-decoration: underline;
}

.titremenu li{
	line-height:15px;
	/line-height:20px;
	color: #1B364B;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stitremenu{
	list-style-image:none;
	font-family:  Arial;
	font-size: 0.9em;
	color: #385364;
}
	
.stitremenu li{
	background-image: url(images/puce_menu_2.jpg);
	background-repeat:no-repeat;
	background-position: 0px;
	padding-left: 10px;
	/*width: 16px;*/
	line-height:15px;
	/line-height:20px;
	color: #1B364B;
	padding-top: 5px;
	padding-bottom: 5px;
}
.activelitriangle  a {
	font-weight: bold;
	color: red;
}
.stitremenu li .activelitriangle  {
	font-weight: bold;
	color: red;
}
.stitremenu div{
	/*margin-left: -10px;*/
	margin-bottom: -17px;
}

.stitremenu a:hover{
	color: #385364;
}

.stitremenu a:visited{
	color: #385364;
}

.stitremenu li.activeli a {
	font-weight: bold;
	color: red;
}


/*#table_header{
	border-collapse: collapse;
}*/


.zone_saisie {
/*font-size: 10px;*/
font-size:0.8em;
max-width: 90%;
}

.zone_bouton {
background-color: #0B9CD5;
border: 1px solid #0B9CD5;
color : #FFF;
font-size: 9px;
width: 20px;
padding-left: 1px;
}

.border_enregistrement {
	/*border-right: 4px solid #548292;
	border-left: 4px solid #548292;
	border-bottom: 4px solid #548292;*/
	border-right: 4px solid #06477F;
	border-left: 4px solid #06477F;
	border-bottom: 4px solid #06477F;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 164px;
}
.blockdroite {
	list-style-image:none;
	/width: 164px;
	padding-top: 10px;
	padding-left: 15px;
	/*/padding-bottom: 10px;*/
	/*border-right: 4px solid #548292;*/
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
	/*/margin-top: -36px;*/
	margin-bottom: 10px;
	/*margin-top: -10px;*/
	/*margin-top: 10px;*/
	/*display:list-item;*/
	
}
.blockcentre {
	list-style-image:none;
	/width: 440px;
	/*padding-top: 10px;*/
	padding-left: 15px;
	/padding-bottom: 10px;
	/*border-right: 4px solid #548292;*/
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
	/*margin-top: 1em;*/
	/*display:list-item;*/
	
	
}
.blockcentre ul{
	margin-top: 1.6em;

}
.blockcentre li{
	margin-left: 10px;
	/*margin-bottom: -10px;*/
	margin-top: 1.1em;
	line-height: 1.1em;
	/* margin-top: 1em; */
	margin-bottom: 1.1px;
}
.blockdroite li{
	margin-left: 10px;
	/*margin-bottom: -10px;*/
	/* line-height: 1.9em; */
	margin-top: 10px;
	margin-bottom: 10px;
}

.blockdroite div{
	margin-left: -10px;
	margin-bottom: -15px;
}

.blockcentre div{
	margin-left: -10px;
	margin-bottom: -15px;*/
}


.blockcentre {
	list-style-image:none;
	/width: 440px;
	/*padding-top: 10px;*/
	padding-left: 15px;
	/padding-bottom: 10px;
	/*border-right: 4px solid #548292;*/
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
	/*margin-top: 1em;*/
	/*display:list-item;*/
	
	
}
.blockregion ul{
	margin-top: 1.6em;
	/* margin-left: -10px; */

}
.blockregion li{
	/* margin-left: 10px; */
	/*margin-bottom: -10px;*/
	margin-top: 1.1em;
	line-height: 1.1em;
	/* margin-top: 1em; */
	/* margin-bottom: 1.1px; */
}
.blockregion div{
	/* margin-left: -10px; */
	/* margin-bottom: -15px;*/ */
}



.blockdroite_sous-titre{
	/width: 100%;
	color: #FFF;
	/* font-size: 0.9em; */
	line-height: 1.6em;
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	text-align:center;
	background-color: #074784;
}
.blockdroite_sous-titre a{
	/*width: 177px;*/
	color: #FFF;
	font-weight: bold;
}

.blockdroite_deux {
	list-style-image:none;
	padding-top: 10px;
	padding-left: 8px;
	border-right: 4px solid #074784;
	border-left: 4px solid  #074784;
	/*#548292;*/
	}

.blockdroite_deux li{
	margin-left: 10px;
	line-height: 25px;
	/*/margin-bottom: -10px;*/
	/line-height: 23px;
}
.blockdroite_deux div{
	margin-left: -10px;
	margin-bottom: -17px;
}


.blockdroite2 {
	list-style-image:none;
	/width: 164px;
	/*padding-top: 15px;*/
	/padding-top: 0px;
	padding-left: 15px;
	padding-right: 5px;
	/*border-right: 4px solid #548292;
	border-left: 4px solid #548292;
	border-bottom: 4px solid #548292;*/
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
	display:list-item;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.blockdroite2 li{
	display: block;
	margin-left: 10px;
	line-height: 1.8px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}

.blockdroite2 div{
	margin-left: -10px;
	margin-bottom: -15px;
}

div.top{
	background-color: #293C4B;
	color: #FFF;
	width: 192px;
	/width: 184px;
	font-size: 1.0em;
    line-height: 1.6em;
	font-weight: bold;
	height: 25px;
	border-bottom: 1px solid #074784;
	/margin-bottom: -5px;
	
}
div.top p {
	padding-bottom: 0px;
}

div.left {
	background:transparent url(images/bloc_implentation_haut_gauche.jpg) top left no-repeat;
	float:	left;
}
div.right {
	background:transparent url(images/bloc_implentation_haut_droite.jpg) top right no-repeat;
	float:right;
}

.tab_rec {
	border-collapse:collapse;
}

.border_enregistrement table{
	border-collapse: collapse;
}

.titre_sousmenu {
	list-style-image:url(images/carre_vert.jpg);
	margin-top: -0px;
	padding-left: 20px;
	color: #FFF;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	
}
.titre_sousmenu li{
	border-collapse:collapse;
	margin-left: 15px;
	line-height:35px;
	
}

.titre_sousmenu a{
color: #FFF;
text-decoration:underline;
font-size: 12px;
}


div.top_menu{
	background-image: url(images/fonds_bleus2.jpg);
	background-repeat : no-repeat; 
	color: #FFF;
	font-size:19px;
	padding-top: 5px;
	
}

div.titre_sous_menu {
	background-image: url(images/bleu_clair_arrondi2.jpg);
	background-repeat : no-repeat; 
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
}

div.news-single-item h2{
	font-size: 14px;
}

/* Style pour les news */
div.news-conteneur {
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid grey;
	background-color: #FFF;
	padding-bottom: 10px;
	margin-top:20px;
	width: 93.4%;
}
div.news-conteneur img{
	margin-top:10px;
}
div.news-conteneur2 {
	background-color: #FFF;
	padding-bottom: 10px;
}

div.titre-bloc {
	/*margin-top: -17px;*/
	margin-left: 20px;
	margin-bottom: 10px;
	font-family:  Arial;
	font-size: 1.0em;
	font-weight: bold;
	/*color: #0D62B3;*/
	line-height: 18px;
}

div.titre-bloc-news {
	margin-top: -17px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family:  Arial;
	font-size: 1.0em;
	font-weight: bold;
	/*color: #0D62B3;*/
	line-height: 18px;
}

div.titre-bloc-news img{
	margin-right: 10px;
}

span.date-news {
	/*font-size: 0.9em;*/
	text-decoration: underline;
	color: #009DDF;
}

span.contenu-news {
	/*font-size: 0.8em;*/
	color: #0D62B3;
}

.news-derniere-mess_deux {
	/*width: 174px;*/
	/*margin-top: -16px;
	margin-top: -17px;
	border-top: 1px solid black;
	border-top-style:dashed;*/
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	min-height: 35px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.important_news{
	color: #DF0101 !important;
	text-decoration: underline;
	font-weight: bold;
	text-align: center !important;
}
.important_news a{
	color: #DF0101;
}

span.date-news_deux {
	font-size: 0.9em;
	text-decoration: underline;
	color: #009DDF;
}

span.contenu-news_deux {
	color: #0D62B3;
	text-align: left;
	margin-left: 10px;
}

span.contenu-news_deux a{
	text-decoration: none;
}


div#mot_du_jour{
	/*width: 184px;*/
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
	text-align: left;
	margin-top: 10px;
}

div.plansouspages{
	width: 184px;
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
	text-align: left;
}

td.news-derniere-mess_trois_td{
	padding-top: 3px;
	padding-left: 10px;
}

div.news-derniere-mess_trois {
	
	/*margin-top: -16px;*/
	
}
span.date-news_trois{
	font-size: 0.9em;
	text-decoration: underline;
	color: #009DDF;
}

span.contenu-news_trois {
	font-size: 0.9em;
	color: #0D62B3;
}


div.lien-news {
}

div.lien-news a{
	text-decoration: none;
}

div.lien-news img{
	border: none;
}


.table_interne_sousmenu{
	border-collapse: collapse;
}

.txt_content_sub_menu b{
	font-family:  Arial;
	/* font-size: 0.9em; */
	line-height: 1.6px;
	color: #FFF;
	text-decoration: none;
}
#right_content label {
	padding-left: 15px;
	font-family:  Arial;
	/* font-size: 0.9em; */
	line-height: 1.6em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


.haut_gauche {
	background-image: url(images/haut-gauche2.jpg);
	background-repeat : no-repeat; 
}

.haut_milieu {
	background-image: url(images/haut-milieu.jpg);
	background-repeat : repeat-x; 
}
.haut_droite {
	background-image: url(images/haut-droite.jpg);
	background-repeat : no-repeat; 
}
.milieu_gauche {
	background-image: url(images/milieu-gauche2.jpg);
	background-repeat : repeat-y;
	width: 10px;
}
.milieu_milieu {
	background-image: url(images/milieu-milieu.jpg);
	background-repeat : repeat;
}
.milieu_droite {
	background-image: url(images/milieu-droite.jpg);
	background-repeat : repeat-y; 
}
.bas_gauche {
	background-image: url(images/bas-gauche2.jpg);
	background-repeat : no-repeat; 
}
.bas_milieu {
	background-image: url(images/bas-milieu.jpg);
	background-repeat : repeat-x; 
}
.bas_droite {
	background-image: url(images/bas-droite.jpg);
	background-repeat : no-repeat; 
}

#left_content table {
	padding-top: 15px;
	padding-left: 15px;
	text-decoration: none; 
	font-family:  Arial;
	/* font-size: 1em; */
	line-height: 1.4em;
	color: #FFF;	
}

#left_content a{
	font-family:  Arial;
	/* font-size: 1em; */
	line-height: 1.4em;
	color: #FFF;	
}

#left_content li {
	padding-bottom: 1.4em;

}

.gauchebulle {
	background-image: url(images/gauchebulle.jpg);
	background-repeat : no-repeat;
}
.bulle {
	background-image: url(images/bulle.jpg);
	background-repeat : repeat-x;
}
.tabbulle{
	margin-left :5px;
}
.droitebulle {
	background-image: url(images/droitebulle.jpg);
	background-repeat : no-repeat;
	width: 12px;
}
.gaucheshape {
	background-image: url(images/gaucheshape.jpg);
	background-repeat : no-repeat;
}
.shaperepete {
	background-image: url(images/shaperepete.jpg);
	background-repeat:repeat-x;
	height: 14px;
}
.shapetriangle {
	background-image: url(images/triangle.jpg);
	background-repeat:no-repeat;
	width: 16px;
}
.shapedroite {
	background-image: url(images/shapedroite.jpg);
	background-repeat : no-repeat;
	width: 12px;
}
.gauchereste {
	background-image: url(images/gauchereste.jpg);
	background-repeat : no-repeat;
}
.gauchetitrea {
	background-image: url(images/gauchetitrea.jpg);
	background-repeat : no-repeat;
}
.gauchetitreb {
	background-image: url(images/gauchetitreb.jpg);
	background-repeat : repeat-x;
}
.droitetitrec {
	background-image: url(images/droitetitrec.jpg);
	background-repeat : no-repeat;
}
.milieureste {
	background-image: url(images/milieureste.jpg);
	background-repeat : repeat-x;
	background-color: transparent;
}
.droitereste {
	background-image: url(images/droitereste.jpg);
	background-repeat : no-repeat;
	width: 12px;
}
.milieugauchebulle {
	background-image: url(images/milieugauchebulle.jpg);
	background-repeat : no-repeat;
	width: 12px;
}
.gaucheshapemilieu {
	background-image: url(images/gaucheshapemilieu.jpg);
	background-repeat : no-repeat;
	width: 12px;
}

.milieurestereste {
	background-image: url(images/milieurestereste.jpg);
	background-repeat : no-repeat;
	width: 12px;
}
.droitedroitebulle {
	background-image: url(images/droitedroitebulle.jpg);
	background-repeat : no-repeat;
}
.shapedroitedroite {
	background-image: url(images/shapedroitedroite.jpg);
	background-repeat : no-repeat;
}
.droitedroitereste {
	background-image: url(images/droitedroitereste.jpg);
	background-repeat : no-repeat;
}


/* commentaire */

span.nav_footer a{
	text-decoration: none;
	color: #FFFFFF;
}

span.nav_footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
span.nav_footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

span.nav_copyright a{
	text-decoration: none;
	color: #FFFFFF;
}

span.nav_copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
span.nav_copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


span.flag_display a{
	text-decoration: none;
	font-size: 0.9em;
	color: #FFFFFF;
}

span.flag_display a:visited {
	text-decoration: none;
	font-size: 0.9em;
	color: #FFFFFF;
}
span.flag_display a:hover {
	text-decoration: underline;
	font-size: 0.9em;
	color: #FFFFFF;
}

.tx-dropdownsitemap-pi1 span.ifsub 
{
text-transform: none;
font-weight: bold;
}

div#mapcch.tx_wecmap-map {
  padding-top: 100px;  
  padding-left: 100px;  
}

.spacer-gif{
	display: none;
}

li.texte, li.even, li.odd
{
	margin-left: 20px;
	list-style-image: url("/fileadmin/img/mark.gif");
	margin-bottom: 5px;
	
}

.error {
	/* supply height to ensure consistent positioning for every browser */
	color: #ff0000;
	font-size:1em;
	margin-left: 30px;
	margin-top: 22px;
}

.error p {
	margin: 0;
	padding: 0;
}

span.title-news a{
	font-size: 1.0em;
	color: #3c96d2;
	font-weight: bold;
	text-decoration: underline;
}

.powermail_legend{
	display: none;
}

/*************************************/
/*********** MENU GAUCHE *************/
@import url(http://fonts.googleapis.com/css?family=Nunito);
@import url(/fileadmin/template/font-awesome/css/font-awesome.min.css);

* {margin: 0; padding: 0;}

#accordeon {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;

	background: #3e87c6;
	padding: 0;
	color: white;
	border-radius: 10px 10px 0 0;
}


#accordeon h3 {
	background: #2568A7; 
	background: linear-gradient(#3e87c6,#003574);
	margin-bottom: 0px;
	margin-top: 0px;
}

#accordeon h3 a {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.65em;
	line-height: 1.5em;
	display: block;
	color: white;
	text-decoration: none;
}

#accordeon h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
	text-decoration: underline;
}

#accordeon h3 span {
	margin-right: 10px;
}

#accordeon li {
	list-style-type: none;
}

#accordeon ul ul li a, #accordeon h4 {
	color: white;
	text-decoration: none;
	/*font-size: 0.8em;
	line-height: 1.4em;*/
	display: block;
	padding: 0 15px;
	padding-bottom: 5px;
	padding-top: 5px;

	transition: all 0.15s;
	
	position: relative;
	font-size: 0.9em;
}

#accordeon ul ul li a:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
	text-decoration: underline;
	/*background: #003574;
	border-left: 5px solid lightgreen;*/
}
#accordeon h3:hover {
	/*background: #003574;
	border-left: 5px solid lightgreen;*/
}

#accordeon li.active h3 {
	background: #003574;
	border-left: 5px solid lightgreen;
}

#accordeon li.active {
	/*background: #003574;*/
	border-left: 5px solid lightgreen;
}

#accordeon ul ul {
	display: none;
}

/* #accordeon li.current>ul{ */
	/* display: block; */
/* } */
#accordeon li.active>ul{
	display: block !important;
}


#accordeon ul ul ul{
	margin-left: 15px;
	border-left: 1px dotted rgba(0, 0, 0, 0.5);
}


#accordeon a:not(:only-child):after {
	content: "\f104";
	//*content: "U+25B2";*/
	font-family: fontawesome;
	position: absolute; right: 10px; top: 0;
	/*font-size: 19px;*/
}


/* #accordeon .current>a:not(:only-child):after { */
	/* content: "\f107"; */
/* } */
#accordeon .active>a:not(:only-child):after {
	content: "\f107";
}

/*#contact div.raised{
	font-size: 0.8em;
}*/

#contact{
	font-size: 0.9em;
}

#contact ul li{
	font-size: 0.9em;
	text-align: left;
	margin-left: -8px;
}

/******* Header ********/
#header{
	/*background: linear-gradient(#0a85b0, #116b9a);*/
	/*background: #003574;*/
	text-align: left;
}

#header a{
	color: white;
	text-decoration: none;
}

#header a:hover{
	color: white;
	text-decoration: underline;
}

#header-content{
	height: 99px;
	float:right;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	min-width:300px;
	width: 18%;
}

#header-info{
	position: relative;
	height: 99px;
	float:left;
	width: 100%;
	text-align: center;
	/*border: 1px solid black;*/
}

#recherche_box{
	vertical-align: bottom;
	height: 30px;
	width: 100%;
	margin-top: 40px;
	text-align: center;
	position:absolute;
	bottom: 0;
	/*border: 1px solid red;*/
}

#recherche_box form{
	margin-top: 5px;
}

#sub-header{
	/*padding: 0;*/
	height: auto;
	text-align: left;
	vertical-align: top;
}

#nav_accueil {
	padding-top:0px;
	font-family: Arial;
	font-weight: bold;
	color: #1B364B;
	/*/padding-left: 10px;*/
	height: 18px;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	display: inline-block;
}

#nav_accueil img{
	margin-left: 5px;
	margin-right: 5px;
}

#nav_accueil a{
	color: #1B364B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.95em;
}

/******* CONTENU ********/
.conteneur {

	min-width: 980px;
	max-width: 1600px;
	/* display: flex; */
    /* flex-flow: row; */
	width:100%;
	text-align:center;
	/*border: 1px solid lime;*/
	margin-right: auto;
    margin-left: auto;
 
	flex: 1 0 auto;
	padding: var(--space) var(--space) 0;
}
#main-content{
	padding-top:5px;
	position: relative;
	min-height: 100%;
	height: 100%;
	/*border: 1px solid black;	*/
	display: flex;
}


.conteneur::after {
	content: '\00a0'; /* &nbsp; */
	display: block;
	margin-top: var(--space);
	height: 0px;
	visibility: hidden;
}



.conteneur:after{
	content: "";
  	display: block;
}

#breadcrumb {
	display: block;
	padding-top:5px;
	font-size: 0.9em;
	font-weight: bold;
	color: #1B364B;
	padding-left: 10px;
	padding-bottom: 5px;
	height: 3em;
	text-decoration: none;
	text-align: left;
	/* vertical-align: center; */
	/*border: 1px solid orange;*/
}

#breadcrumb a:hover{
	color: #1B364B;
}

#breadcrumb a:visited{
	color: #1B364B;
}

#breadcrumb p {
	font-size: 1.1em;
	color: #5e5e5e;
	/*text-align: center;*/
	width: 100%;
	font-style: italic;
	margin-bottom: 15px;
	margin-top: 5px;
}


/* pourquoi ???
.csc-textpic-imagewrap img{
	width: 250px !important;
}
*/

#content_border img{
	width: 184px;
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
}

.titre_image{
	color: #FFF;
	font-size: 0.75em;
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	text-align: center;
	/*margin-top: -19px;*/
	/*/margin-bottom: -20px;*/
	background-color: #074784;
	line-height: 2.5em;
	/*margin-bottom: 0px;*/
}

.titre_image a{
	color: #FFF;
}

#footer{
	/* z-index: 100; */
	/* -ms-overflow-style: none; */
	/* overflow: auto; */
	position: relative;
	/* position:absolute; */
    bottom:0;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
	height:auto;
	float:left;
	clear:both;
	/*display: table;*/
	background-color: #074784;
	line-height: 1.2em;
	flex: none;
}

/* .push{ */
	/* height: 50px; */
/* } */

#footer1 {
	/* -ms-overflow-style: none; */
	/* width: 1300px; */
	height: auto;
	vertical-align:top;
	/*font-size: 0.8em;*/
	color: #FFFFFF;
	margin-top: 20px;
	
	background-color: #074784;
	margin: 0 auto; 
	display: table;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
}

#footer1 a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer1 a:hover, .footer-copyright a:hover{
	text-decoration: underline; 
}

#foot_col_1{
	/* width:17%; */
	float:left;
	margin:0 40px;
	text-align: left;
	padding-bottom: 5px;
}

#foot_col_2{
	/* width:15%; */
	float:left;
	margin:0 40px;
	text-align: left;
	padding-bottom: 5px;
}
#foot_col_3{
	/* width:40%; */
	float:left;
	margin:0 40px;
	text-align: left;
	padding-bottom: 5px;
}
#foot_col_4{
	/* width:20%; */
	float:left;
	margin:0 30px;
	text-align: left;
	padding-bottom: 5px;
}
#foot_col_5{
	/* width:20%; */
	float:left;
	margin:0 30px;
	text-align: left;
	padding-bottom: 5px;
}

#nav_responsive{display: none;}

/*********** RESPONSIVE ***************/
ul.responsive_menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	background: #3e87c6;
	width: 100%;
	position: relative;
	margin-bottom: 2px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	/* padding-right: 20px; */
}

ul.responsive_menu li {float: none; display: inline;}

ul.responsive_menu li a {
	display: block;
	text-align: left;
	color: #f2f2f2;
	padding: 4px 6px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 1.1em;
}

ul.responsive_menu span.icon, ul.responsive_menu li.icon {
	position: absolute;
	right: 0;
	top: 0;
}

ul.responsive_menu li a:hover {background: #003574;}



/*@media only screen and (max-width: 950px) {
	#content_border{display: none !important;}

	#footer1{width: 100%;}
	#foot_col_1{width: 100%;}
	#foot_col_2{width: 100%;}
	#foot_col_3{width: 100%;}
	#foot_col_4{width: 100%;}
}*/

.img_colombes{
	background-image: url(../../_migrated/pics/implentations_colombes_01.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 103px;
	/*margin-bottom: 25px;*/
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
}

.img_colombes2{
	background-image: url(../../_migrated/pics/implentations_colombes_02.jpg);
	height: 53px;
	/*margin-bottom: 25px;*/
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
}

.img_rys{
	background-image: url(../../_migrated/pics/aides_a_l_innovation.JPG);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	height: 164px;
	margin-bottom: 0px;
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
}
.img_rouen{
	background-image: url(../../_migrated/pics/rouen.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	height: 184px;
	margin-bottom: 0px;
	border-right: 4px solid #074784;
	border-left: 4px solid #074784;
	border-bottom: 4px solid #074784;
}

/* powermail-pi1_fieldset*/
/**
 * Main Settings
 */
div.tx-powermail h3 {
	display: none;
}
div.tx-powermail {
	/* font-family: Calibri, Arial, sans-serif; */
	/* font-size: 14px; */
	width: 640px; 
	/* width: 100%; */
	margin: 0 !important;
	padding: 0 !important;
}
.powermail_message {
	padding-left: 20px;
	min-height: 65px;
	background: #ccc;
	background-position: 98% 10px;
	background-repeat: no-repeat;
}
.powermail_message_ok {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
}
.powermail_message_error {
	background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png");
}
.powermail_message li {
	padding: 10px 50px 10px 0;
	font-weight: bold;
	color: #1E5799;
}
.clear {
	clear: both;
}

/**
 * Form
 */
.powermail_form {
	position: relative;
}
.powermail_fieldset {
	clear: left;
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	background: #eee;
	border: 1px solid #ccc;
}
.powermail_legend {
	font-weight: bold;
	color: #EAEAEA;
	float: right;
	margin: 3px 10px 10px 0;
	font-size: 30px;
	white-space:normal;
}
.powermail_label {
	/* label */
	display: block;
	width: 100%;
	/*width: 200px;*/
	float: left;
	clear: left;
	font-weight: bold;
	color: #1E5799;
}

div.powermail_fieldwrap {
	margin: 0 0 0.5em 0;
	clear: both;
}
.powermail_field .powermail_input{
	/* font-family: Calibri, Arial, sans-serif; */
	/* font-size: 14px; */
	width: 100%;
	padding: 3px;
	border: 1px solid #ccc;
	color: #444;
}
.powermail_captcha {
	width: 392px;
}
.powermail_textarea {
	height: 10em;
	width: 100%;
}
input.powermail_field:focus {
	background-color: #E5E5E5;
	border: 1px solid white;
	outline: none;
}
.powermail_submit {
	margin: 10px 16px 10px 0;
	float: right;
	border: 0;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
}
.powermail_fieldwrap_radio fieldset,
.powermail_fieldwrap_check fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.powermail_fieldwrap_radio fieldset legend,
.powermail_fieldwrap_check fieldset legend {
	padding: 0;
}
.powermail_radio_outer,
.powermail_captcha_outer,
.powermail_check_outer {
	background-color: white;
	border: 1px solid #ccc;
	float: left;
	padding: 3px;
	width: 392px;
}
.powermail_radio_outer label,
.powermail_captcha_outer label,
.powermail_check_outer label {
	color: #444;
}
.powermail_captchaimage {
	width: 392px;
	margin-top: 10px;
}
div.error {
	background-color: #FFCA4B;
	border: 1px solid #FF8100;
}
.powermail_field_error {
	background-color: #FFCA4B;
	border: 1px solid #FF8100;
}
div.powermail_fieldwrap_file_inner {
	overflow: hidden;
	height: 26px;
	padding: 3px;
	width: 392px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/upload_bg.png');
}
input.powermail_file {
	position: relative;
	height: 100%;
	width: auto;
	/*opacity: 0;*/
	/*-moz-opacity: 0;
	-webkit-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
}
ul#powermail_tabmenu {
	list-style-type: none;
	width: 99.5%;
	height: 16px;
	padding: 10px 0;
	margin-left: 2px;
	background: #ccc; /* Old browsers */
}
ul#powermail_tabmenu li {
	float: left;
	margin-left: 10px;
	cursor: pointer;
	font-weight: bold;
	color: #1E5799;
}
ul#powermail_tabmenu li.act {
	text-decoration: underline;
}
.ui-datepicker-next span,
.ui-datepicker-prev span {
	text-indent: -99999px;
	cursor: pointer;
}

/**
 * Confirmation
 */
.powermail_confirmation {
	clear: left;
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	background: #ccc;
}
input.powermail_confirmation_form {
	float: left;
	margin-top: 20px;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
}
input.powermail_confirmation_submit {
	float: right;
	margin-top: 20px;
	padding: 5px 20px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(30,87,153); /* Old browsers */
}

/**
 * Powermail All
 */
dl.powermail_all {
	padding: 5px 0;
}
dl.powermail_all dt {
	font-weight: bold;
	float: left;
	/* width: 150px; */
	width: 100%;
	clear: left;
}
dl.powermail_all dd {
	float: left;
	width: 420px;
}

/**
 * Create
 */
.powermail_create {
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	background: #ccc;
}



/**
 * JS Form Validation
 */




/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.formErrorInsideDialog.formError { z-index: 5000; }
.formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
.formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	font-family: Calibri, Arial, sans-serif;
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}
.formError .formErrorContent {
	width: 100%;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	padding: 4px 10px 4px 10px;
	background: rgb(30,87,153); /* Old browsers */
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	font-size: 0px;
	height: 1px;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
	background: rgb(30,87,153); /* Old browsers */
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/**
 * Powermail_Frontend
 */
#powermail_frontend_search {
	margin: 0;
}
.powermail_frontend {
	clear: left;
	border: 0;
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
	background: #ccc;
}
.powermail_frontend_list {
	width: 100%;
	font-size: 0.9em;
	border: 1px solid #070708;
	margin-top: 15px;
}
.powermail_frontend_list th {
	color: white;
	font-weight: bold;
	padding: 3px;
	text-align: left;
	background: rgb(69,72,77); /* Old browsers */
}
.powermail_frontend_list td {
	border-top: 1px solid #ccc;
	padding: 3px;
}
.powermail_frontend_filter {
	background: rgb(252,255,244); /* Old browsers */
	border: 1px solid #ccc;
	padding: 10px 0;
}
.powermail_frontend_search_container {
	padding: 5px 10px;
}
.powermail_frontend_search_container label {
	float: left;
	display: block;
	width: 150px;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 3px;
}
.powermail_frontend_search_container input {
	width: 430px;
	padding: 3px;
}
.powermail_frontend_search_submit {
	width: 430px;
	padding: 3px;
	margin: 5px 0 0 170px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background: rgb(69,72,77); /* Old browsers */
}
.powermail_frontend_abc,
.powermail_frontend_export {
	background: rgb(252,255,244); /* Old browsers */
	border: 1px solid #ccc;
	padding: 10px 0;
}
.powermail_frontend_abc_inner,
.powermail_frontend_export_inner {
	margin: 0 10px;
}
span.abc,
span.abc a {
	font-weight: bold;
	text-decoration: none;
}
.powermail_frontend dl {
	clear: both;
	padding: 5px 0;
}
.powermail_frontend dt {
	float: left;
	width: 150px;
	font-weight: bold;
	clear: left;
	margin-right: 10px;
}
.powermail_frontend dd {
	float: left;
}
.powermail_frontend_export_icon {
	float: right;
	margin: 0 8px;
	padding-top: 5px;
	height: 19px;
}
.powermail_frontend_export input {
	width: 17px;
	height: 16px;
	padding-top: 2px;
	cursor: pointer;
	text-indent: -99999px;
	border: 0;
	background: none;
	background-repeat: no-repeat;
	background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_csv.gif');
}
.powermail_frontend_export input.export_icon_xls {
	background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_xls.gif');
}

fieldset.tx-powermail-pi1_fieldset {
border: all;
}

fieldset.tx-powermail-pi1_fieldset label {
display: block;
width: 100px;
float: left;
clear: both;
}

fieldset.tx-powermail-pi1_fieldset input,

fieldset.tx-powermail-pi1_fieldset select {
width: 200px;
}

div.tx_powermail_pi1_fieldwrap_html {
margin: 10px 0;
}




@media (--break-lg) {
  .conteneur {
    padding-top: var(--space-lg);
  }
  .conteneur::after{
    margin-top: var(--space-lg);
  }
}


@media only screen and (max-width: 490px) {
	#header-content{
		height:30px !important;
		display: none !important;
		}
	#recherche_box{display: none !important;}
	#col-dessin{display: none !important;}
	
}

/* @media only screen and (max-width: 1100px) { */
	/* #content_border{display: none !important;} */
/* } */

@media print { 
	html, body { height: 99%; }
	#gauchet{display: none !important; width: 0px;}
	#content_border{display: none !important;}
	#accordeon{display: none !important;}
	#header-info{display: none !important;}
	#nav_accueil{display: none !important;}
	#footer{display: none !important;}
}


@media only screen and (max-width: 950px) {
	#content_border{display: none !important;}
	#gauchet{display: none !important;}
	#content{width: 95%;}
	.conteneur{
		min-width:300px;
		width: 100%;}

	#footer1{width: 100%;}
	#foot_col_1{width: 100%;}
	#foot_col_2{width: 100%;}
	#foot_col_3{width: 100%;}
	#foot_col_4{width: 100%;}

	#nav_accueil{display: none !important;}
	#nav_responsive{
		display: inline;
		width: 100%;

	}
	ul.responsive_menu li:not(:first-child) {display: none;}
	ul.responsive_menu span.icon{
		margin-right: 5px;
	}
	ul.responsive_menu span.icon, ul.responsive_menu li.icon {
		float: right;
		display: inline-block;
	}
	ul.responsive_menu.responsive {position: relative;}
	ul.responsive_menu.responsive span.icon, ul.responsive_menu.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.responsive_menu.responsive li {
		float: none;
		display: inline;
	}
	ul.responsive_menu.responsive li a {
		display: block;
		text-align: left;
	}
}
