/*
Theme Name: WM
Theme URI: http://wordpress.org/
Description: WM
Version: 1.6
Author: WM
Author URI: WM


*/

*{
margin:0;
padding:0;
}

body{
	font-family: Arial;
	background-color:#53A6D8;
	font-size:12px;
	color:#FFFFFF;
	background-image:url('images_coco/reservation.jpg');
	background-attachment:fixed;
	background-position:center; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;

}
a{ color:blue;font-weight:bold;}
#footer{
	background: url('images_coco/footer.png');
	width:1600px;
	height:74px;
	position:fixed;
	bottom:0;
}

#menu{
	list-style:none;
	float:left;	
	margin-left:282px;
}

#menu li{
	float:left;	
}

#menu li a{
	float:left;	
	height:16px;
	margin-top:4px;
}

#menu li a span{
	display:none;
}

#menu li#menu_1 a{
	background: url('images_coco/menu1.png');
	width:62px;
}


#menu li#menu_2 a{
	background: url('images_coco/menu2.png');
	width:65px;
}

#menu li#menu_3 a{
	background: url('images_coco/menu3.png');
	width:74px;
}

#menu li#menu_4 a{
	background: url('images_coco/menu4.png');
	width:103px;
}

#menu li#menu_5 a{
	background: url('images_coco/menu5.png');
	width:69px;
}

#menu li#menu_6 a{
	background: url('images_coco/menu6.png');
	width:98px;
}

#menu li#menu_7 a{
	background: url('images_coco/menu7.png');
	width:169px;
}

#content{
	/* background-color:#5B95C3;*/
	border:solid 1px gray;
	background: url('images_coco/back.png'); 
	background-repeat: repeat;
	position:fixed;
	padding:1em;
	top:2em;
	left:1em;
}

#guadeloupe{
	margin-left:30px;
	float:left;
	margin-top:220px;
	margin-bottom:5px;
}

#content h1{
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	width:330px;
	margin-left:30px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
}
#content h2{
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	width:330px;
	margin-left:30px;
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	
}
#content p{
	color:#FFF;
	
	margin-top:1em;
	margin-bottom:1em;
}

#content ul{
	color:#FFF;
	font-size:11px;
	width:320px;
	margin-left:30px;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	list-style:none;
}

#content ul li{
	float:left;
	margin-right:10px;
}


#content ul li a{
	color:#FFF;
}




/* TEXTES DEVANT LES MENUS DEROULANTS */

	#atelSearch label
	{
		/* couleur des textes devant les selecteurs */
		color:white;
		
	}

/* MENUS DEROULANTS */

	#atelSearch select
	{	
		/* couleur de fond des menus d�roulants */
		background-color:white;
		
		/* couleur des textes des menus d�roulants */
		color:black;
	}

	#atelSearch textarea
	{	
		/* couleur de fond des menus d�roulants */
		background-color:white;
		/* couleur des textes des menus d�roulants */
		color:black;
	}


/* ZONES DE SAISIE DE TEXTES */

	#atelSearch input[type="text"]
	{	
		/* couleur de fond des textbox */
		background-color:white;
		
		
		/* couleur des textes des textbox */
		color:black;
	}

/* BOUTONS */

	#atelSearch input[type="submit"]
	{
		/* couleur du texte du bouton */
		color:black;
		
		font-weight:bold;	
		
		/* couleur de fond du bouton (bouton normal si supprim�) */
		/* background-color:#FDDD46; */
	}
/* bloc du formulaire de recherche */

	#FormSearch
	{
		/* largeur */
		width:400px;	
		/* bordure (�paisseur, type, couleur) */
		/* border:1px dashed; */
		/* border-color: #660033; */
		
		/* alignement (left, right) */
		float:left;
		
		/* marges int�rieures */
		padding:10px;
		
		/* marges ext�rieures */
		margin:5px;
	}

	#FormSearch div
	{
		/* affichage en ligne ajouter => float:left;  */
		/* float:left; */
		
		/* marges ext�rieures (sup�rieure,droite,inf�rieure,gauche) */
		margin:2px 0px 2px 0px;
	}

	#FormSearch label
	{
		/* alignement v des champs de saisie (affichage colonnes) ajouter => width:140px; */
		width:140px;
		color:white;
		
		display:block; 
		float:left;
	}

	#ValidationBouton
	{
		clear:both;
		
		/* couleur du texte du bouton */
		color:black;
		
		/* alignement du bouton (left, right) */
		float:right;
		
		/* marges ext�rieures (sup�rieure,droite,inf�rieure,gauche) */
		margin:10px 0px 0px 0px;
		
		/* couleur de fond du bouton (bouton normal si supprim�) */
		/* background-color:White; */
	}
	#resultBloc
	{	
			
		font-weight:bold;
		/* disposition ajouter => clear:both; pour le placement en dessous */
		clear:both;
		
		/* alignement (left, right) */
		/* float:left; */
		
		/* largeur */
		width:auto;
		
		/* bordure (�paisseur, type, couleur) */
		/* border:1px dashed; */
		/* border-color: #660033; */
		
		/* marges int�rieures */
		padding:10px;
		
		/* marges ext�rieures */
		margin:5px;
	}

	#resultBloc div
	{	
		/* width:150px; */
		
		/* affichage en ligne ajouter => float:left;  */
		float:left;
		

		
		/* marges ext�rieures */
		margin:5px;
	}

	#resultBloc form
	{
		clear:both;	
		padding-bottom:15px;
	}

	#resultBloc table{
		float:left;
		clear:both;
	}	
/*-------------------#Bloc InfosClient------------------------*/

/* bloc des informations � entrer sur le client */


#blocInfosClient
{
	width:400px;
	/* float:left; */
}

#blocInfosClient div
{
	margin:5px;
}

#blocInfosClient label
{
	display:block; 
	float:left;
	width:150px;
}

/*-------------------#Bloc Paiement------------------------*/

/* bloc des informations � entrer pour le paiement */



#blocPaiement
{
	width:450px;
	float:left;
}

#blocPaiement p
{	
	margin-top:0px;
}

#blocPaiement div
{	
	margin:5px;
}

#blocPaiement label
{
	display:block; 
	float:left;
	width:150px;
}


#plastname
{
	text-transform:uppercase;	
}

#pfirstname
{
	text-transform:uppercase;	
}

#MessageErreur
{
	height:100%;
	clear:both;
	color:Red;
	font-weight:bold;
}


/*-------------------Bloc d'affichage de la r�sa du client------------------------*/


/* bloc des informations client */

p#blocConfirmInfoClient
{

}

/* bloc de confirmation du paiement */

p#blocConfirmPaiement
{
	
	
}

/* bloc des informations sur la r�sa */

p#blocConfirmInfoResa
{

}

/* bloc des informations contact et impression */

p#blocConfirmInfoDown
{
	
}
