@charset "UTF-8";
/* CSS Document */

@import url(normalize.css);

a {
	text-decoration:none;
	color:#FFFFFF;
	transition: color 0.2s linear 0s; /* w3 */
	-o-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
}

html {
	
	background:url(../images/bg-espace-pro2.jpg) repeat-x top #ededed;
}



body {
	width:100%;
	margin:auto;
	background:url(../images/fond-espace-pro2.jpg) no-repeat top;
}

/*############################################# */
/*############### ENTETE ##*################### */
/*############################################# */
body #bg-entete {
	width:100%;
	height:150px;
	margin:0 auto 0 auto;
}

body #bg-entete #entete {
	margin: 0 auto 0 auto;
	width: 1000px;
	height:150px;

}

body #bg-entete #entete #logo {
	float:left;
	width:200px;
	height:160px;
	background:url(../images/logo-AJE.jpg) no-repeat 0 12px;
	z-index:10000;
	cursor:pointer;
}

/******************* ACCES CONTACT *************************/

body #bg-entete #entete #titre_index{
	float:left;
	width:700px;
	height:75px;
}

body #bg-entete #entete #titre_index #l1{
	float:left;
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
}

body #bg-entete #entete #titre_index #l2 {
	float:left;
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
}

body #bg-entete #entete #sortie {
	float:right;
	width:100px;
	background:url(../images/administration/log_out.png) no-repeat 60px 5px;
	z-index:100000;
	height:160px;
	cursor:pointer;
}


/*############################################# */
/*############## CENTRAL ####################### */
/*############################################# */

body #bg-central {
	width:100%;
	min-height:400px;
	margin:0 auto 0 auto;
	background:#FFFFFF;
	
	padding:10px 0 10px 0;

}

body #bg-central #central  {
	margin: 20px auto 20px auto;
	width: 1000px;
	min-height:360px;
	padding:5px 0 0 0;
}

body #bg-central #central h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#404040;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}

body #bg-central #central h2 {
	margin-top:0;
	margin-bottom:5px;
	padding-top:0;
}

body #bg-central #central h4 {
	margin-top:0;
	margin-bottom:5px;
	padding:5px 0 2px 5px;
}


body #bg-central #central .ajout {
	margin-top:0;
	font-style:italic;
	padding-top:0;
	padding-left:17px;
	line-height:16px;
	background:url(../images/administration/add.png) no-repeat left;
}


/* ************* AUTH ******************* */

