@CHARSET "UTF-8";

h1, h2, h3, p
{
	margin: 0;
}

a 
{
	color: white;
}

a:hover
{
	text-decoration: none;
}



body
{
	margin: auto;
	margin-top: 10px;
	background: #00649D url(../images/fond.png) fixed repeat-x;
	font-family: "Open Sans","lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
}


header
{
	text-align: center;
}

header h1
{
	color: white;
	font-size: 1.5em;
	text-shadow: 0px 0px 15px #fff;
}

aside header h1
{
	color: black;
	font-size: 1.2em;
	text-shadow: 0px 0px 20px white;
	
}

#wrap, nav
{
	width: 950px;
	margin: auto;
	clear: both;
}

#page, #menu
{
	margin: auto;
	margin-top: 25px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 2px 2px 40px #022d46;
	background-color: rgba(255, 255, 255, 0.3);
	float: left;
}

#page
{
	width: 96%;
	min-height: 200px;
	padding: 2%;
}

#banniere
{
	margin: 0;
	vertical-align: middle;
}

#menu
{
    position: relative;
}

#menu ul
{
    margin: 0;
    display: block;
}

#menu li
{
    list-style-type: none;
    display: inline-block;
    margin: 0 17px;
}

#menu li a
{
	display: block;
	height: 30px;	
	padding: 10px;
}

#menu a
{
	text-decoration: none;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu li a img
{
	vertical-align: middle;
	margin-right: 15px;
}


.centerbox
{
	width: 500px;
	min-height: 200px;
	margin: auto;
	margin-top: 20px;
	padding: 20px;
	border-radius: 25px;
	box-shadow: 2px 2px 40px #022d46;
	background-color: rgba(255, 255, 255, 0.3);
	text-align: center;
	float: left;
}


section
{
	float: left;
	width: 100%;
}

aside
{
	float: left;
	width: 220px;
}

article
{
	clear: both;
}

article.right
{
	float: right;
	width: 580px;
	clear: none;
}

article header
{
	margin-bottom: 15px;
}

aside header
{
	margin-bottom: 10px;
}

#footer
{
	text-align: center;
	margin-top: 15px;
	float: left;
	width: 840px;
	margin-bottom: 15px;
}

#footer a
{
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
}

#footer a:hover
{
	text-shadow: 1px 1px 10px black;
	
}

img
{
	vertical-align: middle;
}

img.marge
{
	margin-right: 10px;
}

form label
{
	width: 190px;
	display: block;
	clear: none;
	float: left;
	text-align: right;
	padding: 5px;
	margin: 5px;
	padding-right: 10px;
	font-weight: bold;
}

form input, form textarea, form select
{
	padding: 5px;
	margin: 5px;
    display: inline-block;
    width: 350px;
	transition: all 0.25s ease-in-out;    
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
	outline:none;
}


form input:focus, form textarea:focus, form select:focus, form input[type=submit]:hover
{
	box-shadow: 1px 1px 10px #014166;
}

form select
{
	width: 360px;
}

form input[type=submit]
{
	margin-left: 220px;
	background: #022d46;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    padding: 9px 15px;
    width: auto;
    text-shadow: 0px 0px 10px white;
    clear: both;
}

form input[type=submit]:hover
{
	text-shadow: 0px 0px 20px white;
}

.input_normal
{
	width: 100px;
}


#update_statut
{
	display: none;
	position: fixed;
	top: 25px;
	right: 25px;
	width: 230px;
	height: 60px;
	border-radius: 15px;
	box-shadow: 0 0 30px #4d7f9b; 
	color: white;
	padding: 10px;
	overflow: hidden;
}

.erreur
{
	border-radius: 15px;
	padding: 10px;
	margin: 5px;	
	background-color: rgba(255, 255, 255, 0.3);
}

.info
{
	border-radius: 15px;
	padding: 10px;
	margin: 5px;	
	background-color: rgba(255, 255, 255, 0.3);
}

#page ul
{	
	list-style-image: url(../images/triangle.png);
	padding-left: 2%;
    width: 98%;
}

.float
{
	
}