body
{
	background-color:#dae9ef;
	font:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	overflow:scroll;
}

.selected
{
	text-decoration:none;
}

#logo
{
	margin-left:40px;
	margin-top:30px;
}

a:focus
{
	outline:0;
} 

#header
{
	height:220px;
	background:url(../images/header2.jpg);
}

#background
{
	min-height:450px;
	background:#FFF url(../images/back.jpg) repeat-x;
	
}

#adresse
{
	margin-top:30px;
	font-size:11px; 
	color:#777;
	text-align:center;
}
#content_box_top
{
	background:url(../images/top.png) top;
	height:9px;
	margin-top:30px;
}

#content_box
{
	margin-top:0px;
	background:#FFF;
	min-height:400px;
	margin-bottom:40px;
}

#content
{
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	
}

#footer
{
	height:120px;
	background:url(../images/footer.jpg);
	background-color:#FFF;
}

#animflash
{
	margin-top:-12px;
	margin-left:-30px;
}



#footer_text
{
	margin-top:85px;
	color:white;
	text-align:center;
}

#footer_text a
{
	color:white;
}

#menu_gauche 
{
	list-style-type:none;
	background:#CCC;
	line-height:2.5;
}
	

p.indent
{
	text-indent:15px;
}

p.center{
	text-align: justify;
}

p.justify
{
	text-align:justify;
}


 h1
{ 
  font-size: 120%;
  letter-spacing: .1em;
  margin: 0px 0px 20px 0px; 
  color: #5F5F5F;
  border-bottom:1px dashed #E8E8E8;
  width:auto;
  text-shadow: #CCC 1px 0px;
}

h2
{
	font-size:115%;
	letter-spacing:normal;
	margin: 0px 0px 12px 0px; 
	color: #5F5F5F;
}

h3
{
	font-family: arial, sans-serif;
	font-size: 110%;
	letter-spacing:0.1em;
	color: #5F5F5F;
 	width:auto;
	text-shadow: #CCC 1px 0px;

}

.h3lien:hover
{
	border-left:#69abcb solid 2px;
	padding-left:5px;
}

.h3lien_current
{
	border-left:#69abcb solid 2px;
	padding-left:5px;
}

h4
{ 
	font-family: arial, sans-serif;
	font-size: 13px;
	letter-spacing:normal;
	color: #666;
	border-bottom:#CCC dashed 1px;
}

h5
{
	font-family: arial, sans-serif;
	font-size: 13px;
	letter-spacing:normal;
	color: #666;
	margin-bottom:0px;
}

h6
{
	background:url(../images/fond_bouton_rond.png) left no-repeat;
	padding:1px;
	padding-left:10px;
	color:#FFF;
	  text-shadow:#000 1px 1px;

}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;
text-decoration:none;}

a.lien 
{
	text-decoration:none;
	color:#333;
	font-size:100%;
	text-weight:bold;
}



a.lien:hover span
{
	text-decoration:underline;
}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}


.nav_gauche
{
	background:url(../images/bg_nav-01.png) repeat-x 0px 0px;
	border-bottom: 1px solid white;
	margin: 15px 0px 18px;
	padding: 1px 0px 0px;
	width:155px;
}

.nav_gauche ul
{
	border-bottom:1px solid white;
	padding: 1px 0px 0px;
			
}


.nav_gauche li
{
	color: #797C80;
	list-style: none;
	margin: 0px;
	width: 200px;
}

.nav_gauche li a{
	
	border-bottom: 1px solid #DCDDDE;
	border-top: 1px solid white;
	color: #797C80;
	display: block;
	font-size: 13px;
	padding: 7px 0px 7px 25px;
	text-decoration:none;
	position: relative;
	width: 130px;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 300ms, 500ms;
}
			

a.current_gauche h3{
	text-decoration:underline;
}

a.current_gauche {
	background:#dae9ef;
	color:#484848;
}	

.nav_gauche li a:hover {
	background:#dae9ef;
	color:#484848;
}	
	
<!-- ============================== -->
<!--		MENU DU HAUT             -->
<!-- ============================== -->

#topnav
{
	font:"Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: auto;
	font-size:13px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	margin-top:28px;
	margin-left:290px;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-radius: 7px;
}



