h1 {	/* Titre des pages */
	font-size: xx-large;
	text-align: center;
	text-decoration: underline;
	margin-top:2px;
}

h2 {
	font-family: Georgia, Garamond, Times, serif;
}

/* Zones dans les pages */
div.sansmarge {	/* Zone uniquement utile pour la mise en page, pas de marge */
	margin:0;
	padding:0;
}

div.zdroite {	/* Petite zone d'information a droite */
	float: right; 
	width: 15%;
}

.colgauche {
	float:left;
	width: 49%;
 }

.coldroite {
	float:right;
	width: 49%;
}

.Gauche {
	float:left;
}

.Droite {
	float:right;
}

.center {
	margin-right:auto; 
	margin-left:auto;
}

.fleft {
	float: left;
}

/* Boites ombrees */
.ombre {
	z-index: -2;
	background: url(/Images/ombre.png) no-repeat bottom right;
	margin: 6px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}

.contenu_ombre{
	z-index: 0;
	position: relative;
	bottom: 6px;
	right: 6px;
	margin:0;
	padding:0;
}

.arrondi {
	-moz-border-radius:0px 8px;
	border-radius:0px 8px;
}

h1.arrondi {
	-moz-border-radius:0px 8px 0px 0px;
	border-radius:0px 8px 0px 0px;
}

div.arrondi h2.entete {
	-moz-border-radius:0px 8px 0px 0px;
	border-radius:0px 8px 0px 0px;
}

/* Texte */
p.text {
	padding: 10px;
	margin:3px
}

.marge {
	padding:3px;
}

.centre {
	text-align: center;
}

.gauche {
	text-align: left;
}

.droite {
	text-align: right;
}

.justifie {
	text-align: justify;
}

.grand {
	font-size: large;
}

.petit {
	font-size: small;
}

img.text {	/* Image a mettre dans un text */
	position: relative;
	bottom: -2px;
}

img.deco {	/* Decoration de boite */
	float: right;
	margin-top: -28px;
	margin-right: -15px;
}

img.deco_entete { /* Decoration d'entete */
	float: left;
	margin-top: -15px;
	margin-left: -15px;
}

/* Separateur */
hr.yeux {
	height: 9px;
	width: 300px;
	background: url(/Images/Yeux.gif);
	border:0
}

.separateur {
	clear: both;
}

.invisible {
	visibility:hidden;
	margin:0;
}

button.sans_bord {border-style: none; padding: 0; background: none;}

.deplassable {
	cursor : move;
}