body #bg-central #central #connexion-contact {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	height:250px;
	line-height:30px;
	border:1px solid #000;
	margin:30px auto 50px auto;
	color:#fff;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	background: #E8E8E8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E8E8E8), to(#6B6B6B));
	background: -webkit-linear-gradient(#E8E8E8, #6B6B6B);
	background: -moz-linear-gradient(#E8E8E8, #6B6B6B);
	background: -ms-linear-gradient(#E8E8E8, #6B6B6B);
	background: -o-linear-gradient(#E8E8E8, #6B6B6B);
	background: linear-gradient(#E8E8E8, #6B6B6B);
	-pie-background: linear-gradient(#E8E8E8, #6B6B6B);
	behavior: url(/pie/PIE.htc);
}

body #bg-central #central #connexion-contact .titre img {
	vertical-align:middle;
	padding:10px 10px 10px 0;
}

body #bg-central #central #connexion-contact .titre {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

body #bg-central #central #connexion-contact label {
	font-size:12px;
	display:inline-block;
	width:80px;
	margin:0 0 0 25px;
}

body #bg-central #central #connexion-contact input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* ********** Menu *********************** */
body #bg-central #central #menu_general {
	width: 960px;
	height:22px;
	margin:20px 0 0 0 ;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
body #bg-central #central #menu_general .menu {
	float:left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: center;
	padding:5px 15px 1px 15px;
	margin:0 2px 0 0;
	-webkit-border-radius: 8px 8px 0px 0px; 
	-moz-border-radius: 8px 8px 0px 0px; 
	border-radius: 8px 8px 0px 0px; 
	background: #01AACB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d40020), to(#d40020));
	background: -webkit-linear-gradient(#d40020, #d40020);
	background: -moz-linear-gradient(#d40020, #d40020);
	background: -ms-linear-gradient(#d40020, #d40020);
	background: -o-linear-gradient(#d40020, #d40020);
	background: linear-gradient(#d40020, #d40020);
	-pie-background: linear-gradient(#d40020, #d40020);
	behavior: url(/pie/PIE.htc);
}
body #bg-central #central #menu_general a{
	color:#ffffff;
}

body #bg-central #central #menu_general a:hover{
	color:#cccccc;
}

body #bg-central #central #menu_general .menu_actif {
	float:left;
	color:#393939;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: center;
	padding:5px 15px 0 15px;
	margin:0 2px 0 0;
	-webkit-border-radius: 8px 8px 0px 0px; 
	-moz-border-radius: 8px 8px 0px 0px; 
	border-radius: 8px 8px 0px 0px; 
	background: #01AACB;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f1f1f1), to(#bfbfbf));
	background: -webkit-linear-gradient(#f1f1f1, #bfbfbf);
	background: -moz-linear-gradient(#f1f1f1, #bfbfbf);
	background: -ms-linear-gradient(#f1f1f1, #bfbfbf);
	background: -o-linear-gradient(#f1f1f1, #bfbfbf);
	background: linear-gradient(#f1f1f1, #bfbfbf);
	-pie-background: linear-gradient(#f1f1f1, #bfbfbf);
	behavior: url(/pie/PIE.htc);
}
body #bg-central #central #menu_general .menu_actif a {
	color:#393939;
}

/************** SECTION CENTRALE   ******************** */
#contact_avance, #entite_avance{
cursor:pointer;
}

body #bg-central #central #section {
	width: 958px;
	border:1px #cccccc solid;
	padding:15px;
	float:left;
}

body #bg-central #central #section p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body #bg-central #central #section a{
	color:#36b7c1;
}
body #bg-central #central #section a:hover{
	color:#207076;
}


body #bg-central #central #section .suite{
	color:#207076;
	border-top:1px #207076 solid;
	margin-top:5px;
	float:left;
	width:100%;
	padding-top:5px;
	font-size:12px;
}

body #bg-central #central #section .suite .excel{
float:right;
width:200px;

}

body #bg-central #central #section .chkbx {
	height:40px;
	width:40px;
	margin:5px 0 0 0 !important;
}

/************** Ajout contact  ************************ */

body #bg-central #central #section #contactajout {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:735px;
	margin:0;
	padding:0;
}

body #bg-central #central #section #contactsup {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	margin:0;
	padding:0;
}


body #bg-central #central #section #entite_rec,  body #bg-central #central #section #contact_rec {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body #bg-central #central #section #contactajout {
	float:left;
	width:735px;
}

body #bg-central #central #section #contactajout .lgne, body #bg-central #central #section #contactsup .lgne {
	float:left;
	height:45px;
	width:735px;
}

body #bg-central #central #section #contactajout .lgnegrd, body #bg-central #central #section #contactsup .lgnegrd {
	float:left;
	height:45px;
	width:960px;
}

body #bg-central #central #section #entite_rec .lgne,  body #bg-central #central #section #contact_rec .lgne {
	float:left;
	width:100%;
	height:45px;
}


body #bg-central #central #section #entite_rec .lgne .demi,  body #bg-central #central #section #contact_rec .lgne  .demi{
	float:left;
	width:50%;
}

body #bg-central #central #section #entite_rec .lgnefck {
	float:left;
	width:935px;
	height:150px;
}
body #bg-central #central #section #entite_rec textarea {
	float:left;
	width:720px;
	height:110px;
	margin: 0px 0px 20px 0px;
}

body #bg-central #central #section #contactajout .lgnespe, body #bg-central #central #section #contactsup .lgnespe {
	float:left;
	width:735px;
}

body #bg-central #central #section #contactajout .lgnefck, body #bg-central #central #section #contactsup .lgnefck {
	float:left;
	width:935px;
	height:150px;
}

body #bg-central #central #section #contactajout textarea, body #bg-central #central #section #contactsup textarea {
	float:left;
	width:498px;
	height:110px;
	margin: 0px 0px 20px 0px;
}

body #bg-central #central #section #contactajout .lgneetoile, body #bg-central #central #section #contactsup .lgneetoile {
	float:left;
	width:735px;
	height:115px;
}
body #bg-central #central #section #contactajout .intitule, body #bg-central #central #section #contactsup .intitule {
	float:left;
	width:200px;
	height:30px;
	margin: 1px 20px 15px 0px;
	font-family: 'arial';
	font-size:12px;
	color: #5a5a5a;
	line-height:30px;
	padding:0 0 0 10px;
	background:#dad9d9;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

