/*********************************
******** FICHE RESTAURANT ********
*********************************/
/* titre du restaurant */
#restaurant h1
{
	text-align: center;
	color: #FF8151;
	letter-spacing: 4px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: x-large;
}

/* image */
#restaurant .resto_img {
	text-align:center;
}
#restaurant .resto_img a img{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin: 0px !important;
	margin: 2px;
}
/* taille du tableau principal */
#restaurant .information
{
	width : 630px;
}

/* commentaire */
#restaurant .information .commentaire 
{
	padding-left: 20px;
	padding-right: 20px;
}


/* coordonnees et notes */
#restaurant .information .separation
{
	width: 10px;
}
#restaurant .information .coordonnees, #restaurant .information .notes 
{
	width : 310px;
/*	border-bottom: 1px solid red;
	border-left: 1px solid red;
	border-right: 1px solid red;*/
}
#restaurant .information .coordonnees .titre, #restaurant .information .notes .titre
{
	width : 150px;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #EEEEEE;
	vertical-align: middle;
}
#restaurant .information .coordonnees .donnees, #restaurant .information .notes .donnees
{
	text-align: center;
	width : 160px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
	vertical-align: middle;
}

/* affichage des drapeaux */
#restaurant .information .flags
{
	margin: 2px;
}
/* les liens nb commentaire et ajouter un commentaire */
#restaurant .information a
{
	color: #FF8151;
	font-weight: bold;
	text-decoration: none;
}
#restaurant .information a:hover
{
	color: #66aaf7;
}


/* commentaires membres */
#restaurant .commentaire1
{
	background-color: #E6E6E6;
	padding-top: 2px;
	padding-bottom: 2px;
}
#restaurant .commentaire0
{
	padding-top: 2px;
	padding-bottom: 2px;
}
#restaurant .commentaire1 .auteur, #restaurant .commentaire .auteur
{
	padding-left: 20px;
	padding-right: 20px;
}
#restaurant .commentaire1 .msg, #restaurant .commentaire .msg
{
	padding-left: 40px;
	padding-right: 40px;
}

#restaurant .commentaire1 a, #restaurant .commentaire a
{
	color: #FF8151;
	font-weight: bold;
	text-decoration: none;
}

#restaurant .commentaire1 a:hover, #restaurant .commentaire a:hover
{
	color: #66aaf7;
}
/*
#restaurant #commentaire legend
{
	margin-top: 15px;
	padding : 5px;
	background-color: #E6E6E6;
	border : 1px solid #66AAF7;
}

#restaurant .coord legend, .avis legend
{
	padding: 5px;
	color: #FFFFCC;
	background-image:url(../img/title.jpg);
	background-repeat:repeat-x;
}

#restaurant .field fieldset
{
	width: 285px;
}
#restaurant .fich a
{
	color: #FF8151;
	font-weight: bold;
	text-decoration: none;
}
#restaurant .fich .col2
{
	text-align: right;
}
#restaurant .fich a:hover
{
	color: #66aaf7;
}
#restaurant .fich td
{
	padding-right: 10px;
	padding-bottom: 10px;
}
*/

/* lien retour */
#restaurant .retour .prev
{
	float : left;
	width: 33%;
	text-align:left;
}

#restaurant .retour .next
{
	vertical-align: middle;
	float : left;
	width: 33%;
	text-align:right;
}

#restaurant .retour .mid
{
	vertical-align: middle;
	float : left;
	width: 33%;
	text-align:center;
}

#restaurant .retour .prev img, #restaurant .retour .next img {
	vertical-align: middle;
	border: none;

	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	margin: 0px !important;
	margin: 2px;
}

#restaurant .retour a, #commentaire_restaurant .retour a
{
	text-decoration: none;
	font-weight: normal;
	color : #696969;
	font-size: 10px;
	border: none;
}

#restaurant .retour .mid a
{
	text-decoration: underline;
}

#restaurant .retour a:hover, #commentaire_restaurant .retour a:hover
{
	border: none;
	color: #FF8151;
}


/* page de commentaire */
#commentaire_restaurant
{
	text-align:center;
}

#commentaire_restaurant .formulaire .titre
{
	width : 200px;
	height: 30px;
	border: 1px solid #CCCCCC;
	vertical-align:middle;
}
#commentaire_restaurant .formulaire .data
{
	width : 100px;
	height: 30px;
	border: 1px solid #CCCCCC;
	vertical-align:middle;
}