/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                              FEUILLE DE STYLE                             |
|---------------------------------------------------------------------------|
|                                                                           |
|                                                                           |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|                                         Benjamin COIFFARD - novembre 2007 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/


/*------------------------------------------------------------------
	Liens
--------------------------------------------------------------------
------------------------------------------------------------------*/
h3 {
	float: left;
	width: 370px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
}
h4 {
	float: left;
	width: 370px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}
#sac{
	float: left;
	width: 161px;
}
#formulaire {
	float: left;
	width: 370px;
	text-align: center;
	font-size: 0.9em;
}
form p {
	float: left;
	width: 122px;
}
input {
	float: left;
	margin-left: 100px;
	width: 20px;
	height: 20px;
	text-align: left;
}
label {
	float: left;
	margin-left: 10px;
	width: 185px;
	height: 20px;
	text-align: left;
}
.sac_bt {
	float: left;
	margin-left: 2px;
	width: 90px;
	height: 20px;
	cursor: pointer;
}
#sac_reunion {
	background: url(../image/bouton/sac_reunion.gif) no-repeat 0 0;
}
#sac_we {
	background: url(../image/bouton/sac_we.gif) no-repeat 0 0;
}
#sac_minicamp {
	background: url(../image/bouton/sac_minicamp.gif) no-repeat 0 0;
}
#sac_camp {
	background: url(../image/bouton/sac_camp.gif) no-repeat 0 0;
}
#sac_neige {
	background: url(../image/bouton/sac_neige.gif) no-repeat 0 0;
}
#sac_pluie {
	background: url(../image/bouton/sac_pluie.gif) no-repeat 0 0;
}
#sac_nuage {
	background: url(../image/bouton/sac_nuage.gif) no-repeat 0 0;
}
#sac_soleil {
	background: url(../image/bouton/sac_soleil.gif) no-repeat 0 0;
}
#sac_aulocal {
	background: url(../image/bouton/sac_aulocal.gif) no-repeat 0 0;
}
#sac_ville {
	background: url(../image/bouton/sac_ville.gif) no-repeat 0 0;
}
#sac_campagne {
	background: url(../image/bouton/sac_campagne.gif) no-repeat 0 0;
}
#sac_montagne {
	background: url(../image/bouton/sac_montagne.gif) no-repeat 0 0;
}

input#afficher {
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	width: 90px;
	height: 20px;
	text-align: left;
}
form #alerte {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 350px;
	color: #990000;
	font-weight: bold;
	font-size: 0.8em;
	background-color: #fcf;
}

a#modifier {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 100px;
	width: 90px;
	height: 20px;
	background: url(../image/bouton/modifier.gif) no-repeat 0 0;
}
a#modifier:hover {
	background: url(../image/bouton/modifier.gif) no-repeat 0 -20px;
}
#principal div{
	float: left;
	width: 370px;
	text-align: left;
	font-size: 0.9em;
}
#principal div h5 {
	float: left;
	width: 370px;
	margin-top: 10px;
	border: 1px grey solid;
	
}
#principal div span {
	float: left;
	display: block;
	margin-left: 20px;
	width: 345px;	
}