/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body { height: 100% }

*, html{
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}


body {
margin: 0;
padding: 0;
height: 100%;
background:#ffffff;
font-family:arial;
font-size:14px;
}





@font-face {
    font-family: 'communistsans';
    src: url('fonts/COMMS___-webfont.eot');
    src: url('fonts/COMMS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/COMMS___-webfont.woff2') format('woff2'),
         url('fonts/COMMS___-webfont.woff') format('woff'),
         url('fonts/COMMS___-webfont.ttf') format('truetype'),
         url('fonts/COMMS___-webfont.svg#communistsans') format('svg');
    font-weight: normal;
    font-style: normal;

}


.clear{
	clear:both;
}

b, strong{
	font-weight:bold;
}

p{
	line-height:1.2em;
}

#page {
    min-height: 100%;
    position: relative;
	z-index:1;/*overflow:hidden;*/
}

.site_content{
	margin:0 auto;
	text-align:left;
	width:980px;
	padding:0 15px;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}



hr {
    -moz-float-edge: margin-box;
    border: 1px inset;
    box-sizing: border-box;
    color: gray;
    display: block;
    height: 2px;
    margin: 0.5em auto;
}
hr {
    height: 0;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eaebec -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 21px;
    margin-top: 21px;
}


/**************************/
/* HEADER                 */

header{
	height:100px;
	width:100%;
	color:#060;
	overflow:auto;
}


header .logo_site {  text-decoration:none !important; display:block;
	float:right;
	margin:30px 0 0 0;
}
header .logo_site strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
/*header h1.logo_site { margin:0; padding:0; }*/


/* Nav principale */
#bloc_navigation{
	position: absolute; left: 50%;top:50px;
	display:block;
}
#nav{
	display:block;
	position:relative;
	left:-50%;
	margin:0 0 0 -260px;
	max-width:690px;
}

#head_site_contenu_menu{
    list-style: none;
    padding: 0;    
    width:100%;
    text-align:left;

}
 
#head_site_contenu_menu li{
	display:inline-block;
	margin:0;
	padding:0 5px ;
	font-family:arial;
	text-transform:uppercase;
	height:25px;
	line-height:25px;
	font-size:12px;
	z-index:3;
	background: linear-gradient(to left, #ffffff 50%, #008892 50%);
	background-size: 200% 100%;
	background-position:right top;
	transition:all 0.5s ease;
}
#head_site_contenu_menu li:hover{
  background-position:left top;
}
#head_site_contenu_menu a {
  text-decoration:none;
  color: #0b121a;
  text-transform: uppercase;
  display:block;
  padding-top:0px;
  padding-bottom:0px;
  transition:color 1s ease-in-out;
}
#head_site_contenu_menu li:hover a,
#head_site_contenu_menu li.selected a{
  color:#ffffff;

}
#head_site_contenu_menu li.selected{
	background:#008892;
}


.close-btn {
  display: block;
  width: 30px;
  height:30px;
  padding: 0;
  border: 0;
  outline: none;
   background: url("../img/close-btn.png") no-repeat top left;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#nav .close-btn,
.nav-btn {
  display: none;
}
/* FIN HEADER             */
/**************************/







/**************************/
/* CONTENU  global        */


#contenu_site{
	min-height:600px;
	width:100%;
	background:#ffffff;
	padding-bottom:280px;
}




/* BLOC TITRE + IMAGE */

#hautpage_container{
	width:100%;
	height:395px;
	position:relative;
	text-align:center;
}


#hautpage_titre,
#hautpage_titre2{
	position:absolute;
	left:0;
	height:305px;
	background:#008892;
	width:295px;
	z-index:5;
	top:90px;
	text-align:right;
}
#hautpage_titre2{
	left:auto;
	right:0;
	text-align:left;
}

#hautpage_titre h2,
#hautpage_titre2 h2{
	display:block;
	position:absolute;
	bottom:5%;
	right:5%;
	width:95%;
	font-size:30px;
	color:#ffffff;
	font-family:'Communistsans';
	text-align:right;
}
#hautpage_titre2 h2{
	right:auto;
	left:5%;
	text-align:left;
}