body #bg-central #central #section #contactajout .intitulevide, body #bg-central #central #section #contactsup .intitulevide {
	float:left;
	width:200px;
	height:30px;
	margin: 1px 20px 15px 0px;
	font-family: 'arial';
	font-size:12px;
	line-height:30px;
	padding:0 0 0 10px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}

body #bg-central #central #section #contactajout .intitulerec, body #bg-central #central #section #contactsup .intitule {
	float:left;
	width:200px;
	height:30px;
	margin: 1px 20px 15px 0px;
	font-family: 'arial';
	font-size:12px;
	color: #5a5a5a;
	line-height:30px;
	padding:0 0 0 10px;
	background-color:#cbd4d9;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}



body #bg-central #central #section #entite_rec .intitule, body #bg-central #central #section #contact_rec .intitule {
	float:left;
	width:180px;
	height:30px;
	margin: 1px 10px 15px 0px;
	font-family: 'arial';
	font-size:12px;
	color: #5a5a5a;
	line-height:30px;
	padding:0 0 0 10px;
	background:#dad9d9;
	-webkit-border-radius: 4px;
    border-radius: 4px;
}



body #bg-central #central #section #contactajout .blocdroit, body #bg-central #central #section #entite_rec .blocdroit, body #bg-central #central #section #contact_rec .blocdroit {
	float:left;
	width:500px;
}


body #bg-central #central #section #contactajout .intitule_tri {
	float:left;
	width:200px;
	height:30px;
	margin: 1px 20px 15px 0px;
	font-family: 'arial';
	font-size:12px;
	color: #5a5a5a;
	line-height:30px;
	padding:0 0 0 10px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
	font-style:italic;
}
body #bg-central #central #section #contactajout .choix_tri {
	float:left;
	width:498px;
	height:26px;
	
}



body #bg-central #central #section #contactajout .capacite_lbl {
	float:left;
	width:300px;
	height:30px;
	font-family: 'arial';
	font-size:12px;
	color: #5a5a5a;
	line-height:30px;
	padding:0 0 0 10px;
}

body #bg-central #central #section #contactajout .recherche, body #bg-central #central #section #entite_rec .recherche, body #bg-central #central #section #contact_rec .recherche {
	float:left;
	width:498px;
	height:26px;
	margin:0;
	padding:0;
	font-size:12px;
	
}

body #bg-central #central #section #entite_rec .affichetxt {
	float:left;
	width:718px;
	height:26px;
	line-height:26px;
	margin:2px 0 0 0;
	padding:0 0 0 5px;;
	font-size:12px;
	border:1px grey solid;
	
}
body #bg-central #central #section #entite_rec .affichetxtlong {
	float:left;
	width:718px;
	margin:2px 0 0 0;
	padding:0 0 0 5px;;
	font-size:12px;
	border:1px grey solid;
	height:auto;
	
}


body #bg-central #central #section #entite_rec .afficheadr {
	float:left;
	width:50%;
	height:26px;
	line-height:26px;
	margin:2px 0 0 0;
	padding:0 0 0 5px;;
	font-size:12px;
	border:1px grey solid;
	
}


body #bg-central #central #section #contactajout .useradmin {
	float:left;
	width:200px;
	height:26px;
	
}


body #bg-central #central #section  .user_lbl {
	float:left;
	width:200px;
	font-style:italic;
	margin:0 775px 0 10px;
}

body #bg-central #central #section #contactajout .btnradio {
	float:left;
	width:300px;
	margin:0 150px 0 0;
	
}

body #bg-central #central #section #contactajout label {
	font-size:12px;
	display:inline-block;
	width:110px;
	margin:0 0 0 25px;
}


body #bg-central #central #section #contactajout .capacite {
	
	width:90px;
	height:26px;
	
}

body #bg-central #central #section #contactajout .dtr {
	text-align:center;
	width:50px;
	height:26px;
	
}


body #bg-central #central #section #contactajout input[type="email"] {
	float:left;
	width:498px;
	height:26px;
	
}
body #bg-central #central #section #contactajout input[type="radio"] {
	
	height:26px;
	vertical-align:middle;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
	margin-left:10px;
	
}

