/*
 *---------------------------------------------------------------------------------------------------------
*			                           Application:  SiteO&M
 *---------------------------------------------------------------------------------------------------------
 *   PRINCIPE:
 *        Feuille de styles pour la page "reservation" en mode affichage courant
*---------------------------------------------------------------------------------------------------------
 * Version 1.0:    	ATLANTIC/DEVELOPPEMENTS - Vanessa GIACOMONI 06/10/2010
 *			Version initiale
 *---------------------------------------------------------------------------------------------------------
 */

/*
*---------------------------------------------------------------------------------------------------------
* 	Bloc d'affichage du menu de réservation  
*---------------------------------------------------------------------------------------------------------
*/
#CadreReservation
{
	width: 				64%;
	height:				95%;
	color:				black;
	border:				5px groove gray;
	background-color:	rgb(255, 255, 255);
	font-size:			0.8em;
	text-align:			center;	
	margin:				auto;
	overflow:			auto;
	filter:				alpha(opacity=70);		
	opacity:			0.70;
	MozOpacity:			0.70;
}

#CadreReservation a 
{
	color:				rgb(0, 0, 50);
	text-decoration: 	underline;
	font-style: 		italic; 
	font-size:			0.9em;
	text-align:			center;
}

#CadreReservation a:hover 
{
	color:				rgb(50, 50, 100);	
	font-size:			1em;
}

#CadreReservation input
{
	width:				50%;
	background-color:	rgb(250, 250, 240);
}

#CadreReservation select
{
	width:				50%;
	background-color:	rgb(250, 250, 240);
}

#CadreReservation img
{
	border: 			0px solid white;
	width:				20%;		
}
