/*************************************/
/* "Le Débarquement" par Johan Bruat */
/*************************************/


/* Mise en forme de la PAGE CONTENANTE */
/***************************************/

html {
	background-color: silver;
}

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* Mise en forme de la DIV MAIN */
/********************************/

div#zonePrincipale {
	margin-left: 14%;
	margin-top: 140px;
	margin-right: 2%;
	margin-bottom: 2%;
	min-width: 550px;
}

/* Mise en forme de la DIV STANDARD */
/************************************/

div.txt {
	margin: 2% 0;
	padding: 1%;
	border: 1px solid #FFF;
	list-style-type: disc;
}

/* Mise en forme des LIENS */
/***************************/

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* Mise en forme des MENUS de liens */

div.menu {
	margin-bottom: 1%;
	padding: 0;
	line-height: 150%;
}

a.menu {
	margin: 0.5%;
	padding: 0.2%;
	border: 1px solid #FFF;
	text-decoration: none;
}

a.menu:visited {
	text-decoration: none;
}

a.menu:active {
	text-decoration: none;
}

/* Mise en forme des TITRES */
/****************************/

h1 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

h1#impression {
	display: none;
}

h2 {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}

h3 {
	margin: 2%;
	font-size: 110%;
	font-style: italic;
	font-weight: 500;
}

/* Boîte contenant les titres */

div.titre {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div.titre h1 {
	margin: 0;
}

img {
	border-style: none;
}

/* Permet d'agrandir une DIV lorsqu'une IMAGE flottante est insérée */

hr.retour {
	clear: both;
	visibility: hidden;
}

/* Mise en forme de la DIV BANNIERE */
/************************************/

div#banniereTitre {
	position: absolute;
	top: 0;
	left: 0;
	height: 104px;
	border-style: none;
}

div#banniereTitre h1 {
	display: none;
}

div#banniereTitre img#drapeaux {
	position: absolute;
	left: 30px;
	top: 30px;
}

/* Mise en forme de la DIV MENU */
/********************************/

div#menuPrincipal {
	position: absolute;
	top: 210px;
	left: 0;
	width: 12%;
	min-width: 100px;
	border-style: none;
}

/* Mise en forme des LIENS MENU */

a.menuPrincipal {
	display: block;
	border: 3px solid #444;
	border-left-style: none;
	padding: 1%;
	margin-bottom: 10px;
	height: 3%;
	font-style: bolder;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #999;
}

/* Mise en forme des BOUTONS ANIMES */

a.menuPrincipal:hover {
	border: 3px double #444;
	border-left-style: none;
	color: #444;
	background: #BBB;
}

a.menuPrincipal:visited {
	text-decoration: none;
}

a.menuPrincipal:active {
	text-decoration: none;
}

/* Mise en forme des COMMENTAIRES du MENU */

a.menuPrincipal span {
	display: none;
	position: absolute;
	top: -100px;
	left: 10px;
	width: 95%;
	height: 80px;
	padding: 3%;
	border-left: 1px solid #FFF;
	color: #FFF;
	text-align: left;
	font-size: 65%;
	text-decoration: none;
}

a.menuPrincipal:hover span {
	display: block;
}

/* Mise en forme des DIV */
/*************************/

/* Mise en forme de la DIV DATE */

div.date {
	font-size: 80%;
	float: right;
}

/* Mise en forme de la DIV d'IMAGE */

div.left {
	float: left;
}

div.right {
	float: right;
}

div.left img, div.right img {
	margin: 15px;
}

div.grdimg {
	width: 100%;
	overflow: auto;
	border-style: none;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.image, div.image img {
	border-style: none;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Mise en forme des FORMULAIRES */

form input, form textarea {
	display: block;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

form p {
	margin-left: 0;
}