*{
	margin: 0;
	padding: 0;
}

body{
	font-family: verdana;
	text-align:left;
}

/* Colonne bleue à droite du site, sur toute la longueur */
#colright{
}

/* Ensemble du site sans la colonne bleue*/
#global-container{
	width: 800px;
  background: white;
}

/* Menu haut et bas */
#menutop, #menubottom {
  display: none;
}
/* Main Menu */
#mainmenu{
	display: none;
}

/* Header */
#header{
  height: 142px;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom:10px;
}

#header h1{
	color: #2d4492;
	font-size: 22px;
	margin-left: 30px;
	vertical-align: bottom;
	height: 142px;
	line-height: 142px;
	font-family: georgia;   
}

#logo{
	height: 142px;
	width: 150px;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0;
}

#logo a{  
  display: none;
}

#logo span{
	display:none;
}


#center {
  width: 800px;
}

/* Colonne de droite avec les différentes photos */
#right{         
  float: none;     
  width: auto;
}

/* Grande photo */
#illu{                             
  display: none;
}

/* Bloc de thumbs avec les photos des diff?rents dentistes */
#miniphotos{
	display: none;  
}

#planacces{
  width: 400px;  
  margin-left: 30px;       
}

#planacces h2{
  font-size: 18px;
  padding-top: 20px;
  font-family: georgia;
  color: #2d4492; 
  font-weight:normal;    
}

#map{
  width: 380px; 
  height: 280px;
  margin : 20px auto 30px auto;
}

#map span, #map a{
  display: none;
}

/* Contenu  (colonne de gauche) et articles*/
#contenu{
  width: 700px;      
}

#blue {
	color: #2d4492;
  width: 200px;
  float: left;
}

.noprint{
  display: none;
}

/* Mise en page du cadre gris  */
#gray{
  width: 800px;
	font-size: 12px;    
  margin-left :0;
	color: #2d4492;
  margin-bottom: 20px;
}

#gray th{
	text-align: left;
	padding-left: 30px;
	padding-right: 45px;
	height: 18px;
	vertical-align:top;
}

#gray td{
	padding-left: 30px;
	line-height: 16px;
}

#gray a{
	color: #2d4492;
  text-decoration: none;
  border-bottom: 1px dotted #2d4492;  
}

#gray a:hover{
	text-decoration: none;
  border: none;
}

#photo{
	float:left;
	margin: 5px 20px 20px 30px;
  height: 135px;
}

#description{
	font-size: 12px;
	font-weight:bold;
	padding-top: 10px;
	line-height: 18px;
}

#spacer {               
  display: none;
}

/* Mise en page des articles  */
.article{
  width: 800px;
	margin-left: 30px;
	border-bottom: 1px dotted #748fbc;
	margin-bottom: 5px;
	margin-right: 10px;
	color: #748fbc;
}

.article h2{
	font-size: 18px;
	padding-top: 10px;
	font-family: georgia;
	color: #2d4492;
	font-weight:normal;
}

.article p {
	font-size: 11px;
	padding: 10px 0 10px 0;
	line-height: 16px;
}

.article li{
	font-size: 11px;
	list-style-type: square; 
	margin-left:20px;
	line-height: 14px;
}
 
.article a{
	color: #2d4492;
  text-decoration: none;
  border-bottom : 1px dotted #2d4492;
} 

.article a:hover{
	text-decoration: none;
  border: none;
}

.liste_dentistes li, .plan li{
	font-size: 12px;
	padding: 5px 0;
	list-style-type: square; 
	margin-left:20px; 
}
 
.article ul{
	padding: 10px 0;
}

.clear{
	clear:both;
	height: 20px;
}