#hautpage_titre h2 span.droit{
	float:right;
	display:block;
	padding-left:5px;
	font-size:90px;
	line-height:80px;
	height:100%;
}
#hautpage_titre h2 span.radiologues{
	display:block;
	font-size:90px;
	line-height:80px;
}
#hautpage_titre h2 span.ligne2,
#hautpage_titre2 h2 span.ligne2{
	font-size:23px;
	line-height:23px;
	display:block;
}
#hautpage_titre h2 span.ligne3,
#hautpage_titre2 h2 span.ligne3{
	font-size:19px;
	line-height:19px;
	display:block;
}
#hautpage_titre h2 span.ligne4,
#hautpage_titre2 h2 span.ligne4{
	font-family:arial;
	display:block;
	font-size:14px;
	line-height:14px;
	font-weight:none;
}

#hautpage_container .img-page-interne{
	float:right;
	
}

/*  fin bloc titre + image*/


/* 2 pages avec colonne gauche */
.contenu-2blocs{
	text-align:left;
}

.contenu-2blocs-left{
	width:295px;
	float:left;
	padding-right:30px;
	text-align:right;
	color:#9e9e9e;
}

.contenu-2blocs-left h3{
	margin:20px 0;
	font-size:24px;
	color:#003460;
	font-family:'Communistsans';
}

.contenu-2blocs-left h4{
	margin:10px 0 0 0;
	font-size:18px;
	color:#003460;
	font-family:'arial';
}
.contenu-2blocs-left h4 a{
	color:#003460;
	text-decoration:none;
}
.contenu-2blocs-left h4 a:hover{
	/*color:#003460;*/
	text-decoration:underline;
}


.contenu-2blocs-right{
	width:655px;
	float:left;
	color:#9d9d9d;
}


.blocs-3presentation{
	float:left;
	/*width:30%;
	margin-left:5%;*/
	width:200px;
	margin-left:27px;
	height:200px;
	line-height:200px;
	text-align:center;
	font-size:30px;

}
.blocs-3presentation:first-child{
	margin-left:0;
}

.blocs-3presentation a{
	display:block;
	height:100%;
	width:100%;
	color:#ffffff;
}
.blocs-3presentation span {
	vertical-align:middle;
	display:inline-block;
	line-height:1em;
	width:100%;
}
.blocs-3presentation.scanner{
	background:#003460;
	color:#ffffff;
}
.blocs-3presentation.irm{
	background:#010038;
	color:#ffffff;
}
.blocs-3presentation.rdv{
	border:2px solid #008892;
	font-size:24px;
	position:relative;
}
.blocs-3presentation.rdv span{
	color:#008892;
}


/* blocs accueil */
.blocsAccueilLinks{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	width:100%;
	position:relative;
}
.blocsAccueilLinks .blocsAccueilCarres{
	flex:1 1 31%;
	position:relative;
	margin-bottom:15px;
}
.blocsAccueilLinks .blocsAccueilCarres:not(.last){
	border:1px solid #008892;
	color:#008892;
}
.blocsAccueilLinks .blocsAccueilCarres.portail{
	border:1px solid #008892;
	background:#008892;
	color:#ffffff;
}
.blocsAccueilLinks .blocsAccueilCarres.accesmedecin{
	border:1px solid #838994;
	background:#838994;
	color:#ffffff;
}
.blocsAccueilLinks .blocsAccueilCarres.middle{
	margin:0 3.5%;
}
.blocsAccueilLinks .blocsAccueilCarres.last{
	flex:1 1 65.5%;
	margin:0 0 0 3%;
}

.blocsAccueilLinks .blocsAccueilCarres:not(.last):after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.blocsAccueilLinks .blocsAccueilCarres .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display:table;

}

.blocsAccueilLinks .blocsAccueilCarres .content a{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	color:#008892;
	text-decoration:none;
	text-align:center;
	/*font-weight:bold;*/
	font-size:20px;
}
.blocsAccueilLinks .blocsAccueilCarres.portail .content a,
.blocsAccueilLinks .blocsAccueilCarres.accesmedecin .content a{
	color:#ffffff;
}

