/* CSS Document */

body {
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background: #5eafdd url(images/logoLTfond.gif) repeat 0 0;
}

p {
	margin-left: 40px;
	padding-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-bottom: 15px;	
	text-align: left;
	line-height: 16px;
}
p#mention{
	line-height: 13px;
	color: #ffffff;
}
.gauche {
	float: left;
	margin-right: 10px;
}
.bold {
	font-weight: bold;
}

.boldc14bl {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-shadow: #0d255d 3px 3px 3px;
}
.boldc12bl {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

/* My Comment */
p#pied {
	text-align: left;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 9px;
	color: #006ab3;
	padding-bottom: 0px;
	line-height: 12px;
}

a:link {
	text-decoration: none;
	color: #004c82;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #ff6000;
}
a:hover {
	text-decoration: none;
	color: #ff6000;
}
a:active {
	text-decoration: none;
	color: #ff6000;
}

h1 {
	font-size: 18px;
	color: #ffffff;
	margin-left: 25px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
	text-shadow: #014 3px 3px 3px;
}
h2 {
	font-size: 17px;
	color: #3b3780;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #ffffff;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 5px;
}
h4 {
	font-size: 14px;
	color: #3b3780;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 5px;

}
h5 {
	font-size: 12px;
	color: #3b3780;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 5px;
}
h6 {
	font-size: 12px;
	color: #ffffff;
	margin-left: 25px;
	margin-top: 0px;
	padding-right: 50px;
	margin-bottom: 10px;
}


/*le menu */

ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	height: 39px;
	background: url(images/pucem.gif) no-repeat 0 0;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 45px;
	text-decoration: none;
	font-weight: bold;
	line-height: 39px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #ffffff;
}

#menu a:visited {
	color: #FFFFFF;
}
#menu a:hover {
	color: #004c82;
	background: url(images/pucemo.gif) no-repeat 0 0;
}
#menu a:active {
	color: #FFFFFF;
}
.on {
	display: block;
	height: 39px;
	font-size: 11px;
	color: #ffffff;
	padding-left: 45px;
	text-decoration: none;
	font-weight: bold;
	line-height: 39px;
	background: url(images/puceon.gif) no-repeat 0 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #ffffff;
}

/*c'est ici que l'on specifie la taille generale du site et de ses espaces  */

#global {
	position: relative;
	width: 600px;
	margin-left: 0px;
	margin-top: 0px;
    margin-right: auto;
    padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#sidebar {
	position: absolute;
	left: 0px;
	width: 200px;
	/*height: 100%;
	background: url(images/fond1.gif) repeat;*/	
}
#content {
	margin-left: 200px;/*taille du menu*/
	padding-top: 25px;
	text-decoration: none;
	background: #5eafdd url(images/fond4.gif) repeat;
}

#footer {
	position: relative;	
	margin-left: 200px;	
	top: 0px;/*ˆÝ rˆ®gler pour ˆ©viter le chevauchement avec le menu*/
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/fond3.gif) repeat;
}
/*fin */

