/* +----------------------------------------------------------------------------------------------------+ */
/* | Test de charte graphique                                                                           | */
/* +----------------------------------------------------------------------------------------------------+ */
/*
#FFE6BF
#FFCC80
#FF9900
#B36B00
*/
/* +----------------------------------------------------------------------------------------------------+ */
/* | DEBUG (A COMMENTER)                                                                                | */
/* +----------------------------------------------------------------------------------------------------+ */
div {
/*	border: 1px solid black; */
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Styles generaux                                                                                    | */
/* +----------------------------------------------------------------------------------------------------+ */
html, body {
	background: #FFE6BF;
	color: #B36B00;
}
p {
	text-align: justify;
}
#site {
	width: 760px;
}
.lettrine {
	font-size: 200%;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	float: left;
	border: 1px outset #FF9900;
	padding: 0px 5px;
	margin: 1px;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Baniere                                                                                            | */
/* +----------------------------------------------------------------------------------------------------+ */
#baniere {
	height: 70px;
}
#idstef {
	border: 1px solid #F90;
	float: left;
}
h1 {
	color: #F90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-variant: small-caps;
	left: 0px;
	margin: 0px 10px;
	position: absolute;
	text-align: right;
	top: 5px;
	vertical-align: text-top;
	width: 740px;
}
h2 {
	background: #FFF3D9;
	border: 1px solid #FF9900;
	position: relative;
	top: 3px;
	text-align: center;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Menu                                                                                               | */
/* +----------------------------------------------------------------------------------------------------+ */
#menu {
	position: relative;
	top: -24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: right;
	left: 0px;
	width: 700px;
}
h2.menu {
	display: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#menu li {
	display: inline;
}
#menu li ul {
	display: none;
}
#menu a:link, #menu a:visited {
	padding: 3px 10px 2px 10px;
	color: #B36B00;
	background-color: #FFCC80;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #F90;
	border-right: 1px solid #F90;
}
#menu a:hover {
	color: #B36B00;
	background-color: #F90;
	border-top: 1px solid #F90;
	border-left: 1px solid #F90;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Contenus: ACCUEIL                                                                                  | */
/* +----------------------------------------------------------------------------------------------------+ */
#accueil {
	width: 650px;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Contenus: PROJET                                                                                   | */
/* +----------------------------------------------------------------------------------------------------+ */
#projet {
	width: 650px;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Contenus: CV                                                                                       | */
/* +----------------------------------------------------------------------------------------------------+ */
#cv {
	width: 650px;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Contenus: COMPETENCES                                                                              | */
/* +----------------------------------------------------------------------------------------------------+ */
#competences {
	width: 650px;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Contenus: HOBBIES                                                                                  | */
/* +----------------------------------------------------------------------------------------------------+ */
#hobbies {
	width: 650px;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | Contenus: CONTACT                                                                                  | */
/* +----------------------------------------------------------------------------------------------------+ */
#contact {
	width: 650px;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | W3C_VALIDITY                                                                                       | */
/* +----------------------------------------------------------------------------------------------------+ */
#w3c_validity {
	background: #FFF3D9;
	border: 1px solid #FF9900;
	padding: 5px 2px;
	position: fixed !important;
	position: absolute;
	left: 660px;
	top: 150px;
	width: 100px;
	text-align: center;
}
#w3c_validity a img {
	border: none;
}
/* +----------------------------------------------------------------------------------------------------+ */
/* | FIN                                                                                                | */
/* +----------------------------------------------------------------------------------------------------+ */