ul#topnav li a {
	padding: 6px 12px;
	height:16px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover {
	background-color: #286785;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
	
ul#topnav li.current { 
	background-color: #286785;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


ul#topnav li span {

	float: left;
	padding: 12px 0px;
	font-size:13px;
	position: absolute;
	left: 0; 
	top:24px;
	display: none; /*--Hide by default--*/
	width: auto;
	height:6px;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

ul#topnav li span a
{
	padding:13px;
	background:url(../images/puce-menu.png) no-repeat 0px 15px;
	
}

ul#topnav li span.long a
{
	padding:6px;
	letter-spacing:0.5;
}

ul#topnav li span.long {
	margin-left:-45px;
	float: left;
	padding: 12px 0px;
	position: absolute;
	left: 0; 
	top:24px;
	display: none; 
	width:700px;
}

ul#topnav li.current span {display:block};
ul#topnrav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}


/*--TEXTE p--*/
p.tab
{ 
	padding-left:20px;
	text-align:justify;
}

p.center
{
	text-align:center;
}

p.normal
{
	text-indent:20px;
	text-align:justify;
	font-size:100%;
}

p.small
{
	font-size:11px;
}
p.titre
{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

p.titre2
{
	font-size:14px;
	font-weight:bold;
}

p.rouge{
	text-align:justify;
	font-size:14px;
	color:red;
}

.nodeco
{
	text-decoration:none;
}

li.nodeco{
	text-decoration: none;
	list-style-type: none;
}


ul.tab li, li.tab{
	margin-left: 50px;
	list-style-image:url(../images/list-dot.png);
	padding:5px;
}

ul.tab-verte li
{
	margin-left: 50px;
	list-style-image:url(../images/list-dot-vert.png);
	padding:3px;
}
	

ul.tabtab li, li.tabtab{
	margin-left: 100px;
	list-style-image:url(../images/puce2.gif);
	padding:2px;
}

ul.justify{
	text-align: justify;
}

fieldset.maron{
	background:#D5C296;	
}

fieldset
{
	border:1px;
}


#margin-left ul
{
	list-style:url(../images/puce2.gif);
}
#margin-left h2
{
	background:url(../images/h2fond.jpg);
	border-bottom:solid #B1B1B1 1px;
	margin-left:13px;
	text-indent:4px;
	font-size:13px;
	margin-bottom:12px;
}

/* MENU TOP HOVER */


.tableau_uad
{
	border:dashed 1px #999;
	width:100%;
	font-size:11px;
}



.tableau_uad tr
{
}

.tableau_uad td
{
	padding:5px;
	border-bottom:1px dashed #999;
}



.tableau_uad .head
{
	background-color:#68adcc;
	font-size:12px;
	text-align:left;
}


.footer_text
{
	font-size:10px;
}


#div_grey
{
	padding-top:5px;
	padding-left:5px;
	background:#E4E4E4;
}

.visite_dialyse{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:300px;
	height:34px;
	display:block;
	background-image:url(../images/visiter_dialyse.png);
	background-position: top;
}
.visite_dialyse:hover{
	width:300px; 
	background-position: bottom;
	height:34px;
	background-image:url(../images/visiter_dialyse.png) no repeat;
}

.puce1
{
	margin: 0px 5px -5px 0px;
}

.corner
{
	background:#F2F8FF;
	border: 1px solid #CAD6E8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color: #333;
	font-size: 13px;
	margin-top:10px;
	padding:13px;
}
	
	
.slideshow img {padding: 15px; border: 1px solid #ccc; background-color: #eee; margin-left:50px;}
.presentation {margin-top:260px;}

.conteneur2
{
	background: #FCFCFC;
	border: 1px solid #CAD6E8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color: #333;
	font-size: 13px;
	margin-top:10px;
	padding:13px;
	margin-bottom:15px;
}
	
	
	
<!-- TABLEAU -->
.rounded-corner
{
	margin-top:15px;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	text-align: left;
	border-collapse: collapse;
}
.rounded-corner thead th.rounded-company
{
	background: #6ba1ce url('../images/table-images/left.png') left -1px no-repeat;
}
.rounded-corner thead th.rounded-q3
{
	background: #6ba1ce url('../images/table-images/right.png') right -1px no-repeat;
}
.rounded-corner th
{
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	background: #6ba1ce;
}
.rounded-corner td
{
	padding: 8px;
	background: #f2f8ff;
	border-top: 1px solid #fff;
	color: #669;
}

.rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../images/table-images/botleft.png') left bottom no-repeat;
}
.rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../images/table-images/botright.png') right bottom no-repeat;
}
.rounded-corner tbody tr:hover td
{
	background: #cfe5ff;
}


/* FORMULAIRE */

