/**
* CSS
* 
* @version 1.0
* @author Dahito
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/background.gif) repeat-y;
	height: 591px;	/*# scrollbar-3dlight-color: #97b1c7;
	# scrollbar-arrow-color: #97b1c7;
	# scrollbar-darkshadow-color: #c1d1df;
	# scrollbar-face-color: #fdfdfe;
	# scrollbar-highlight-color: #fff;
	# scrollbar-shadow-color: #97b1c7;
	# scrollbar-track-color: #fff;
	# scrollbar-base-color: #fff;*/
}

a {
	color: #666666;
}

a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	color:#999999;
}


.nav a {
	color:#fff;
	text-decoration:none;
	padding:0px 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #333333;
 }
.nav a:hover {
	background:#666666;
	color:#fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.nav #num {
	margin-left:7px;
	color: #666666;
}


a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 14px;
}

#menu ul li{
margin:2px 0;
}
#menu ul li.section-title { 
	font-weight:bold;
	margin:4px 0;
}
#menu .container {
	margin:0 0 0 0px;
}

#content .container {
    padding: 15px 5px 25px 5px;
}

#content p {
	width: 400px;
}

p {
	margin: 0 0 9px 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
h4 {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}


#img-container	{
	padding: 0;
	position: relative;
	top: 205px;
	z-index: 2;
	margin: 0px;
	left: 300px;
	width: 370px;
}
#img-container p	{
	width: 400px;
	margin: 0;
	padding: 0 0 12px;
}

#once {
	clear: left;
}
.images_thumb {
	float: right;
	margin-bottom: 0px;
	margin-left: 30px;
	border: 1px none #999999;
}
.images_banner {
	border: 1px none #666666;
}

.plus-info {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 3px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
.lien {
	color: #999999
}


#all-content {
	position:relative;
	top:30px;
	width:700px;
	height:1000px;
	z-index:1;
	left: 30px;
}
#banner {
	position:absolute;
	width:640px;
	z-index:3;
	top: 0px;
	left: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/banner_fr.gif);
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	height: 51px;
}


#main-menu {
	position:absolute;
	width:640px;
	height:20px;
	z-index:6;
	top: 52px;
	left: 30px;
	border-top: 1px none #F9FBFC;
	border-right: 0px none #F9FBFC;
	border-bottom: 1px none #F9FBFC;
	border-left: 0px none #F9FBFC;
	background-image: url(../images/point.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#menu-portfolio {
	position:absolute;
	width:110px;
	height:69px;
	z-index:4;
	top: 110px;
	left: 30px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/point.gif);
}
#left-col {
	position:absolute;
	width:230px;
	height:370px;
	z-index:7;
	left: 30px;
	top: 230px;
}
.colored-text {
	color: #ff9900
}


.curseuclignotant {
	text-decoration: blink;
}
#copyright {
	position:absolute;
	width:370px;
	height:21px;
	z-index:5;
	left: 300px;
	top: 610px;
	text-align: center;
}

#center-content {
	position:absolute;
	width:640px;
	height:900px;
	z-index:4;
	top: 110px;
	left: 30px;
	background-repeat: repeat-x;
	background-position: bottom;
}

