@import url("contenu.css");
/*	YES academy

	CSS "Interface"
*/

/* ** ** ** ** */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a171b;
	background: #fff;
	margin: 0;
	padding: 0;
}
textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img, a img {
	border: 0;
	padding: 0;
}
ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
/* INTERFACE */
#interface {
	width: 954px;
	margin: 0 auto;
}
#banniere {
	width: 954px;
	height: 133px;
	background: url(../images/interface/banniere.jpg);
}
#banniere_admin {
	width: 954px;
	height: 133px;
	background: url(../images/interface/banniere_admin.jpg);
}
#haut_menu {
	width: 954px;
	height: 5px;
	font-size: 1px;
	background: #e7edc1;
	border-bottom: 1px solid #c7b299;
}
#fond_drapeaux {
	width: 257px;
	height: 23px;
	padding: 8px 0 0 14px;
	background: #f6f8e8;
	border-bottom: 4px solid #b1bc70;
	float: left;
}
#cadre_menu {
	width: 459px;
	float: left;
	position: relative;
}
#MenuBar1 {
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	height: 36px;
}
#menu_droite {
	width: 224px;
	height: 31px;
	background: #e8eec5;
	border-bottom: 4px solid #b1bc70;
	float: left;
	margin: 0 0 0 459px;
}
*html #menu_droite {
	margin: 0;
}
#adresse {
	width: 954px;
	height: 25px;
	padding: 10px 0 0;
	margin: 0 0 10px;
	background: #bc7700;
	border-bottom: 5px solid #cedb83;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	clear: both;
}
#adresse a, #adresse {
	color: #e7edc1;
	text-decoration: none;
}
#adresse a:hover {
	text-decoration: underline;
} 
#copyright {
	width: 954px;
	height: 25px;
	padding: 10px 0 0;
	margin: 0 0 10px;
	text-align: center;
	font-size: 10px;
}
#copyright a, #copyright {
	color: #a5a5a5;
}

/* en-têtes */
h1 {
	margin: 0 0 24px;
	padding: 17px 0 4px 14px;
	font-size: 14px;
	font-weight: bold;
	color: #bc7700;
	border-bottom: 2px solid #d8deb8;
	clear: both;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #db8b00;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 14px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #b1bc70;
	margin: 0;
}


.comp-Header {
	background-color: #b6d59a;
	padding: 0.3em;
}

.comp-Header > p {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

.comp-Left {
	width: 200px;
	height: 300px;
	float: left;
	background-image: url('../images/ArrowUp.jpg');
	background-repeat: no-repeat;
}

.comp-Right {
	width: 754px;
	float: right;
	background-image: url('../images/YesBack.png');
	background-repeat: no-repeat;
	background-position: 50px 20px;
}

.comp-Right > ul {
	list-style: none;
	padding: 0.5em;
}

.comp-Right > ul > li {
	margin-bottom: 25px;
	cursor: pointer;
}

.comp-Right > ul > li > div {
	font-size: 16px;

}

.comp-Title {
	font-size: 16px;
	font-weight: bold;
	color: #e79201;
}

.comp-Footer {
	clear: both;
	background-color: #bc7700;
	padding: 0.3em;
}

.comp-Footer > p {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