.blocsAccueilLinks .blocsAccueilCarres .content a img{
	display:block;
	margin:0 auto 20px;
	max-width:40%;
}


/* 3 pages */
.contenu-3blocs{
	margin-top:20px;
	text-align:left;
	position:relative;
}

.contenu-3blocs-left,
.contenu-3blocs-right{
	width:31%;
	float:left;
	color:#9d9d9d;
	text-align:right;
}
.contenu-3blocs-right{
	float:right;
	text-align:left;
}
.contenu-3blocs-mid{
	width:38%;
	margin:0 31%;
	text-align:center;
}

.contenu-3blocs-left h3,
.contenu-3blocs-right h3{
	text-align:left;
	color:#003460;
	font-family:'Communistsans';
	font-size:1.2em;
	margin-bottom:10px;
	text-transform:uppercase;
}
.contenu-3blocs-left h4,
.contenu-3blocs-right h4{
	font-family:'Communistsans';
	color:#585858;
	font-size:1em;
	margin-top:15px;
	text-transform:uppercase;
}
.contenu-3blocs-left .bouton-plus,
.contenu-3blocs-right .bouton-plus{
	color:#003460;
	padding-right:25px;
	background:url(../img/bouton-plus.png) no-repeat top right;
	min-height:20px;
	margin-bottom:1em;
}
.contenu-3blocs-right .bouton-plus{
	padding-right:0;
	padding-left:25px;
	background:url(../img/bouton-plus.png) no-repeat top left;
}



/* 4 colonnes !*/
.contenu-4blocs{
	text-align:left;
}

.contenu-4blocs-content{
	width:25%;
	 display: inline-block;
	text-align:left;
	padding:0 8px;
	vertical-align:top;
}

/* FIN CONTENU            */
/**************************/





/***************************/
/* PAGE D'ACCUEIL			 */


.slider_home {
  position: relative;
  list-style: none;
  overflow: hidden;float:right;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slider_home li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.slider_home li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.slider_home img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  .centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
position:absolute;
top:85%;
right:5px;
z-index:5;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
 /* -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;*/
  background: #ffffff;
  /*background: rgba(0,0,0, .2);*/
  display: inline-block;
  _display: block;
  *display: block;
 /* -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);*/
  width: 12px;
  height: 12px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #008892;
 /* background: rgba(0,0,0, .8);*/
 }

 
 .bloc-texte-accueil{
	margin:20px 0 0 0;
	width:480px;
	padding-bottom:20px;
 }
 
 .texte-bleu-font{
	font-family:'Communistsans';
	color:#003460;
 }
  .texte-vert-accueil{
	font-family:'Communistsans';
	color:#00b097;
	font-size:28px;
 }
 
 
 .accueil-content-irm{
	float:left;
	margin-right:40px;
 }
 
 
/*************************/




/**************************/
/* PAGE LA SOCIETE           */
#page-ref-2 .contenu-2blocs-left{
	background:#003460;
	margin-top:10px;
	padding:0 15px 15px 15px;
	color:#ffffff;
}
#page-ref-2 .contenu-2blocs-left h3,
#page-ref-2 .contenu-2blocs-left h4{
	color:#ffffff;
}

#page-ref-2 .contenu-2blocs-right{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
}
/*************************/



/**************************/
/* PAGES LIEUX           */
#page-ref-3 #hautpage_titre{
	background:#003460;
}

#page-ref-3 .contenu-2blocs-left{
	padding:0 30px 15px 15px;
}

#page-ref-3 .contenu-2blocs-right{
	text-align:justify;
	position:relative;
}

#page-ref-3 .blocs-3presentation.rdv .aff_plan{
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
	height:20px;line-height:25px;
	width:100%;
	background:#008892;
	font-family:'Communistsans';
	color:#ffffff;
	font-size:0.5em;
	text-align:center;
	cursor:pointer;
}

