/*
// GENERAL ////////////////////////////////////////////////////////
*/

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFEDF8;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

h2 {
	margin: 0px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

#site {
	position: relative;
	width: 950px;
	padding: 25px 0px 0px 0px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#contenu {
	float: left;
	margin-bottom: 10px;
	width: 900px;
	padding: 10px 25px 25px 25px;
}





/*
// HAUT & BAS DE PAGE ////////////////////////////////////////////////////////
*/

/* Titre-site */
#titre-site {
	float: left;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333333;
	text-decoration: none
}

/* Adresse */
#adresse {
	float: right;
	padding-right:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6E6E6E;
	text-decoration: none;
}


/* Bandeau */
#bandeau {
	float: left;
	margin-top: 14px;
	width: 950px;
	height: 200px;
	position: relative;
}

#bandeau-photo {
	position: absolute;
	left: 40px;
	width: 400px;
	height: 170px;
}


/* Fil ariane */
#fil-ariane {
	position : absolute;
	left: 25px;
	top: 300px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#fil-ariane a {
	color: #2F9192;
	text-decoration: underline;
}
#fil-ariane a:hover {
	color: #2F9192;
	text-decoration: none;
}


/* Bas de page */
#bas-page {
	float:left;
	margin-bottom: 5px;
	width:950px;
	height: 30px;
	line-height: 30px;
	background-color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	text-align: center;
}
#bas-page a {
	color: #FFFFFF;
	text-decoration: underline;
}
#bas-page a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bas-page-print {
	display: none;
}





/*
// NAVIGATION ////////////////////////////////////////////////////////
*/

#navigation {
	margin-top: 52px !important;
	margin-top: 30px;
	margin-left: 310px;
	width: 620px;
	height: 30px;
}
#navigation ul {
	margin: 0px; 
	padding: 0px;
	height: 30px;
	list-style-type: none;
	position: relative;
}

#navigation li {
	margin: 0px; 
	padding: 0px;
	position: absolute;
	display: block;
	background-image: none;
}

#navigation a {
	display: block;
	background-image: none;
	height: 30px;
}
#navigation ul li a {
	text-indent: -9999px;
	text-decoration: none;
	outline: 0;
}


/* Accueil */
#navigation #accueil {
	left: 0px;
	width: 55px
}

/* Cabinet */
#navigation #cabinet {
	left: 63px;
	width: 105px
}
#navigation #cabinet-selected {
	left: 63px;
	width: 105px;
	background-position: -63px -30px;
}

/* Honoraires */
#navigation #honoraires {
	left: 172px;
	width: 89px;
}
#navigation #honoraires-selected {
	left: 172px;
	width: 89px;
	background-position: -172px -30px;
}

/* Fiches */
#navigation #fiches {
	left: 265px;
	width: 107px
}
#navigation #fiches-selected {
	left: 265px;
	width: 107px;
	background-position: -265px -30px;
}

/* Urgence */
#navigation #urgence {
	left: 376px;
	width: 125px;
}
#navigation #urgence-selected {
	left: 376px;
	width: 125px;
	background-position: -376px -30px;
}

/* Acces */
#navigation #acces {
	left: 503px;
	width: 117px;
}
#navigation #acces-selected {
	left: 503px;
	width: 117px;
	background-position: -503px -30px;
}




/*
// CONTENU ////////////////////////////////////////////////////////
*/

/* Titre */
#titre {
	width: 450px;
	height: 35px;
	text-indent: -9999px;
}


#titre #titre-cabinet {
	width: 205px;
	height: 35px;
	background-position: 0px 0px;
}

#titre #titre-honoraires {
	width: 165px;
	height: 35px;
	background-position: -214px 0px;
}

#titre #titre-fiches {
	width: 210px;
	height: 35px;
	background-position: -390px 0px;
}

#titre #titre-fiche {
	width: 210px;
	height: 35px;
	background-position: -390px 0px;
}

#titre #titre-urgence {
	width: 265px;
	height: 35px;
	background-position: -614px 0px;
}

#titre #titre-acces {
	width: 240px;
	height: 35px;
	background-position: -888px 0px;
}


/* Texte */
.texte {
	float: left;
	margin-top: 20px;
	width: 900px;
	min-height: 150px;
	_height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.texte a {
	text-decoration: underline;
}

.texte a:hover {
	text-decoration: underline;
}

.texte-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.texte-gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}





/*
// RUBRIQUES ////////////////////////////////////////////////////////
*/

/* Accueil */
#accueil-texte {
	float: left;
	width: 505px;
	height: 275px;
	padding: 15px;
	background-color: #F0F0F0;
}

#accueil-plan {
	float: left;
	margin-left: 40px;
	width: 290px;
	height: 275px;
	padding: 15px 15px 15px 20px;;
	background-color: #F0F0F0;
}


/* Cabinet */
#cabinet-photos {
	text-align: center;
}

#equipes {
	padding-left: 50px;
}

.equipe {
	clear: both;
}

.equipe-photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 1px;
}


/* Fiches */
.fiche-theme-liste {
	width: 255px !important;
	width: 250px;
	margin: 0px 10px 20px 10px;
	padding: 8px;
	border: 2px solid #666666;
	-moz-border-radius : 8px 0px;
}

.fiche-theme-liste-colonne {
	float: left;
	width: 300px !important;
	width: 299px
}

#fiche-theme-instructions {
	position : absolute;
	top: 340px;
	left: 475px;
	width: 450px;
	text-align: right;
}

.fiche-theme-liste-photo {
	float: left;
	margin-right: 5px;
	margin-left: 7px !important;
	margin-left: 2px;
}

.fiche-theme-liste-texte {
	float: left;
	/*width: 225px !important;*/
	width: 220px;
	background-color:#EFEFEF;
	padding: 2px 0px 2px 5px;
}


/* Fiche */
#fiche-themes {
	position: absolute;
	top: 330px;
	left: 710px;
	width: 195px;
	padding-left: 20px !important;
	padding-left: 16px;
	border-left: 1px solid #999999;
}
#fiche-themes-titre {
	margin-bottom: 20px;
}
#fiche-themes-liste {

}

.fiche-theme-photo {
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.fiche-theme-texte {
	margin-top: 10px;
}
.fiche-theme-espace {
	height:5px;
	line-height:5px
}


#fiche-texte {
	float: left;
	width: 660px;
	min-height: 750px;
	_height: 750px;
	margin-right: 20px;
}

.fiche-photo-legende {
	float: left;
	width: 320px;
	margin-right: 8px;
	text-align: center;
}
.fiche-photo {
	margin-bottom: 10px;
}
.fiche-legende {
	clear: both;
}

#fiche-video {
	height: 550px;
	text-align: center;
}

#fiche-credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#imprimer {
	position: absolute;
	left: 530px;
	top : 350px;
}


/* Accès */
#contact {
	float: left;
	width: 250px;
	margin-right: 30px;
}

#itineraire {
	float: left;
	width: 610px;
	text-align: right;
}

#plan {
	float: left;
}





/*
// DIVERS ////////////////////////////////////////////////////////
*/

.clear {
	clear: both;
}