/**
 * Balises de base : body, h1, h2, ...
 */
html{
/*	overflow:auto;*/
}

body{
	font-family: "Century Gothic", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #7D7D7D;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
h1{
	font-family: Comics, "Century Gothic", Helvetica, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6DA750;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2{
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
table{
	border: thin solid #F3F3F3;
	margin:10px;
}
td{
	border: thin solid #F3F3F3;
}
ul{
	margin-left:30px;
}
li{
	list-style-image:url("../images/puce4.png");
}
li li{
	list-style-image:url("../images/puce2.png");
}
a{
	border: thin dotted transparent;
	text-decoration:none;
	color:#6DA750;
}
a:hover{
	background-color: #F9F9F9;
	border: thin dotted #C6C6C6;
	text-decoration:none;
	color:#336699;
}
a img {
	border: 0;
}
a.invisible {
	background-color: transparent;
	border: 0;
	text-decoration:none;
}

/**
 * Menu horizontal - Rollover sur les images
 */
.menu{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
.menuItem{
}
.menuItemOn{
	display: inline;	
}
.menuItemOff{
	display: none;
}
span.menuItem:hover .menuItemOff{
	display: inline;
}
span.menuItem:hover .menuItemOn{
	display: none;
}

/**
 * Cadre d'affichage
 */
.cadre{
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	text-align: justify;
}
.cadre h1{
	text-align: left;
	letter-spacing: 3px;
	border-bottom: thin solid #F3F3F3;
	font-size: 18px;
	font-weight: bold;
	color: #D67437;
	width: auto;
	margin-bottom: 10px;
}

.cadre h2{
	text-align:left;
	font-size:14px;
	color:#6C809D; /* #4B7595;*/
}

.cadre h3{
	text-align: left;
	font-size: 14px;
	color: #6C809D; /*#4B7595;*/
	width: auto;
	background-color: #F9F9F9;
	border: thin dotted #C6C6C6;
	float:left;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top:0px;	
	margin-bottom:5px;	
}

.cadre p{
	margin-top: 0px;	
}	

.diplome .description {
	border:thin solid #C6C6C6;
	background-color: #F9F9F9;
	margin-left:50px;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}

.diplome:hover .description {
	display: block;
}

.diplome p:hover {
	color:#6DA750;
}

.description p{
	margin-bottom: 0px;
	text-indent:10px;
}

.description p:first-letter{
	font-weight:bold;
	font-size:14px;
}

.description p:hover {
	color:#7D7D7D;
}

/**
 * Cadre d'identite
 */
.identite{
	width:475px;
	margin-right:auto;
	margin-left:auto;
	border:thin solid #F3F3F3; 
	padding-top:10px;
}


.identite h1{
	font-family: "Century Gothic", sans-serif;
	font-size:18px;
	letter-spacing: 0px;
	color: #7D7D7D;
	border:0px;
}

.identite h2{
	border:0px;
	text-align: left;
	font-size: 16px;
	color:#D67437;
}

.identite h3{
	float:none;
	display: block;
	border:0px;
	background-color:transparent;
	font-size: 14px;
	color: #6DA750;
}

.identite p{
	margin:0px;
}

/**
 * Pied de page
 */
.piedDePage p{
	color: #C6C6C6;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;	
}

.telechargement{
	text-align:center;
	font-size:10px;
	color:#C6C6C6;
}
.telechargement p:first-letter{
	font-weight:normal;
	font-size:12px;
}
.telechargement p{
	text-indent:0;
	margin:0;
}

p.texte {
	text-indent:20px;
}

p.texte:first-letter{
	font-weight:bold;
	font-size:14px;
}

.boiteCentree{
	width:900px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	margin-bottom:20px;
text-align:center;
}

.dossiers{
	width:220px;
	overflow:auto;
	white-space: nowrap;
	height:110px;
	border:1px solid #F3F3F3;
	float:left;
}
 
.albums{
	width:675px;
	overflow:auto;
	white-space: nowrap;
	height:110px;
	border:1px solid #F3F3F3;
	float:left;
}
.dossiers p, .albums p{
	margin:0px;
}

.listDirItem{
	display: inline;
	float:left;
	margin-left:5px;
}

.listDirItemVisible{
	display: inline;
	float:left;
	margin:1px;
	margin-bottom:0px;
	border:2px solid #FFFFFF;
}

.listDirItemVisible:hover{
	border:2px solid #999999;
}


.miniatures{
	width:200px;
	height:450px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	white-space: nowrap;
	border:1px solid #F3F3F3;
	float:left;
}

.photo{
	margin-left: auto;
	margin-right: auto;
	padding:0;
	padding-top:10px;
	padding-left:50px;
	float:left;
}

.formulaire {
	position:absolute;
	margin: 50px 0px 0px 30px;
	visibility:hidden;
	width:auto;height:0;
	background-color:white;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	padding: 10px 10px 0px 10px;
}

.formulaire textarea,input{
	font-family: "Century Gothic", Helvetica, Tahoma, sans-serif;
	font-size: 10px;
	color: #131313;
	border:1px solid #AAAAAA;
}