body #bg-central #central #section #contactajout input[type="checkbox"], body #bg-central #central #section #entite_rec input[type="checkbox"], body #bg-central #central #section #contact_rec input[type="checkbox"] {
	
	height:20px;
	vertical-align:middle;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
	margin-left:10px;
	
}
body #bg-central #central #section #contactajout p, body #bg-central #central #section #entite_rec p, body #bg-central #central #section #contact_rec p {
	float:left;
	width:500px;
	height:30px;
	margin: 2px 0px 23px 0px;
}

body #bg-central #central #section #contactajout select{
	float:left;
	width:200px;
	height:30px;
	margin: 2px 300px 23px 0px;
	padding:5px;
}


body #bg-central #central #section #entite_rec select, body #bg-central #central #section #contact_rec select {
	float:left;
	width:200px;
	height:30px;
	margin: 2px 0px 23px 0px;
	padding:5px;
}

body #bg-central #central #section #contactajout #textarea, body #bg-central #central #section #entite_rec #textarea, body #bg-central #central #section #contact_rec #textarea {
	float:left;
	width:448px;
	height:200px;
	margin: 0px 0px 20px 0px;
}

body #bg-central #central #section #contactsup #btn-envoyer {
	float:left;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
	height:30px;
	margin:10px 20px 0 250px;
	cursor:pointer;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #898989 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#898989)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#898989 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#898989',GradientType=0 ); /* IE6-9 */
}

body #bg-central #central #section #contactajout #btn-envoyer {
	float:right;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:190px;
	height:30px;
	margin:10px 20px 0 0;
	cursor:pointer;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #898989 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#898989)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#898989 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#898989',GradientType=0 ); /* IE6-9 */
}

body #bg-central #central #section #contactajout #btn-modifier {
	float:right;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:150px;
	height:30px;
	margin:10px 20px 0 0;
	cursor:pointer;
	border:none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+99,002400+100 */
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 99%, #002400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 99%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 99%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
	
}

body #bg-central #central #section #contactajout #btn-modifier:hover {
	color:#000066;
}

body #bg-central #central #section #contactajout #btn-retour {
	float:right;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		text-align:center;
	line-height:30px;
	width:190px;
	height:30px;
	margin:10px 20px 0 0;
	cursor:pointer;
	border:none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,207cca+47,3b679e+100 */
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #7db9e8 0%, #207cca 47%, #3b679e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#207cca 47%,#3b679e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7db9e8 0%,#207cca 47%,#3b679e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 ); /* IE6-9 */
}

body #bg-central #central #section #contactajout #btn-retour:hover {
	color:#000066;
}

body #bg-central #central #section #contactajout #btn-supprimer {
	float:right;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:140px;
	height:30px;
	margin:10px 20px 0 0;
	cursor:pointer;
	border:none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd4040+0,cc0000+100 */
background: #dd4040; /* Old browsers */
background: -moz-linear-gradient(top,  #dd4040 0%, #cc0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dd4040 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dd4040 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd4040', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */

}

body #bg-central #central #section #contactajout #btn-supprimer:hover {
	color:#000066;
}

body #bg-central #central #section #contactajout #btn-retour-rec {
	float:right;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:240px;
	height:30px;
	margin:10px 20px 0 0;
	cursor:pointer;
	border:none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #1e5799 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7db9e8 0%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */


}

body #bg-central #central #section #contactajout #btn-retour-rec:hover {
	color:#000066;
}


body #bg-central #central #section #contactajout #btn-migrer {
	float:right;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	line-height:30px;
	width:170px;
	height:30px;
	margin:10px 20px 0 0;
	cursor:pointer;
	border:none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,207cca+47,3b679e+100 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}

body #bg-central #central #section #contactajout #btn-migrer:hover {
	color:#000066;
}


body #bg-central #central #section #contactajout #btn-voir {
	float:right;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:180px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:10px 20px 0 0;
	cursor:pointer;
	border:none;
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #eaeaea 0%, #898989 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#898989)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eaeaea 0%,#898989 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eaeaea 0%,#898989 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#898989',GradientType=0 ); /* IE6-9 */
}

body #bg-central #central #section #contactajout #btn-envoyer:hover {
	color:#000066;
	font-weight:bold;
}

/* ************* *****************/

