/*
http://fontawesome.io/
https://premium.wpmudev.org/blog/add-icons-wordpress-menus/
*/

/* Eléments de base */
body
{
  	font-size: 11px;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	color: black;
	margin: 0px;
}

a
{
	font-size: 11px;
	text-decoration: none;
	color: #224FA9;
}

a:hover
{
	text-decoration: underline;
}

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

h1
{
	text-align: left;
	padding: 2px;
	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: 2px;
	padding-right: 2px;
	font-size: 10px;
}

table
{
	font-size: 11px;
}

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

div.body
{
	background-color: white;
	margin: 0;
	min-width: 318px;
	max-width: 398px;
	border: 1px solid #8A0808;
	font-size: 11px;	
}

div.top
{
	height: 71px;
	margin: 0;
	background-image:url('../img/headMobile.png');
	background-repeat:no-repeat;
	background-position: top;
	background-color: #8A0808;
	min-width: 320px;
	max-width: 400px;
}

/* MENU */
div.titleMenu
{
	margin: 2px 2px 0 2px;
	height: 35px;
	background-color: #DF0101;
	font-size: 20px;
	color: white;
	border: 1px solid #8A0808;
}

div.menu
{
	background-color: #DF0101;
	margin: 0 2px 0 2px;	
	padding-bottom: 5px;
	border-right: 1px solid #8A0808;
	border-left: 1px solid #8A0808;
	border-bottom: 1px solid #8A0808;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	display: none;	
}

div.menu ul
{
	margin: 0;
	padding: 0;
	background-color: #DF0101;
}

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

div.menu li a
{
	display: inline-block;
	color: white;
	width: 250px;
	padding: 7px;
}

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

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

div.logoFacebook
{
	display: none;
}

div.logoInstagram
{
	display: none;
}

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


div.leSaviezVous
{
	display: none;
}
div.leSaviezVous h1
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: white;
	margin: 0px;
}

button#menu
{
	cursor: pointer;
	top: 50%;
	color: white;
	border: none;
	background-color: transparent;
}

/* table index */
table.index
{
	min-width: 318px;
	max-width: 398px;	
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	border-spacing: 0px;
	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;
}

table.index td
{
	padding: 5px;
}

table.index a
{
	font-weight: bold;
}

/* 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;	
}