#page-ref-3 .bloc-texte-lieu{
	margin:20px 0;
	width:100%;
	min-height:188px;
	position:relative;
	
 }
 
#page-ref-3 .lien-plan-acces{
	float:left;
	margin-right:40px;
	cursor:pointer;
 }
 
  #plan-acces{
	display:none;
	position:absolute;
	width:67%;
	top:0;
	height:100%;
	background:#ffffff;
	left:33%;
	cursor:pointer;
	z-index:6;
	overflow:hidden;
 }	
 #plan-clinique{
	display:none;
	position:absolute;
	width:430px;
	top:0;
	height:100%;
	background:#ffffff;
	left:190px;
	cursor:pointer;
	z-index:6;
 }	
  #plan-acces img,
  #plan-clinique img{
	width:100%;
	height:auto;
  }
  
    #plan-acces .close,
	#plan-clinique .close{
	position:absolute;
	right:2px;
	top:2px;
	width:auto;
	height:auto;
	z-index:6;
	
 }	
 
 #page-ref-3 #map-canvas{
	margin-bottom:25px;
	width:100%;
	height:500px;
	border:1px solid #9d9d9d;
	-webkit-appearance:caret;
	-moz-appearance: caret;
 
 }
 
 
  
/*************************/






/**************************/
/* PAGES EXAMENS           */
/*************************/

#page-ref-4 .img-page-interne{
	float:none;
	margin:0 auto;
	text-align:center;
}

#page-ref-4 #hautpage_titre,
#page-ref-4 #hautpage_titre2{
	width:31%;
	background:#003460;
}
#page-ref-4 #hautpage_titre h2{
	padding-left:5%;
}
#page-ref-4 #hautpage_titre2 h2{
	padding-right:5%;
}

#page-ref-4 .bloc-milieu-examens{
	width:240px;
	margin:0 auto;
	text-align:center;
}


#page-ref-4 .bloc-milieu-examens .infos_supp{
position:absolute;
top:0;
width:100%;
left:0;
text-align:left;
display:none;
background:#ffffff;
color:#9e9e9e;
/*min-height:100%;*/
}
#page-ref-4 .bloc-milieu-examens .infos_supp .close{
	position:absolute;
	right:2px;
	top:-30px;
	width:auto;
	height:auto;
	z-index:6;
	cursor:pointer;
}

#page-ref-4 .bloc-milieu-examens .infos_supp .titre_vert{
	font-family:'Communistsans';
	color:#008892;
	text-transform:uppercase;
}
#page-ref-4 .bloc-milieu-examens .infos_supp strong{
	color:#008892;
	font-weight:normal;
}

#page-ref-4 .bloc-milieu-examens .ci-titre{
	/*margin:6px 0;*/
	height:31px;
	line-height:31px;
	cursor:pointer;
}
#page-ref-4 .bloc-milieu-examens .ci-titre:after{
	padding-left:7px;
	vertical-align: top;
	 content:url(../img/triangle-droite.png);
}
#page-ref-4 .bloc-milieu-examens .ci-titre.opened:after{
	padding-left:7px;
	vertical-align: top;
	 content:url(../img/triangle-bas.png);
}
#page-ref-4 .bloc-milieu-examens .ci-contenu{
	display:none;
}


#page-ref-4 .bouton_examen{
	display:block;
	height:39px;
	line-height:39px;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	background:#008892;
	color:#ffffff;
	text-decoration:none;
	font-family:'Communistsans';
}
#page-ref-4 .bouton_examen:hover{
	text-decoration:underline;
}
#page-ref-4 #contre-indications{
	background:#006c74;
}
#page-ref-4 #resultats{
	background:#42a190;
}
#page-ref-4 #tarifs{
	background:#9d9d9d;
}

#page-ref-4 .documents-transmettre{
	width:100%;
	border:2px solid #008892;
	color:#008892;
	text-align:center;
}
#page-ref-4 .documents-transmettre h4{
	width:100%;
	margin:0 0 10px 0;
	height:39px;
	background:#008892;
	color:#ffffff;
	font-family:'Communistsans';
	font-size:1.1em;
	padding-top:1%;
}
#page-ref-4 .documents-transmettre .gris{
	color:#9d9d9d;
}
#page-ref-4 .documents-transmettre .petit{
	font-size:0.8em;
}