#section #contenu-adm #vitrine_onglet {
	width:99%;
	height:30px;
	float:left;
	background: #EEEEEE;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 10px 0;
}
#section #contenu-adm #vitrine_onglet #onglet_entite{
	float:left;
	width:50%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#section #contenu-adm #vitrine_onglet #onglet_contact{
	float:left;
	width:50%;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.actif {
	background:#CCCCCC;
	-moz-box-shadow: inset -10px 0px 10px 5px #9b9b9b;
	-webkit-box-shadow: inset -10px 0px 10px 5px #9b9b9b;
	-o-box-shadow: inset -10px 0px 10px 5px #9b9b9b;
	box-shadow: inset -10px 0px 10px 5px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=10);
}
.inactif {
	background:#eeeeee;
	-moz-box-shadow: inset -10px 0px 10px 5px #cfcfcf;
	-webkit-box-shadow: inset -10px 0px 10px 5px #cfcfcf;
	-o-box-shadow: inset -10px 0px 10px 5px #cfcfcf;
	box-shadow: inset -10px 0px 10px 5px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=10);
}
.actif h4{
	color:#000000;
	cursor:pointer;
}
.inactif h4{
	color:#999999;
	cursor:pointer;
}

#section #contenu-adm #rec_entite {
	width:95%;
	min-height:100px;
	margin:0 0 10px 2%;
	padding:5px;
	float:left;
	background: #EEEEEE;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
#section #contenu-adm #rec_contact {
	width:95%;
	min-height:100px;
	margin:0 0 0 2%;
	padding:5px;
	float:left;
	background: #EEEEEE;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}

#section #contenu-adm #rec_entite input[type="submit"], #section #contenu-adm #rec_contact input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	margin:5px;
}

/***** listing contact entite ******/

#titre-detail {
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:5px 0 5px 5px;
	border-top:1px #d40020 solid;
	border-bottom:1px #d40020 solid;
	margin-bottom:5px;
}

#section .ajoutcontact {
	float:left;
	width:100%;
	margin:0 0 5px 0;;
	font-style:italic;
	font-size:12px;
	padding-top:0;
	padding-left:17px;
	line-height:16px;
	background:url(../images/administration/add.png) no-repeat left;
}



/*################################################# */
/*############## FORMULAIRE ####################### */
/*################################################# */



#section #contenu-adm label {
	display:inline-block;
	width:120px;
}

#section #contenu-adm .labelong {
	display:inline-block;
	width:170px;
}


#section #contenu-adm  #ajout_adm input[type="text"], #section #contenu-adm  #userajout input[type="text"] {
	font-family: 'arial';
	font-size:12px;
	height:28px;
	margin: 0px 0px 10px 0px;
	padding:0 0 0 5px;
	border:1px grey solid;
	-webkit-box-shadow: 0px 0px 5px 0px #aaaaaa;
	box-shadow: 0px 0px 5px 0px #aaaaaa;

	-webkit-border-radius: 5px;
	border-radius: 5px; 
}



body #bg-central #central #section #userajout .btnradio {
	float:left;
	width:550px;
	margin:0 115px 0 50px;
	line-height:20px;
	
}



/*############################################# */
/*############## FOOTER ####################### */
/*############################################# */
body #bg-footer {
	width:100%;
	margin:0 auto 0 auto;
	background:#000000;

}

body #bg-footer #footer {
	margin: auto;
	width: 1000px;
	height:50px;
	padding:15px 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#848383;
}


body #bg-footer #footer #liens{
	float:left;
	width:1000px;
	height:25px;
	border-bottom:1px #d40020 solid;
	border-top:1px #d40020 solid;
	margin:5px auto 0 auto;
	padding:5px 0 5px 0;
}
body #bg-footer #footer #liens #adresse{
	float:left;
	width:750px;
	height:25px;
	line-height:25px;
}

body #bg-footer #footer #liens #adresse a{
	color:#b2b2b2;
	transition: color 0.2s linear 0s; /* w3 */
	-o-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
}

body #bg-footer #footer #liens #adresse a:hover{
color:#ffffff;
}



body #bg-footer #footer #liens #accueil{
	float:right;
	width:180px;
	text-align:right;
	color:#b2b2b2;
}

