@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, a, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
	margin:0;
	padding:0;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif; color:#666
}
#fond {
	background-image:url(images/fond.gif);
	background-repeat:no-repeat;
	width:1024px;
	height:768px;
	margin: 0 auto;
}
#fond2 {
	background-image:url(images/fond_2.png);
	background-repeat:no-repeat;
	width:1024px;
	height:768px;
	margin: 0 auto;
}
#femmebleue {
	width:258px;
	height:424px;
	margin-top:72px;
	margin-left:125px;
}
#femmejaune {
	width:258px;
	height:424px;
	margin-top:45px;
	margin-left:125px;
}
#femmeverte {
	width:258px;
	height:424px;
	margin-top:40px;
	margin-left:125px;
}
#femmerose {
	width:500px;
	height:500px;
	margin-top:43px;
	margin-left:100px;
}
#logo {
	width:202px;
	height:153px;
	margin-top:30px;
	margin-left:150px;
}
#animation {
	width:202px;
	margin-left:150px;
}
#apDiv1 {
	position:absolute;
	width:488px;
	height:74px;
	z-index:1;
	left: 503px;
	top: 177px;
}
/* ---------------------------------------------------------------------------------------------------- */

#projets .scrollable {

	position:relative;
	overflow:hidden;
	width: 393px;
	height:256px;
}
#textes .scrollable {
	
	position:relative;
	overflow:hidden;
	width:100px;
	height:200px;
}


.scrollable .items {
	
	width:20000em;
	position:absolute;
	clear:both;
}
.items div {
	float:left;
	width:393px;
}

.scrollable {
	float:left;
}

.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.scrollable {
	float:left;
}

a.browse {
	display:block;
	width:21px;
	height:16px;
	float:left;
	margin-top:8px;
	margin-right:8px;
	cursor:pointer;
}
/* right */
a.right {
background: url(images/fleche_droite.png) no-repeat scroll background-position: 0 -30px;
	clear:right;
}
a.right:hover {
background: url(images/fleche_droite.png) no-repeat scroll background-position:-30px -30px;
}
a.right:active {
background: url(images/fleche_droite.png) no-repeat scroll background-position:-60px -30px;
}
/* left */
a.left {
background: url(images/fleche_gauche.png) no-repeat scroll margin-left: 0px;
}
a.left:hover {
background: url(images/fleche_gauche.png) no-repeat scroll background-position:-30px 0;
}
a.left:active {
background: url(images/fleche_gauche.png) no-repeat scroll background-position:-60px 0;
}
/* up and down */
a.up, a.down {
	float: none;
	margin: 10px 50px;
}
/* up */
a.up:hover {
	background-position:-30px 0;
}
a.up:active {
	background-position:-60px 0;
}
/* down */
a.down {
	background-position: 0 -30px;
}
a.down:hover {
	background-position:-30px -30px;
}
a.down:active {
	background-position:-60px -30px;
}

a.disabled {
	visibility:hidden !important;
}

.contenu {
	margin-top:8px;
	float:left;
	margin-right:8px;
	height:15px;
}

.contenu a {
	width:10px;
	height:10px;
	float:left;
	margin:3px;
	background: #666;
	display:block;
	font-size:12px;
}

.contenu a:hover {
	background:#999;
	background-position:0 -8px;
}

.contenu a.active {
	background:#F00;
	background-position:0 -16px;
}
#fenetre {
	width:400px;
	height:30px;
	padding: 5px 5px 5px 5px;
}
#container {
	width:1800px;
	height:800px;
}

