body {
	background: #E7CB0A url(../images/global/bg.jpg) repeat-x top;
	margin: 0px;
}
/* HEADER */
#header {
	height:41px;
	background: url(../images/header/header.jpg) no-repeat center top;
	padding-top: 155px;
	padding-right: 25px;
	padding-left: 215px;
}
#header a {
	color: #000000;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
/* GLOBAL */
#bgglobal {
	background: #FFFFFF url(../images/global/bgglobal.jpg) repeat-y left;	
}
/* CONTENT */
#bgContent {
	background: url(../images/content/bg.jpg) no-repeat left top;
}
#content {
	width: 710px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
/* FOOTER */
#footer {
	background: #FFFFFF url(../images/footer/bg.jpg);
	height: 51px;
}
#subFooter {
	text-align: right;
	padding-top: 5px;
}
/* COMMON */
ul{
	list-style: url(../images/puces/puce1.gif);
}
a {
	font-weight: bold;
	color: #000000;
}
a:hover{
	color: #000000;
	font-weight: bold;
}
h1 {
	color: #000000;
	font: 1.8em Arial, Helvetica, sans-serif;
}
h2 {
	color: #333333;
	font: 1.4em Arial, Helvetica, sans-serif;
}
h3 {
	color: #FFFFFF;
	font-size: 1em;
	background: #DA3A22;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}
h4 {
	color: #000000;
	font-size: 1em;
	background: #9ECCFE;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	clear: both;
}
p img {
	margin:0px;
	float: none;
}
.imgG, .imgCG {
	float:left;
	margin: 0px 10px 10px 0px;
}
.imgD, .imgCD {
	float:right;
	margin: 0px 0px 10px 10px;
}
.imgC, .imgCG, .imgCD {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #EBEBEB;
}
.neutre { 
	clear:both; font-size:1px;
}
.uploadFiles {
	margin-bottom: 10px;
	background: #F5F5F5;
	padding: 10px 5px 0px 15px;
	border: 1px solid #999999;
	clear: both;
}
.uploadFiles a {
	color: #000000;
	text-decoration: none;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.uploadFiles a:hover {
	text-decoration: underline;	
}
ul.upload {
	list-style: url(../images/telechargement/puce.gif) none;
	margin-bottom: 5px;
}
ul.upload .uploadDetails{
	color: #666666;
	padding-bottom:10px;
	display: block;
	font: 0.9em Arial, Helvetica, sans-serif;
}
.content li {
	margin-left: 10px;
}
a.deconnexion {
	text-decoration: none;
	vertical-align: middle;
	display: block;
	color: #B5171B;
}
a.deconnexion img {
	vertical-align: middle;	
}