body #bg-footer #footer #liens #accueil a{
	color:#b2b2b2;
	transition: color 0.2s linear 0s; /* w3 */
	-o-transition: color 0.2s linear 0s;
	-moz-transition: color 0.2s linear 0s;
	-webkit-transition: color 0.2s linear 0s;
}

body #bg-footer #footer #liens #accueil a:hover{
	color:#ffffff;
}

body #bg-footer #footer #liens #accueil #home{
	float:right;
	background:url(../images/administration/home.jpg) no-repeat 0px 0px;
	width:25px;
	z-index:100000;
	height:25px;
	cursor:pointer;

}
body #bg-footer #footer #liens #accueil #haut{
	float:right;
	background:url(../images/administration/arrow-up.jpg) no-repeat 0px 0px;
	width:25px;
	z-index:100000;
	height:25px;
	cursor:pointer;
	margin-left:5px;
}


/* ------------------ résultat de la recherche ------------------- */
body #bg-central #central #section .ligne_contact {
	float:left;
	width:960px;
	height:25px;
	line-height:25px;
	border-top:#b4b5b7 solid 1px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
body #bg-central #central #section .ligne_contact:hover {
	background:#e7e7e7;
	}
	
	
body #bg-central #central #section .libelle_ctc {
	float:left;
	width:870px;
	color:#230c03;
}
body #bg-central #central #section .societe {
	float:left;
	width:250px;
	height:25px;
	line-height:12.5px;
	/* overflow:hidden; */
	text-transform:uppercase;
}
body #bg-central #central #section .nomprenom {
	float:left;
	width:300px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	border-left:1px grey solid;
}
body #bg-central #central #section .emel {
	float:left;
	width:250px;
	height:25px;
	overflow:hidden;
	border-left:1px grey solid;
	
	line-height:12.5px;
	
	
	text-align:left;
	text-indent:-5px;
	padding-left:5px;
}


body #bg-central #central #section .ctcnom {
	float:left;
	width:250px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
body #bg-central #central #section .ctcadr {
	float:left;
	width:295px;
	height:25px;
	line-height:12.5px;
	overflow:hidden;
	border-left:1px grey solid;
	text-align:left;
	text-indent:-5px;
	padding-left:5px;
}
body #bg-central #central #section .ctcmel {
	float:left;
	width:310px;
	height:25px;
	line-height:12.5px;
	overflow:hidden;
	border-left:1px grey solid;
	text-align:left;
	text-indent:-5px;
	padding-left:5px;
}


/* Version haute */
body #bg-central #central #section .ligne_contact_haute {
	float:left;
	width:960px;
	height:35px;
	line-height:35px;
	border-top:#b4b5b7 solid 1px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
body #bg-central #central #section .ligne_contact_haute:hover {
	background:#e7e7e7;
	}


body #bg-central #central #section .ligne_contact_haute  .libelle_ctc {
	float:left;
	width:870px;
	color:#230c03;
}
body #bg-central #central #section .ligne_contact_haute  .societe {
	float:left;
	width:250px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	text-transform:uppercase;
}
body #bg-central #central #section .ligne_contact_haute  .nomprenom {
	float:left;
	width:300px;
	height:35px;
	line-height:35px;
	overflow:hidden;
	border-left:1px grey solid;
}
body #bg-central #central #section .ligne_contact_haute  .emel {
	float:left;
	width:250px;
	height:35px;
	overflow:hidden;
	border-left:1px grey solid;
	
	line-height:12.5px;
	
	
	text-align:left;
	text-indent:-5px;
	padding-left:5px;
}


body #bg-central #central #section .ligne_contact_haute  .ctcnom {
	float:left;
	width:250px;
	height:35px !important;
	line-height:35px !important;
	overflow:hidden;
}
body #bg-central #central #section .ligne_contact_haute  .ctcadr {
	float:left;
	width:295px;
	height:35px;
	line-height:12.5px;
	overflow:hidden;
	border-left:1px grey solid;
	text-align:left;
	text-indent:-5px;
	padding-left:5px;
}
body #bg-central #central #section .ligne_contact_haute  .ctcmel {
	float:left;
	width:310px;
	height:35px;
	line-height:12.5px;
	overflow:hidden;
	border-left:1px grey solid;
	text-align:left;
	text-indent:-5px;
	padding-left:5px;
}


	
/* Fin version haute */

