body
{
	font-family: "Trebuchet MS", Verdana,  "Times New Roman";
}


#bloc-page
{
	width: 910px;
	margin: auto
}

body
{
	background-color: #CCCCCC;
}

header
{
	height: 123px;
	border-top: 3px groove #003366;
	border-left: 3px groove #003366;
	border-right: 3px groove #003366;
	background-color: 
}

.pageactuelle
{
	font-size: 1.5em;
	color: #990000;
	padding-bottom: 3px;
	text-decoration: none;
}

nav
{
	display: inline-block;
	width: 904px;
	text-align: center;
	border-left: 3px groove #003366;
	border-right: 3px groove #003366;
	background-color: #F0F8FF;
}

nav ul
{
	list-style-type: none;
}

nav li
{
	display: inline-block;	margin-right: 30px;	font-size: 1.5em;
}

nav a
{
	color: #181818;
	padding-bottom: 3px;
	text-decoration: none;
}

nav a:hover
{
	color: #990000;
	border-bottom: 3px solid #990000;
}

section
{
	padding: 3px;
	border-left: 3px groove #003366;
	border-right: 3px groove #003366;
	background-color: #F0F8FF;
}

article, aside
{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}

article
{
	width: 900px;
	margin-right: 15px;
	padding: 7px;
}

 .formul
 {
 	background-color:#003366;
 	border: 1px solid black;
 	color:white;
 }
 
 .plop
 {
text-decoration: blink;
color: white;
}

aside
{
	position: relative;
	width: 180px;
	background-color: #990000;
	box-shadow: opx 2px 5px #1c1a19;
	border-radius: 5px;
	padding: 10px;
	color: white;
	font-size: 0.9em;
	text-align: center;
}

footer
{
	border-left: 3px groove #003366;
	border-right: 3px groove #003366;
	border-bottom: 3px groove #003366;
	border-top: 5px groove #003366;
	text-align: center;
}

footer a
{
	font-size: 1.2em;
	color: #990000;
	padding-bottom: 3px;
	text-decoration: none;
}

footer a:hover
{
	color: #990000;
	border-bottom: 3px solid blue;
}

footer table
{
	width: 905px;
	
}
footer td
{
	width: 50%;
	border: none;
}


h1
{
	font-size: 1.5em;
}

h2
{
	font-size: 1.3em;
}

td
{
	border: 0px solid grey;
	text-align: center;
	padding: 10px;
	font-size: 1.3em;
}


	
}
#asidemus
{
	position: relative;
	width: 200px;
	background-color: #990000;
	box-shadow: opx 2px 5px #1c1a19;
	border-radius: 5px;
	padding: 1px;
	color: white;
	font-size: 1em;
	text-align: left;
}
#asidemus ul
{
	list-style-type: none;
}
.articlemus
{
	width: 645px;
	margin-right: 15px;
	padding: 2px;
}

li
{
	font-size: 0.8em;
}



