/* @group Reset */

*
{
	margin: 0;
	padding: 0;
	
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

body {
}
a {
	font-weight : bold;
	color: #58585A;
	text-decoration: none;
}


#Wrapper{
	position: relative;
	top: 10px;
	width:850px;
	height: 845px;
	margin: 0 auto; 
}

#BlockHeader {
	position: relative;
	top: 16px;
	left: 16px;
}

#BlockPrincipal {
	width: 835px; 
	height: 650px;
	position: relative;
	left: 16px;
	top: 50px;
	overflow: hidden;
}

#BlockFooter{
	position: absolute;
	left: 15px;
	bottom: 5px;
	color: #666666;
}


#diapo{
	}
.test {
	position: relative;
	float: right;
}






/************************************************/
/*           GESTION DE L'ACCORDEON                 */
.accordion_toggler_1 {
	width:300px;
	margin:2px 0 0 0;
	border-bottom: 1px dotted #58585A;
	font-weight: bold;
	color: #58585A;
	cursor: pointer;
}
.accordion1 {
}
.accordion_content_1 {
	margin: 0 0 0 13px;
}
.accordion_content_1 p {
	width: 287px;
}

.accordion2 {
	width: 300px;
	margin: 20px 0 0 0px;
}
.accordion_toggler_2 {
	width: 287px;
	margin: 2px 0 0 0;
	border-bottom: 1px dotted #666666;
	font-weight: demi;
	color:#666666;	
	cursor: pointer;
}

.accordion_content_2{
	margin: 0 0 0 16px;
	width: 273px;
}
.accordion_content p{
	color:#666666;
}
.space {
	height: 70px;
}


/*****************************************************************/
/*           GESTION DE LA PRESENTATION DES PROJETS                 */

.BlocProjetTexte {
	width: 263px;
	margin: 5px 0 0 0;
}
.BlocProjetDiapo {
	width:533px;
	height:350px;
	position: absolute;
	float: right;
	left: 303px;
	visibility: hidden;
	overflow: hidden;
}
.BlocProjetDiapoConteneur {
	width:533px;
	height:310px;
	margin-bottom: 3px;
}
.BlocProjetDiapoList {
	position: relative;
	width: 10000px;
}
.BlocProjetDiapoList img{
	float: left;
	width: 533px;
	height: 310px;
}
#BlocProjetButtons {
	float: right;
}
.BackBouton, .NextBouton {
	cursor: pointer;
	font-weight: bold;
	color: #58585A;	
}

