* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana;
	font-size: 14px;
	background: #282828;
}
#content {
	width: 960px;
	margin: 10px auto;
	padding: 20px;
	background: #E7FBDB;
}

#header h1 a {
	text-indent: -5000px;
	background-image: url(../images/logo.jpg);
	width: 500px;
	height: 100px;
	display: block;
}
#menu {
	list-style: none;
	width: 960px;
	margin-bottom: 20px;
	background: #FFCC00;
	height: 20px;
	clear: right;
}
#menu li {
	float: left;
	width: 150px;
	text-align: center;
}
#menu li a {
	width: 150px;
	height: 20px;
	display: block;
	text-decoration: none;
	color: #282828;
	font-weight: bold;
}
#menu a:hover {
	background: #FFDD11;	
}

#lang {
	list-style: none;
}
#lang li {
	float: right;
}
#lang li img {
	border:none;
}

h2 {
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 32px;
}
h4 {
	border-bottom: dashed 1px #277F31;
	padding: 0 0 3px 5px;
	margin: 25px 0 15px 0;
	font-size: 16px;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #277F31;
}
a:hover {
	font-weight: bold;
}
#tuto p {
	margin: 5px O;
	text-align: justify;
}
#tuto ul {
	margin: 10px 20px;
	list-style-position: inside;
}
#tuto ul li {
	text-align: justify;
	margin-bottom: 5px;	
}
#css_tuto {
	margin: 20px;
}

/* form custom */
.form_custom {
	width: 100%;
}

.form_custom fieldset {
	border: none;
	border-top: solid 1px #277F31;
	padding: 10px;
	float: left;
	clear: left;
	width: 650px;
	margin-bottom: 20px;
}
.form_custom fieldset legend {
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.form_custom fieldset ul {
	list-style: none;
}
.form_custom fieldset ul li {
	float: left;  
	clear: left;  
	width: 450px;
	padding-bottom: 5px; 
}
.form_custom label {
	width: 250px;
	float: left;
	margin-right: 10px;
}
.form_custom p {
	margin: 0 0 10px 0px;	
}
.form_custom .info {
	float: right;
	background: #FFF485;
	width: 230px;
	margin-top: 10px;
	padding: 10px;
}
.form_custom .info h5 {
	width: 100%;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: solid 1px #282828;
}
.form_custom .info p {
	text-align: justify;
	margin-top: 10px;	
}
.form_custom #import {
	width: 450px;
	height: 150px;	
}
.bt_submit {
	border: none;
	background: #282828;
	color: #FFCC00;
	padding: 2px;
}
#lien_select {
	margin-top: 30px;	
}
#css {
	padding: 10px;
	border: solid 1px #277F31;
	font-family: courrier;
	margin: 10px 0;
	width: 940px;
	height: 400px;
}
.picker {
	margin: 0 0 0 20px;
}

/* Footer */
#footer {
	width: 960px;
	background: #FFCC00;
	height: 20px;
	margin-top: 20px;
}
#footer img {
	float: right;
	margin: 3px 10px;
}
#footer p {
	float: left;
	font-size: 10px;
	margin: 2px 5px;	
}
#copy {
	width: 960px;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

/* Accueil */
#list_news {
	margin: 25px 30px;	
}
#list_news li {
	margin-bottom: 15px;
}
#list_news h5 {
	font-weight: bold;
	font-size: 14px;	
}

/* Galerie */

#form_galerie {
	width: 100%;
}

#form_galerie fieldset {
	border: none;
	border-top: solid 1px #277F31;
	padding: 10px;
	float: left;
	clear: left;
	width: 650px;
	margin-bottom: 20px;
}
#form_galerie fieldset legend {
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}
#form_galerie fieldset ul {
	list-style: none;	
}
#form_galerie fieldset ul li {
	float: left;  
	clear: left;  
	width: 450px;
	padding-bottom: 5px; 
}
#form_galerie label {
	width: 250px;
	float: left;
	margin-right: 10px;
}
#form_custom p {
	margin: 0 0 10px 0px;	
}
#form_custom .info {
	float: right;
	background: #FFF485;
	width: 230px;
	margin-top: 10px;
	padding: 10px;
}
#form_custom .info h5 {
	width: 100%;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: solid 1px #282828;
}
#form_custom .info p {
	text-align: justify;
	margin-top: 10px;	
}
#form_custom #import {
	width: 650px;
	height: 200px;	
}
.bt_submit {
	border: none;
	background: #282828;
	color: #FFCC00;
	padding: 2px;
}

#erreur_gal {
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
}
.erreur {
	background: #B22222;
	color: white;
}
.succes {
	background: #277F31;
	color: white;
}
.erreur li, .succes li {
	float: none !important;
	width: 100% !important;
}

/* Utilitaires */
.clear {
	clear: both;
}


#form_ajout fieldset {
	width: 940px;
	border-bottom: solid 1px #277F31;
}
#form_ajout label {
	width: 120px;
}
#form_ajout li {
	width: 500px;
}
#bt_close {
	float: right;
	cursor: pointer;
}

#liste_style {
	list-style: none;
	margin-top: 20px;
}
#liste_style li {
	float: left;
	width: 220px;
	height: 250px;
	margin-right: 10px;
	margin-bottom: 15px;
}
#liste_style li h5 {
	width: 100%;
	text-align: center;
	font-size: 14px;
}
#liste_style li h6 {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.bloc_note {
	float: right;
}
.bloc_note img {
	cursor: pointer;	
} 
.bloc_note .note {
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin: 2px 0 0 5px; 
}
.note_date {
	font-size: 10px;
}
.note_res {
	display: none;	
}

.form_filtre {
	float: right;
}

.highslide-html-content {
	height: 550px !important;
	width: 650px !important;
}
.highslide-body {
	height: 520px !important;
}

.liste_lien {
	list-style: none;
}

#shortcuts img {
	background: transparent url(../images/master_icons.png) no-repeat;
	width: 22px;
	height: 22px;	
}
#img_live {
	background-position: 0 -58px !important;
}
#img_mail {
	background-position: -88px -58px !important;
}
#img_rap {
	background-position: -110px -58px !important;
}
#img_note {
	background-position: -22px -58px !important;
}
#img_bid {
	background-position: -132px -58px !important;
}
#img_find {
	background-position: -66px -58px !important;
}
#img_supp {
	background-position: -154px -58px !important;
}
#img_fav {
	background-position: -44px -58px !important;
}
#img_num1 {
	background-position: -198px -58px !important;
}
#img_num2 {
	background-position: -220px -58px !important;
}
#img_num3 {
	background-position: -242px -58px !important;
}
#img_num4 {
	background-position: -264px -58px !important;
}
#img_num5 {
	background-position: -286px -58px !important;
}

.bt_toggle {
	cursor:pointer;
}