/* Eléments de base */
body
{
	background-image: url('../img/fond-swiss-kl.jpg');
	background-repeat: no-repeat;
	background-position: top;
  	font-size: 11px;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	color: black;
}

a
{
	text-decoration: none;
	color: #224FA9;
}

a:hover
{
	text-decoration: underline;
}

hr
{
	height: 1px;
	color: #8A0808;
	border: 0;
	background-color: #8A0808;
	margin-left: 10px;
	margin-right: 10px;
}

h1
{
	text-align: left;
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	background-color: #DF0101;
	color: white;
	margin: 0px;
}

h2
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

p
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}

table
{
	font-size: 11px;
}

/* Divison principales */
div.lang
{
	position: left;
	margin: 0 auto; 
	width: 1000px;
}

div.titleMenu
{
	display: none;
}

div.body
{
	background-color: white;
	padding-top: 20px;
	margin: 0 auto;
	width: 1000px;
	border: 1px solid #8A0808;
	font-size: 11px;	
}

div.top
{
	height: 170px;
	width: 1000px;
	margin: 0 auto;
	background-image:url('../img/head.png');
	background-repeat:no-repeat;
	background-position: top;
}

div.bottom
{
	margin-top: 25px;
	height: 45px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #8A0808;
}

div.colonneGauche
{
	margin-top: -10px;
	margin-left: 25px;
	width: 250px;
	position: absolute;
}

div.leSaviezVous
{
	position: relative;
	margin-top: 25px;
}

div.logoFacebook
{
	position: relative;
	width: 182px;
	text-align: center;
	margin-top: 25px;
}

div.logoInstagram
{
	position: relative;
	width: 182px;
	text-align: center;
	margin-top: 25px;
}

div.main
{
	position: relative;
	margin-left: 250px;
	min-height: 775px;
}

div.contenu
{
	border: 1px solid #8A0808;
	-webkit-box-shadow: 0px 0px 20px 10px #F5A9A9;
	-moz-box-shadow: 0px 0px 20px 10px #F5A9A9;
	box-shadow: 0px 0px 20px 10px #F5A9A9;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	max-width: 723px;
	padding: 5px;
	padding-bottom: 25px;
    margin-bottom: 25px;
}

/* MENU */
div.menu ul
{
	width: 160px;
	padding: 10px;
	background-color: #DF0101;
	border: 1px solid #8A0808;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 10px #F5A9A9;
	-moz-box-shadow: 0 0 20px 10px #F5A9A9;
	box-shadow: 0 0 20px 10px #F5A9A9;
}

div.menu li
{
	text-align: center;
	list-style-type: none;
}

div.menu li a
{
	display: inline-block;
	color: white;
	width: 150px;
	padding: 5px;
	border: 1px solid #DF0101;
}

div.menu li a:hover
{
	color: white;
	background-color: #B40404;
	border: 1px solid #8A0808;
	text-decoration: none;
}

div.leSaviezVous
{
	text-align: center;
	width: 160px;
	padding: 10px;
	background-color: #DF0101;
	border: 1px solid #8A0808;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 10px #F5A9A9;
	-moz-box-shadow: 0 0 20px 10px #F5A9A9;
	box-shadow: 0 0 20px 10px #F5A9A9;
}
div.leSaviezVous h1
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin: 0px;
}

/* Erreurs */
#ok
{
	text-align: center;
	border: solid 1px green;
	padding: 5px;
	background-color: #CCFFCC;
	color: green;	
}

#err
{
	text-align: center;
	border: solid 1px red;
	padding: 5px;
	background-color: #F6CECE;
	color: red;	
}

.important
{
	color:red;
}