/* CSS Document */

/* GLOBAL STYLES */
/*------STYLES BALISES-------------------------------*/
body {
	background-color: #0453A2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.lien { color: #2084DE }

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #0056A5;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h6{
	font-size: 18px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*----------------------------------------------*/


/*------INTERFACE-------------------------------*/
.ppal {
	background-image: url(img/fond_pages.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}


.menugauche {
	background-image: url(img/fond_menu_gauch.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.gab1td {
	background-image: url(img/gab_fond_middle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}





/*------siteInfo styles-------------------------------*/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #D6E8F8;
	padding: 0px;
	margin-top: 0px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
#siteInfo a{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#siteInfo a:hover {
	text-decoration: underline;
}

.jaune {
	color: #FFFF00;
	font-weight: bold;
}
/*----------------------------------------------*/
.MargeGauche {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.MenuGTitres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #363636;
	font-weight: bold;
}
.ImgFlRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

