/* CSS Document */

html
{
	height: 100%;
}

body
{
	background-color: #CCCCCC;
	
	background-image:url(../img/design/background.png);
	background-repeat:repeat-x;
	
	height: 100%;
	margin: 0;
	
	text-align: center;
}

img
{
	border: 0;
}

#topper
{
	width: 100%;
	min-width: 800px;
	height: 20px;
	
	margin: auto;
	background-color: #423146;
	
	text-align: center;
	padding-top: 2px;
}
#topper-text
{
	width: 780px;	
	height: auto; 
	
	margin: auto;
	
	text-align: right;
	padding-top: 1px;
}

#corpus
{
	width: 820px;	
	height: auto; 
	
	margin: auto;
	
	background-image: url(../img/design/corpus.png);
	background-repeat: repeat-y;
}

#top
{
	height: 150px;
	width: 95%;
	
	margin: auto;
	padding-top: 10px;
	
	border-bottom: 1px solid #999;
}

#banniere
{
	height: 100%;
	width: 253px;
	
	float: left;
	margin-right: 17px;
	
	/*background-image: url(../img/logo/logo.png);*/
}

#header
{
	height: 100%;
	width: 509px;
	
	margin-left: 270px !important;
	margin-left: 0;
}

#img
{
	width: 100%;
	height: 60px;
	
	text-align: center;
}

#devise
{
	height: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: black
}

/* Mise en forme menu */
#menu
{
	width: 100%;
	height: 30px !important;
	height: 40px;
	
	margin: auto;
	padding-bottom: 10px
}

#menu-container
{
	width: 100%;
	height: 100%;
	
	text-align: center;
}

#menu-container ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-container li
{
	list-style: none;
	float: left;
	width: 80px;
	margin-left: 4px;
}

#menu-container .first
{
	margin-left: 0px;
}

#menu-container a
{
	display: block;
	line-height: 30px;
	width: 100%;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	background-color: #CCC;
	
	color: black;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#menu-container a:hover
{
	background-color: #666;
	text-decoration: none;
	color: white;
}

#menu-container .active /* While visiting current page */
{
	background-color: #333!important;
	text-decoration: none;
	color: white!important;
}

#text-zone
{
	width: 93%;
	margin: auto;
	
	padding-bottom: 1px;
}

h2
{
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	text-align: left;
	
	width: 722px !important;
	width: 762px;
	height: 27px !important;
	height: 30px;
	
	background-image: url(../img/design/titre.png);

	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 3px;
	padding-left: 40px;
}

h2 a
{
	color: #6CF;
	text-decoration: none;
}

.img-page
{
	width: 762px;
}

.menu-methodes table
{
	width: 100%;
	height: 200px;
}
.menu-methodes img:hover
{
	border-top: 5px solid #7eb325;
	border-bottom: 5px solid #7eb325;
	opacity: 0.8;
}

.txt-page
{
	width: 742px !important;
	width: 762px;
	
	text-align: left;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #666;
	
	padding: 5px;
	padding-top: 10px;
	margin-bottom: 40px;
}

.center
{
	text-align: center;
}

#footer
{
	width: 100%;
	min-width: 800px;
	
	margin: auto;
	background-color: #423146;
	
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	color: white;
	
	padding: 10px 0 5px 0;
}

#footer a
{
	color: #6CF;
}