/**************************/
/* PAGE RADIOLOGUES           */
.contenu-4blocs-content table{
	width:100%;
	margin:0;
	padding:0;
}
.contenu-4blocs-content table tr td{
	padding-top:15px;
	vertical-align:top;
}

.contenu-4blocs-content table tr td.nom{
	color:#003460;
	text-align:right;
	padding-right:5px;
}
.contenu-4blocs-content table tr td.nom .specialites{
	color:#9d9d9d;
	font-size:0.7em;
}
.contenu-4blocs-content table tr td.image{
	width:82px;
}
.contenu-4blocs-content table tr td.image img{
	padding-right:3px;
}


#recherche_specialite{
	width:100%;
	text-align:right;

}
#recherche_specialite select{
	color:#ffffff;
	background:#cc0000;
	border:none;
}


.infos_radiologues{
	font-size:0.8em;
	color:#666666;
	margin:40px 10px 20px 10px;
}

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


/**************************/
/* PAGE RENDEZ-VOUS           */
#page-ref-6 .contenu-2blocs-left{
	margin-top:10px;
	padding:0 15px 15px 15px;
}
#page-ref-6 .contenu-2blocs-left h3{
	font-size:1em;margin-bottom:0;
}
#page-ref-6 .contenu-2blocs-left h4{
	color:#008892;
	font-size:1.8em;
	font-family:'Communistsans';
}
#page-ref-6 .contenu-2blocs-left .petit{
	font-size:0.8em;
}
#page-ref-6 .contenu-2blocs-right{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;
}

#page-ref-6 .contenu-2blocs-right h3{
	margin:20px 0 5px 0;
	font-size:24px;
	color:#008892;
	text-align:left;
	font-family:'Communistsans';
}
#page-ref-6 strong{
	color:#008892;
	font-weight:normal;
}
#page-ref-6 h3.bleu, 
#page-ref-6 strong.bleu{
	color:#003460;
}



#page-ref-6 .bouton_document{
	display:block;
	/*height:39px;*/
	line-height:39px;
	width:80%;
	text-align:center;
	margin:20px auto;
	background:#008892;
	color:#ffffff;
	text-decoration:none;
	font-family:'Communistsans';
}
#page-ref-6 .bouton_document.bleu{
	background:#003460;
}
#page-ref-6 .bouton_document span {
	vertical-align:middle;
	display:inline-block;
	line-height:1em;
	width:100%;
}
#page-ref-6 .bouton_document_contenu{
	display:none;
	position:relative;
}
#page-ref-6 .bouton_document_contenu .close{
	position:absolute;
	right:2px;
	top:-30px;
	width:auto;
	height:auto;
	z-index:6;
	cursor:pointer;

}
#page-ref-6 .bouton_examen:hover{
	text-decoration:underline;
}





.blocRDV{
	display:block;
	width:100%;
	max-width:72%;
	position:relative;
	margin:30px auto;
}
.blocRDV{
	border:2px solid #008892;
	color:#008892;
}



.blocRDV:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.blocRDV .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display:table;

}

.blocRDV .content a{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	color:#008892;
	text-decoration:none;
	text-align:center;
	font-size:20px;
	/*line-height:25px;*/
}
.blocRDV .content a img{
	display:block;
	margin:0 auto 20px;
	max-width:40%;
}



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



/**************************/
/* PAGE RECRUTEMENT           */
#page-ref-7 .contenu-2blocs-left{
	margin-top:10px;
	padding:0 15px 15px 15px;
}
#page-ref-7 .contenu-2blocs-left h3{
	font-size:1em;margin-bottom:0;
}
#page-ref-7 .contenu-2blocs-left h4{
	color:#008892;
	font-size:1.8em;
	font-family:'Communistsans';
}
#page-ref-7 .contenu-2blocs-left .petit{
	font-size:0.8em;
}
#page-ref-7 .contenu-2blocs-right{
	padding:0 20px;
	margin-top:10px;
	text-align:justify;

}
#page-ref-7 .contenu-2blocs-right .bloc_formulaire{
	position:relative;
}

