a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
	color: #000;
}

a:active, a.active{
	text-decoration: underline;
	color: #000;
}

ul{
	list-style: none outside none;
	margin-left: 0;
    padding-left: 0;
	}

li{
	list-style: none outside none;
}


/* CONTENT */

body{
	position: absolute;
	width: 1250px;
	height: 700px;
	margin-left: 5px;
	margin-top: 40px;
	font-family: Arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 13px;
}

#header{
	font-weight: bold;
	font-size: 13px;
	color: #000;
	letter-spacing: 1px;
	padding-bottom: 25px;
}

#accueil{
	position: relative;
	float: left;
	padding-top: 56px;
}

.bloc_menu {
	width: 195px;
	padding-top: 3px;
	padding-right: 60px;
	position: relative;
	float: left;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 10px;
}

.projets{
	padding-bottom: 7px;
	padding-top: 10px;
	border-top: solid 1px;
	padding-top: 20px;
}

.sub_menu{
	color: #000;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 10px;
}

.about{
	font-weight: normal;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 14px;
	border-top: solid 1px;
	padding-top: 35px;
}

#language{
	padding-top: 35px;
	padding-bottom: 15px;
	border-top: solid 1px;
}

#button {
	position: relative;
	float: ;
	padding-bottom: 10px;
}

#bloc_slideshow {
	position: relative;
	float: left;
	padding-left: 90px;
	top:-8px;
	width: 600px;
}

#slideshow{
	padding-top: 10px;
}

.projets_name{
	padding-bottom: 12px;
}

.text {
	position: relative;
    color: #000000;
    display: none;
    float: left;
    padding-top: 57px;
    padding-left: 20px;
    width: 250px;
    text-align: justify;
    font-size: 11px;
}

.info{
	position: absolute;
	float: left;
	display: none;
	width: 100px;
}

#contact{
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* WEBMASTER */

.bc_link {
    bottom: 11px;
    color: #CCCCCC;
    font-size: 11px;
    line-height: 165%;
    position: fixed;
    right: 15px;
    text-align: right;
    z-index: 99;
    font-family: helvetica, verdana, sans-serif;
}

a.type2{
	color: #CCCCCC;
}

a.type2:hover{
	color: #000;
}