/* CSS Document */
body {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}

/* MENU */

#menu ul {
	height: 61px;
	text-align: center;
}
#menu li {
	height: 41px;
	padding-top: 20px;
	display: inline;
	float: left;
	padding-right: 7px;
	padding-left: 7px;
}
#menu li a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;
}
#menu li a:hover, #menu li.first:hover a, #menu li.last:hover a, #menu li:hover a {
	color: #F2F2F2;
}
#menu li:hover, #menu li.first:hover  {
	background: url(../images/bg-link-menu.png) repeat-x;
}
#menu li {
	background: url(../images/sepa-menu.png) no-repeat left center;
}
#menu li.first {
	background: url(none);
}
#menu li.last {
	margin-right: 0px;
	padding-right: 12px;
}

/* TYPO TEXTE */

h1 {
	background: url(../images/puce-hn.png) no-repeat left center;
	padding-left: 15px;
	font-size: 120%;
	font-weight: bold;
	color: #4581c0;
	margin-bottom: 10px;
	text-align: left;
}
h2,h3,h4,h5,h6 {
	font-size: 110%;
	font-weight: bold;
	color: #4581c0;
	margin-bottom: 10px;
	text-align: left;
}
a {
	color: #4581c0;
}
a:hover {
	text-decoration: none;
}
p, #texte ul {
	margin-bottom: 10px;
	font-size: 110%;
	color: #404040;
	text-align: left;
}
#texte ul, #texte li {
	list-style: url(../images/puce.png);
	margin-left: 35px;
	margin-bottom: 10px;
}
div.cadre h1,div.cadre h2,div.cadre h3,div.cadre h4,div.cadre h5,div.cadre h6,div.cadre p,
div.full-cadre h1,div.full-cadre h2,div.full-cadre h3,div.full-cadre h4,div.full-cadre h5,div.full-cadre h6,div.full-cadre p
 {
	margin-right: 19px;
	margin-left: 19px;
	margin-bottom: 17px;
}
#head p {
	text-align: center;
	padding-top: 38px;
}
#head p a {
	font-weight: bold;
	color: #02a1e3;
	text-decoration: none;
}
#head p a:hover {
	color: #01405A;
}
/* TYPO FOOT */

p.hdclic {
	font: 80% "Trebuchet MS", sans-serif, Arial;
	margin: 0px 15px 0px 0px;
	text-align: right;
}
p.hdclic a {
	color: #0099FF;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #999999;
	text-decoration: underline;
}
#foot p {
	font-size: 90%;
	color: #B4B4B4;
	text-align: center;
	padding-top: 15px;
	padding-left: 100px;
}