body {
	color: #ccc;
	font-family: "arial", "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	background: #111 url('../bg.jpg') bottom left repeat-x;
	background-attachment:fixed;
}

div#bandeau{
	/*background-color:#ccd7e4;*/ 
	height:240px;
	width:980px;
	float:center;
	font-size:12px;
	position : absolute;
	padding:10px;
	bottom:505px;
	left: 0%; 
	margin-left: 00px;/*moitié de la largeur du site*/
	border:0px dotted black;
	z-index:200;
}

div#contenu{
	/*background-color:#ccd7e4;*/ 
	height:415px;
	width:960px;
	float:center;
	font-size:12px;
	position : absolute;
	padding:10px;
	bottom:70px;
	left: 0%; 
	margin-left: 40px;/*moitié de la largeur du site*/
	border:0px dotted white;
	z-index:200;
}

div#gauche{
	width:525px;
	border:0px dotted white;
	float:left;
}

div#droite{
	margin-left:7px;
	width:425px;
	border:0px dotted white;
	float:left;	
	margin-top:-18px;
}

div#bottom{
	/*background-color:#ccd7e4;*/ 
	height:50px;
	width:960px;
	float:center;
	font-size:12px;
	position : absolute;
	padding:10px;
	bottom:0px;
	left: 0%; 
	margin-left:40px;/*moitié de la largeur du site*/
	border:0px dotted white;
	z-index:200;
}

h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 16px;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 35px 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#less
{
	margin-top:-10px;
}



