/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #000000;
	background-color: #9DD9FD;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-stretch:condensed;
	//font-size-adjust:small;
	}

a {
	border:0;
	color:#d5356e;
}
a:link {
	color:#FF00FF;
	text-decoration:none;
	}      /* unvisited link */
a:visited {
	color:#FF00FF;
	text-decoration:none;
	}  /* visited link */
a:hover {
	color:#FF00FF;
	text-decoration:underline;
	}  /* mouse over link */
a:active {
	color:#0000FF;
	text-decoration:blink;
	}  /* selected link */

img {
	border:0;
}
a.white {
	color:#FFF;	
}

/** MAIN CONTAINERS **/
#wrapper {
	background-image:url(../img/fond_cmapage_repeat.jpg);
	background-repeat:repeat-x;
	background-color: #9DD9FD;
	text-align:center;
	width:100%;
	height:100%;
}
#container {
	background-image:url(../img/fond_cmapage.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	width:1024px;
	height:768px;
	text-align:center;
}
/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

/*Classe alignement*/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.div_de_nass {
	padding-right: 110px;
	text-shadow: black;
}