#page-ref-7 strong{
	color:#003460;
}


#page-ref-7 .required{
	color:red!important;
	font-weight:bold!important;
}
#page-ref-7 .phrase_recrutement{
	color:#003460;
	margin-bottom:20px;
}

#page-ref-7 .image-droite{
	position:absolute;top:0;right:0;height:auto;width:100%;text-align:right;z-index:2;
}

p.contact_input{
	position:relative;
	z-index:3;
	width:100%;
	margin:0 0 10px 0;
}
p.contact_input label{
	display:inline-block;
	width:15%;
	text-align:right;
	padding-right:3%;
	color:#008892;
	font-family:'Communistsans';
	font-size:1em;
}
p.contact_input input{
	background:#008892;
	border:1px solid #008892;
	color:#ffffff;
	width:30%;
	height:25px;
	font-family:arial;
	font-size:9pt;
}

p.contact_textarea{
	width:100%;
	margin-top:50px;
}
p.contact_textarea label{
	vertical-align:top;
	display:inline-block;
	width:15%;
	text-align:right;
	padding-right:3%;
	color:#003460;
	font-family:'Communistsans';
	font-size:1em;

}
p.contact_textarea textarea{
	display:inline-block;
	background:#ffffff;
	border:1px solid #a5a5a5;
	color:#a5a5a5;
	width:85%;
	height:215px;
	font-family:arial;
	font-size:9pt;
	overflow:auto;
}


.contact_submit,
.contact_submit_over{
	background: none repeat scroll 0 0 #008892;
    border: 1px solid #008892;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 10px 0px 0 0;
    padding: 0 10px;
    text-align: center;
}
.contact_submit_over{
	border: 1px solid #008892;
	color:#008892;
	background:#ffffff;
}

.contact_submit.contact-file{
	background:#a5a5a5;
	border-color:#a5a5a5;
}	

.custom-upload-recrute {
    position: relative;
    height: 25px;
    width: auto;
    margin:10px 0;	
}

.custom-upload-recrute input[type=file]
{
    outline:none;
   position: absolute;
    text-align: right;  
top:0;	
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;
    cursor:pointer;
	
}

.custom-upload-recrute .fake-file
{
	cursor:pointer;
    background:#a5a5a5;
	color:#ffffff;
    position: absolute;
	cursor:pointer;
    top: 0px;
    right: 0px;
    width: auto;
	text-align:center;
	padding: 0 10px;
    margin: 0;
    z-index: 1;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
	
}
.custom-upload-recrute .fake-file-content{
	position: absolute;
	top: 0px;
    left: 0;
	width:auto;
	max-width:50%;
	overflow:hidden;
	height:28px;
	line-height:28px;
}
/* FIN PAGE CONTACT       */
/**************************/




/**************************/
/* FOOTER                 */

footer{
	font-family:'Communistsans';
	color:#838994;
	
	text-align:center;
	background:#fdfdfd;
	border-top:1px solid #eaebec;
	padding-top:20px;
	
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	height:250px;
}


footer a, footer a:visited{
	color:#838994;
	text-decoration:none;
}
footer a:hover{
	text-decoration:underline;
}

footer .blocs_footer_gauche{
	float:left;
	width:66%;
}
footer .blocs_footer_gauche .liste{
	float:left;
	padding:0px 30px 10px;
	
}
footer .blocs_footer_gauche .liste ul li{
	padding:5px 0 0 5px;
}
footer .head,
footer .liste ul li.head {
	font-weight:normal;
	font-size:20px;
	padding:10px 0;
}




footer .blocs_footer_droit{
	float:left;
	width:34%;
	
}

footer .num_tel{
	color:#000000;
	font-size:28px;
}



footer .signature{
	font-size:12px;
	text-align:center;
	margin:20px 0;
}

/* FIN FOOTER             */
/**************************/
