
body {
	font-family : Times;
	font-size : 10pt;
	margin : 0px;
	padding : 0px;
	text-align : left;
}

p:first-letter {
	text-transform : uppercase;
}

img {
	border : none;
}

div {
    -moz-border-radius: 1%; 
    -webkit-border-radius: 1%; 
    -khtml-border-radius: 1%; 
}
	
div.center, div.centerAff, div.centrer {
	clear : both;
  	width : auto;
  	text-align : center;
}


div.left, div.gauche {
	clear : both;
  	width : auto;
  	text-align : left;
}

div.right, div.droit {
	clear : right;
  	width : auto;
  	text-align : right;
}

div.entiteColonnes div.center, div.entiteColonnes div.centrer,
div.entiteColonnes div.left, div.entiteColonnes div.gauche,
div.entiteColonnes div.right, div.entiteColonnes div.droit {
	clear : none;
}

div.left50 {
	clear : both;
	float : left;
  	width : 50%;
  	text-align : left;
}

div.right50 {
	float : right;
  	width : 50%;
  	text-align : right;
}

div.justify, div.justifier {
	clear : both;
	width : auto;
	text-align : justify;
}

#centerValidator {
	clear : both;
	padding-top : 5px;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

#bottom {
	clear : both;
	width : 100%;
	background-color : inherit;
	color : inherit;
	text-align : center;
	padding-top : 20px;
}

#bodyCenter {
	width : 1000px;
	margin-left : auto;
	margin-right : auto;
}

#erreur {
	width : 100%;
	text-align : center;
	margin : 0px auto 0px auto;
	padding : 40px 5px 15px 5px;
}

#notAllow {
	padding-top : 10px;
	background-color : inherit;
	color : #CC0000;
	font-weight : bold;
	font-size : xx-large;
	text-align : center;
	width : 100%;
}

.print {
	display : none;
}

table {
	width : 100%;
}

hr {
	clear : both;
	width : 75%;
}
div.colonnes {
	clear : both;
	padding-top : 5px;	
}

.justify {
	text-align : justify;
}