/*
REMISE A ZERO DES BALISES
*/

html, body, form, fieldset, p, div{
	text-align:center;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* Ceci stop automatiquement la fonction de l'iphone pour le redimentionnement de l'écran et de la police de caractère */
	}
body{
	font-size: 75%; /* 62,5% est équivalent à environ 1em ou 10px */
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:10;
	margin:0;
	}
a{
	text-decoration:none;
	}
	
/*
CONTENU DU SITE
*/

body { background: #fff; align:center; font-family: Helvetica, Arial, sans-serif; font-weight:bold;}

a { color:#efa300; font-size:14px; font-weight:bold; margin:20px 0}

#global { width:320px; margin:0px auto; align:center}

#content { width:290px; margin:10px 0 0 15px}

#images {  margin:5px 6px 6px 5px}
