/* Supprime les marges par défaut d'Internet Explorer */
* {
	margin: 0;
	padding: 0;
}
/* fin */

/* Définition de body et html */
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: arial, verdana, helvetica, sans-serif;
	color: black;
	font-size: 11px;
}
/* fin */

/* Définition des balises textes */
h1 {
	font-size: 1.4em;
	color: #b72094;
	margin-left: 45px;
}
h5 {
	font-size: 1.6em;
	color: #b72094;
}
h2 {
	font-size: 1.1em;
	color: #d794cf;
	margin-left: 5px;
	width: 250px;
}
h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-left: 45px;
	margin-right: 15px;
	color: #b72094;
	margin-top: 10px;
}
h4 {
	font-size: 2em;
	color: #b72094;
	width: 280px;
	margin-left: 5px;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	color:#b72094;
	margin-top: 10px;
}
p {
	margin-left: 45px;
	margin-right: 15px;
}
li {
	list-style-type: none;
	margin-left: 5px;
	margin-top: 10px;
}
ul {
	margin: 0;
	padding: 0;
}
a.flag {
	color: black;
	text-decoration: none;
}
a:hover.flag {
	text-decoration: none;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.petit_lien {
	font-size: 9px;
	color: #AAA;
	text-decoration: none;
}
a.petit_lien:hover {
	text-decoration: underline;
}
span.purple {
	font-weight: bold;
	color: #b72094;
}
/* fin */
form {
	margin-left: 45px;
}
label {
	display: inline;
	margin-top: 5px;
	font-size: 9px;
	cursor: pointer;
	color: #AAA;
}
fieldset {
	display: inline;
	border: none;
	margin-top: 5px;
}
td {
	width: 130px;
	height: 25px;
}
* html td.col {
	width: 300px;
}
/* Définitions des balises images */
img {
	border: 0px;
}
/* fin */


/* Définition des différents divs */
	/* toutes pages */
	#head {
		margin: auto;
		width: 719px;
		height: 100px;
		background-color: white;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		border-top: 1px solid gray;
	}
	#main {
		margin: auto;
		width: 721px;
		background-color: white;
	}
	#home {
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
	}
	
		/* corrige le pb des floats sous FF */
		.spacer {
			clear: both;
		}
		/* fin */
		
	#photoleft {
		float:left;
		width: 310px;
	}
	#photohome {
		float: left;
		width: 310px;
		height: 350px;
		background-image: url(img/photohome.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	/* fin */
	
	/* Page home */
	#country {
		background-image: url(img/carte.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
		margin-left: 310px;
		background-color: white;
		width: 409px;
	}	
	* html #country {
		width: 402px;
	}
	.hautcadre {
		background-image: url(img/hautcadre.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	.contcadre {
		background-image: url(img/contcadre.gif);
		background-repeat: repeat-y;
		position: relative;
		left: 2px;
	}
	.bascadre {
		background-image: url(img/bascadre.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
		height: 10px;
	}
	* html .bascadre {
		position: relative;
		top: -3px;
	}
	/* fin */
	#account {
		margin-left: 310px;
		background-color: white;
	}	
	
/* fin */