body #bg-central #central #section .dtrelance {
	float:left;
	width:80px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	border-left:1px grey solid;
}
body #bg-central #central #section .etat {
	float:left;
	width:25px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	border-left:1px grey solid;
}
body #bg-central #central #section .saison {
	float:left;
	width:70px;
	height:25px;
	font-size:10px;
	line-height:25px;
	padding:0 0 0 2px;
	overflow:hidden;
	border-left:1px grey solid;
}
body #bg-central #central #section .nomville {
	float:left;
	width:150px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	border-left:1px grey solid;
}

body #bg-central #central #section .nomspectacle {
	float:left;
	width:180px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	border-left:1px grey solid;
}

body #bg-central #central #section .societenomprenom {
	float:left;
	width:350px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}


body #bg-central #central #section .actions {
	float:right;
}

/************************** PAGINATION *******************************/
.flotteG_m10 {
	float:left;
	margin:10px 10px 0 0;
}
.btn_lien {
	width:25px;
	height:25px;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	line-height:26px;
	background:url(../images/pagination-actif.png) no-repeat;
}
.btn_lien:hover {
	text-decoration: none;
	text-align:center;
	font-size:12px;

	background:url(../images/pagination-actif.png) no-repeat;
}

.btn_csv {
	margin-top:5px;
	padding:5px;
	background-color:#CCCCCC;
	border:1px grey solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:25px;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	line-height:26px;
}
.btn_csv:hover {
	text-decoration: none;
	text-align:center;
	font-size:12px;
}
.btn_lien a {
	text-decoration:none;
	color:#666666;
}

.btn_lien_next {
	width:25px;
	height:25px;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	line-height:26px;
	background:url(../images/pagination-next.png) no-repeat;
}
.btn_lien_next:hover {
	text-decoration: none;
	text-align:center;
	font-size:12px;

	background:url(../images/pagination-next.png) no-repeat;
}
.btn_lien_next a {
	text-decoration:none;
	color:#666666;
}


.btn_lien_actif {
	width:25px;
	height:25px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	padding:3px 0 0 0;
	color:#FFFFFF;
	background:url(../images/pagination.png) no-repeat;
}
#page_navigation {
	clear:both;
	text-align:center;
	margin-bottom:10px;
	float:left;
	width:960px;
	
}

#page_navigation_new {
	width:960px;
	float:left;
	text-align:center;
	padding-left:240px;
}
#conteneur {
	text-align:center;
	margin: 0 auto;             /* Centre le block horizontalement */
	width: 55%;
}

#page_navigation_agenda {
	width:960px;
	float:left;
	text-align:center;
}
#conteneur_agenda {
	text-align:center;
	margin: 0 auto;             /* Centre le block horizontalement */
	width: 50%;
}


/* MENU GAUCHE */
#menu-gauche {
	margin:10px 0 0 0;
	width:230px;
	background:#333333;
	border-right:1px solid #666666;
	float:left;
	font-size:12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 0px 8px 1px #656565;
	-webkit-box-shadow: 0px 0px 8px 1px #656565;
	-o-box-shadow: 0px 0px 8px 1px #656565;
	box-shadow: 0px 0px 8px 1px #656565;
}

#menu-gauche a{
	color:#FFFFFF;
}
#menu-gauche a:hover{
	color:#207076;
}

#menu-gauche .module {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin:5px 0 0 0;
}

#menu-gauche img {
	vertical-align:middle;
	margin:0 0 0 10px;
}

#menu-gauche ul {
	color:#d40020;
	list-style-position:inside;
	line-height:20px;
	margin: 0 0 20px 0;
}

#menu-gauche .noli {
	line-height:20px;
	list-style-position:inside;
	list-style:none;
}


#menu-gauche .filet {
	list-style:none;
	border-bottom:1px #666666 solid;
	width:80%;
	margin-left:10px;
	margin-bottom:5px;
	height:5px;
}

body #bg-central #central #section #menu-gauche a {
	color:#F0F0F0;
	text-decoration:none;
}

body #bg-central #central #section #menu-gauche a:hover {
	color:#33abb5;
}

/* FIN MENU */





/* ZONE ADMIN */


/***** IMPORT ****/

#zoneimport {
	float:left;
	width:100%;
	margin-top:20px;
}


#zoneimport .import:hover {
	background:#f7f7f7;
	cursor:pointer;
	}


