/* BALISES STANDARDS  */

/* Balises html */
body {
	padding: 0px;
	font-family: Arial, Helvetica, "Lucida Sans", Verdana, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/fondBandes.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #555;
}
p {
	font-size: 12px;
}

/*  Liens standards  */

a:link,a:visited,a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}

/*----------- BALISES Div --------------*/

/*  Balise global englobe le site  */

#global {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000099;
	margin-top: 80px;
	position: relative;
}
#global #colL {
	height: 550px;
	width: 540px;
	float: left;
	text-align: center;
	position: relative;
}
#global #colL #demo {
	height: 150px;
	text-align: center;
	width: 275px;
	margin-left: 133px;
}
#global #colL #test {
	height: 191px;
	width: 134px;
	position: absolute;
	left: 7px;
	top: 310px;
}


#global #colR {

}


/* header  */

#header {
	height: 180px;
	margin: 0px;
}
#cataTitre {
	margin-left: 550px;
}
#menu {
	height: 60px;
	margin-left: 550px;
}

#menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#menu li {
	margin: 0;
	padding: 0px;
	float: left;
	}
	
#menu a {
	width: 85px;
	float: left;
	display:block;
	text-align:left;
	text-decoration: none;
	font-weight: bold;
	height: 25px;
	color: #FFFFFF;
	line-height: 25px;
}
#menu a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


/* content  */

#content {
	height: 380px;
	/*	margin: 0px;*/
	padding: 0px;
	margin-left: 550px;
	position: relative;
}

#content #space {
	clear: both;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
#content img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	border: 1px solid #000000;
}


/*  Pied de page  */

#footer {
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer  p {
	font-style: normal;
	font-size: 9px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.actuel {
	color: 6D003F;
}
.italMenu {
	font-style: italic;
	color: #990000;
}

.clearleft {
	clear: left;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.titre20 {
	font-size: 22px;
	color: #FFFFFF;
}

.gras {
	font-weight: bold;
}
.grasCata {
	font-weight: bolder;
	font-size: 44px;
	color: #FFFFFF;
}
.finCata {
	font-weight: lighter;
	font-size: 20px;
	color: #FFFFFF;
}
.trade {
	color: #FFFFFF;
	vertical-align: top;
}
.tradeBlack {
	color: #000000;
	vertical-align: top;
	font-size: 10px;
}
.grandesCap {
	font-size: 22px;
	color: #000000;
}
