@charset "UTF-8";
/* CSS Document */

body
{
	background-image: url(../image/back.jpg);
	background-repeat: repeat-x;
	background-color:#0085CD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:0px;
	margin:0px;
	color: #646060;
}

#head
{
	background-image: url(../image/head.gif);
	height:34px;
	width:100%;
	margin-bottom:20px;
	background-attachment:fixed;
	color:#6B5A2E;
	border-bottom:#DED5B4 1px solid;
}

#head a
{
color:#6B5A2E;
font-size:14px;
text-decoration:none;
}

#head a:hover
{
color:#FF6600;
text-decoration:underline;
}

/* text barre de connexion */
.floatleft
{
float:left;	
margin-top:6px;
margin-left:10px;
}

/* text barre de connexion */
.floatright
{
float:right;
margin-top:6px;
margin-right:10px;

}

#alignvertical
{
 font-size:12px;
 float:right;
 padding-top:2px;
 margin-right:10px;
}

/*contient le menu du site, au dessu du contenu*/
#menubar
{	
	text-align:right;
	padding-right:50px;
	width:800px;
	margin:auto;
}

#menubar img
{
border:none;	
}

/*Contient le corps du site*/

#centre
{	
	width:800px;
	background-color:#FFFFFF;
	padding-top:0px;
	margin-top:0px;
	margin:auto;
	background-image:url(bas.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	
}



/*arrondie haut du corps*/
#haut
{		
width:800px;
height:5px;
margin-bottom:0px;
margin-top:0px;
}

/*contient la banniere, se situe sous #haut(partie arrondie du corps)*/
#cadreban
{
margin-top:0px;
margin-bottom:0px;
width:800px;
height:202px;
background-color:#FFFFFF;
}

/*se situe dans cadreban, affiche la banniere*/
#ban
{
margin-top:0px;	
background-image: url(ban1.jpg);
width:790px;
height:202px;
margin:auto;
color:#FFFFFF;
font-size:15px;
}

a.ban 
{font-size:15px; font-weight:bold;}

/*accueil.php*/
#gauche
{
width:350px;
text-align:justify;
margin-left:15px;
background-color:#FFFFFF;
float:left;
margin-bottom:15px;
}

#droite
{
float:right;
width:350px;
text-align:justify;
margin-right:15px;
background-color:#FFFFFF;
}



/*centre du corps pour le contenu du site*/
#corps
{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:0px;
	padding-right:15px;
	padding-left:15px;
	padding-top:5px;
}

#corps a, #pied a
{
	color:#FF6600;
	text-decoration:none;
}

#corps a:hover
{
	color:red;
	text-decoration:underline;

}

.title
{
text-align:center;
color:#FF6600;
font-family:Arial, Helvetica, sans-serif;
}

#forms
{
width:500px;
margin:auto;
}

.picto
{
border-top:1px solid #FF6600;
border-bottom:1px solid #FF6600;
margin:auto;
width:350px;
text-align:center;
padding-top:20px;
margin-top:0px;
padding-bottom:5px;
margin-bottom:40px;
}

#mode
{
text-align:center;
background-image: url(corps/titrememp.gif);
width:350px;
margin:auto;
height:50px;
}

#pied
{
background-image: url(corps/piedbg.gif);
background-repeat:no-repeat;
width:800px;
padding-top:25px;
height:100px;
margin-top:0px;
border-top:#DED5B4 1px solid;
color: #666666;
}



li
{
	list-style-image:url(corps/puce.gif);
}

li#restauration
{
	list-style:none;
	height:30px;
	padding-left:40px;
	background-repeat:no-repeat;
	padding-top:5px;
	background-image:url(picto/picto1.gif);
}

li#eau
{
	list-style:none;
	height:30px;
	padding-left:40px;
	background-repeat:no-repeat;
	padding-top:5px;
	background-image:url(picto/picto2.gif);
}

li#accueil
{
	list-style:none;
	height:30px;
	padding-left:40px;
	background-repeat:no-repeat;
	padding-top:5px;
	background-image:url(picto/picto3.gif);

}

.imgtitle
{
	display:block;
	width:400px;
	margin:auto;
}

.centreform
{
	margin-left:30px;
}

#formaccueil fieldset 
{
	margin:0;
	padding:8px;
	text-align:right;
	border: #CCC 1px solid;
	margin-top:-8px;

}

#formaccueil fieldset legend
{
	font-size: 1.4em;
	color: #ff6600;
}

.inputaccueil
{
	border: #CCC 1px solid;
	width:200px;
	background-color:#EFF7FF;
}

input:hover.inputaccueil 
{
	border: #999 1px solid;background-color: #DDEEFF;
}



#monForm fieldset legend
{
	font-size: 1.4em;
	color: #ff6600;
}

#monForm fieldset
{
	padding:8px;
	text-align:right;
	border: #CCC 1px solid;
	margin-top:-8px;
}

#monForm label
{
font-weight:bold;
}


#monForm input
{
	border: #CCC 1px solid;
	width:200px;
	background-color:#EFF7FF;
}


#monForm input:hover
{
		border: #999 1px solid;background-color: #DDEEFF;

}

#monForm input.radio
{
		width:50px;
		margin-left:30px;
		border:none;
}



#monForm textarea
{
	border: #CCC 1px solid;
	width:200px;
	background-color:#EFF7FF;

}

#monForm select
{
width:200px;	
}

#monForm textarea:hover
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#monForm p
{
	margin: 2px;
}

#monForm input:focus
{
border: blue 1px solid;
}

#monForm textarea:focus
{
border: blue 1px solid;
}

.clearfloat
{
	clear:both;	
}


.center
{
text-align:center;	
}


#accueilText
{
	width:630px;
	padding:5px;
}

img
{
	border:none;	
}

.cursor
{
	cursor:pointer;
}

.cursor:hover
{
	font-weight:bold;
	color:#FF6600;
}