#zoneimport .import{
	float:left;
	width:200px;
	height:20px;
	line-height:20px;
	text-align:center;
	padding:5px;
	margin:0 20px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	font-weight:700;
	background:#d7d7d7;
}

#zoneimport  .notactif {
	background:#f2f2f2 !important;
		font-weight:normal;
}

#zoneimport .importlgn:hover {
	background:#e7e7e7;
	cursor:pointer;
	}


#zoneimport .importlgn{
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	padding:5px;
	margin:20px 0 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	font-weight:700;
	background:#f7f7f7;
}



#descontact {}
#desentites {}

.bordure_bas {
	border-bottom:1px solid #999999;
}
.marge_haut_bas_20px {
	margin:20px 0 20px 0 !important;
}

#btnsuite {
	float:left;
	margin:0 0 0 280px;
	width:140px;
	height:35px;
	background:url(../images/btn-suite.jpg) no-repeat 0 0;
	border:none;
}
#btnsuite:hover {
	background:url(../images/btn-suite.jpg) no-repeat 0 -35px;
}

#btnimport {
	float:left;
	margin:0 0 0 280px;
	width:140px;
	height:35px;
	background:url(../images/btn-import.png) no-repeat 0 0;
	border:none;
}
#btnimport:hover {
	background:url(../images/btn-import.png) no-repeat 0 -35px;
}


/**** fin import ****/



#menu-droit {
	margin:10px 0 0 10px;
	width:715px;
	float:left;
	font-size:12px;
}


#section #contenu-adm #menu-droit  .ligne-admin {
	height:30px;
	width:99%;
	margin:0 0 0 10px;
	float:left;
	line-height:30px;
	font-size:12px;
	border-bottom:1px solid #bbbbbb;
}

#section #contenu-adm .ligne-admin .libelle {
	float:left;
	width:640px;
	color:#230c03;
}

#section #contenu-adm .ligne-admin .actions {
	float:right;
}


body #bg-central #central #section  .user_lbl {
	float:left;
	width:400px;
	font-style:italic;
	margin:0 575px 0 10px;
}


/* FIN MENU */

/* Doublons */


#section #contenu-adm #menu-droit .zonedbl:hover {
	background:#f7f7f7;
	cursor:pointer;
	}


#section #contenu-adm #menu-droit .zonedbl{
	float:left;
	width:260px;
	cursor:pointer;
	height:20px;
	line-height:20px;
	text-align:center;
	padding:5px;
	margin:0 20px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	font-weight:700;
	background:#d7d7d7;
}

#section #contenu-adm #menu-droit  .ligne-doublon {
	height:22px;
	width:99%;
	margin:0 0 0 10px;
	float:left;
	line-height:22px;
	font-size:12px;
	border-bottom:1px solid #bbbbbb;
	position:relative;
}

#section #contenu-adm #menu-droit  .ligne-doublon .nom{float:left; width:20%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .prenom{float:left; width:20%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .entreprise{float:left; width:20%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .categorie{float:left; width:20%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .lecp{float:left; width:8%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .laville{float:left; width:20%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .societe{float:left; width:32%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .action{ position:absolute; top:0; left:-20px; width:20px; height:22px;}	
#section #contenu-adm #menu-droit  .ligne-doublon .action img { width:15px; padding-top:4px; padding-left:4px; height:22px;}

#section #contenu-adm #menu-droit  .ligne-doublon .raisonsoc{float:left; width:45%; overflow:hidden; color:#003399; cursor:help; text-transform:uppercase; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .cpsoc{float:left; width:10%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .villesoc{float:left; width:35%; overflow:hidden; height:22px;}
#section #contenu-adm #menu-droit  .ligne-doublon .mailnsoc{float:left; width:10%; overflow:hidden; height:22px;}

/*############################################# */
/*############################################# */
/*############################################# */


.filet {
	width:100%;
	border-bottom:1px #666666 solid;
	margin-top:-5px;
	margin-bottom:10px;
}

.lienclic {
	color:#36b7c1;
	text-decoration:none;
}
.vertbleu {
	color:#36b7c1;
}
.rouge{
	color:#FF0000;
}
.blanc{
	color:#FFFFFF;
}
.gris{
	color:#5a5a5a;
}

.clear {
	clear:both;
}

.majuscule
{
	text-transform:uppercase !important ;
}