div.box{
margin:0 auto;
width:500px;
position:relative;
border:1px solid #c9caca;
}

div.min
{
	width:385px;
}

div.box h1{ 
color:#FFF5CC;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-bottom:1px solid #161712;
border-top:1px solid #161712; 
}

div.box label{
width:100%;
display: block;
background:#e0ebef;
border-top:1px solid #f1f2f2;
border-bottom:1px solid #c9caca;
padding:10px 0 10px 0;
}

div.box label.captcha{
width:100%;
display: block;
background:#e0ebef;
border-top:1px solid #f1f2f2;
border-bottom:1px solid #c9caca;
padding:10px 0 5px 0;
}

div.box label span{
display: block;
color:#000;
font-size:12px;
float:left;
width:100px;
text-align:left;
padding:5px 15px 0 20px;
}

div.min label span
{
	padding-left:15px;
	padding-top:10px;
}

div.box label.captcha span{
display: block;
color:#000;
font-size:12px;
float:left;
width:100px;
text-align:left;
padding:10px 15px 0 20px;
}

div.box .input_text{
padding:6px 6px;
color:#666;
width:200px;
border-bottom: 1px double #abacac;
border-top: 1px double #abacac;
border-left:1px double #858585;
border-right:1px double #858585;
}

div.box .input_text_rounded{

width:200px;
border:none;
background:url(../images/form_input_text.JPG) no-repeat left top;
padding:8px;
}

.bouton_envoyer
{
	background:url(../images/boutton_envoyer.JPG);
	margin:0 0 5px 10px;
padding:4px 7px;
border:0px;
top:10px;
left:382px;
width:100px;
}

div.box .code{
padding:6px 6px;
color:#666;
border-bottom: 1px double #abacac;
border-top: 1px double #abacac;
border-left:1px double #858585;
border-right:1px double #858585;
font-size:23px;
width:90px;
font-weight:bold;
}

div.box .message{
padding:7px 7px;
width:250px;
border-bottom: 1px double #abacac;
border-top: 1px double #abacac;
border-left:1px double #858585;
border-right:1px double #858585;
overflow:hidden;
height:150px;
}
div.box span.fichier
{
	width:200px;
}

div.box #legende
{
	font-size:10px;
	padding-left:50px;
	border:0;
}

.button
{
	background-color: #6aaccc;
	border: 1px solid white;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin : 10px 10px 10px 10px;
	margin-left: 20px;
	outline: 1px solid #6aaccc;
	padding-bottom: 4px;
	padding-bottom: 4px;
	padding: 3px 0px 4px;
	padding-top: 3px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}

input.centre
{
	margin-left:130px;

}

.abutton
{
	display:block;
	background-color: #6aaccc;
	border: 1px solid white;
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-left: 135px;
	outline: 1px solid #6aaccc;
	padding-bottom: 4px;
	padding-bottom: 4px;
	padding: 3px 0px 4px;
	padding-top: 3px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}

#erreur
{
	background:#EBBEBE;
	border:1px dashed #666;
}

#envoi
{
	background:#E7FFB9;
	border:1px dashed #666;
}

 .border
{
	border:dotted 1px #333;
}




.instances li
{
	display:block;
	background:url(../images/instances_fond.jpg) no-repeat top left;
	height:56px;
	list-style:none;
	margin-bottom:30px;
	
}

.instances li:hover
{
	display:block;
	background:url(../images/instances_fond_hover.jpg) no-repeat top left;
	height:56px;
	list-style:none;
	margin-bottom:30px;
	
}


.instances li span.titre
{
	position:absolute;
	color:#FFF;
	font-size:20px;
	padding:12px 12px 12px 30px;
	text-shadow:1px 1px #2e637c;
}

.instances li span#titre2
{
	padding:3px 12px 12px 30px;
	line-height:25px;
}

.instances li span.texte
{
	font-size:13px;
	position:absolute;
	margin-left:175px;
	margin-top:8px;
	color:white;
}

.instances li span.texte:hover
{
	text-decoration:underline;
}

.instances li span.textecourt:hover
{
	text-decoration:underline;
}

.instances li span.textecourt
{
	font-size:13px;
	position:absolute;
	margin-left:175px;
	margin-top:20px;
	color:white;
}

ul.intranet
{
	list-style-image:url('../images/pdf.png');
}

ul.intranet li a
{
	color:black;
}

ul.intranet li a:hover
{
	color:black;
	text-decoration:underline;
}

span.underline:hover
{
	text-decoration:underline;
}

span.underline
{
	color:black;
}


