@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
ul {
	list-style-type: none;
}

.spacer {
	clear:both;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}



/* Page LOGIN */

#login {
	height: 120px;
	width: 300px;
	background-image: url(../images/login.jpg);
	background-repeat:no-repeat;
	padding: 10px;

}

#login #form1 #ok {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position:absolute;
	bottom:30px;
	right:50px;
}

#login #form1 #ok:hover {
	background-color: #CCCCCC;
}


.rouge {
	color: #FF0000;
}


#contenu {
	width: 800px;
	text-align: left;
	border: 1px dotted #CCCCCC;
	overflow: hidden;
}


/* MENU */

#menu {
	height: 40px;
	width: 800px;
	text-align: center;
}
#menu li {
	display: inline;
}
#menu a {
	float: left;
	background-color: #E1E6FA;
	width: 90px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
	color: #183152;
}
#menu a:hover {
	background-color:#ABC8E2;
	font-weight: bold;
}

#commentaire {
	margin: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #0099CC;
}

/* EXPLORER */

#explorer li {
	display:inline;
}
#explorer a, #explorer .separate {
	float:left;
	height:30px;
	background-color: #FFD46A;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration:none;
}
#explorer a:hover {
	background-color:#FFBC43;
}
#explorer .separate {
	width:10px;
	text-align:center;
}

/* Affichage repertoire */

#repertoire {
}
#repertoire li {
	display:inline;
}
#repertoire li a {
	float:left;
	text-decoration:none;
	height:30px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px dotted #D8D8D8;
}
#repertoire li a:hover {
	background-color:#F2F2F2;
}

/* afficher fichiers */

#fichiers {
	line-height:20px;
}
#fichiers li {
	padding-left: 30px;
}
#fichiers li:hover {
	background-color: #F2F2F2;
}
#fichiers a {
text-decoration:none;
}

#fichiers .delete {
	font-size: 9px;
	text-decoration: none;
}

/* Album photos */

#photos li {
	display:inline;
}
#photos li a {
	float:left;
	margin-bottom: 5px;
	margin-left: 10px;
}
#photos .delete {
	font-size: 9px;
	text-decoration: none;
}


/*  ----NEWS---- */

#news .cadre {
	margin-bottom: 30px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BFD5FF;
}

#news .cadre:hover {
	border-left-color: #6299FF;
}

#news .titre {
	margin-left: 10px;
	color: #183152;
	font-weight: bold;
}
#news .titre .type {
	border: 1px solid #006600;
	font-size: 9px;
	font-weight: normal;
	color: #006600;
	margin: 1px;
	padding: 1px;
}

#news .titre .categorie {
	color: #006699;
	font-weight: normal;

}

#news .titre .qui {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

#news .titre .date {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}


#news .texte {

	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#news .admin {
margin-left:10px;
}

/* ---Lien d'action Admin--- */

.admin a{
text-decoration:none;
color:#CC0000;
}
.admin a:hover{
	background-color:#FFECEC;
}

