/********************************************************************\
/*		Feuille de style du Kit Graphique NB Portfolio				*\
/*		Version: 1.0 => 01/05/2007									*\
/*		Tous droits réservés à Quentin2901							*\
/*		Crée par Quentin2901 Pour http://www.kitgraphique.net/		*\
/********************************************************************\

/*********************************************************************/
/************************ Eléments de la page ************************/
/*********************************************************************/
body {
	margin: 0;
	padding: 0;
	background: #f0f0f0 url('./body_background.jpg') repeat-x top right;
	font-family: "Tahoma", Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #343434;
}
html {
	width : 100%;
	height: 100%;
}
img a {
	border: 0;
}
/*********************************************************************/
/******************** Header - Menu - Contenu ************************/
/*********************************************************************/
/******* header ********/
#body {
	width: 801px;
	height: 100%;
	margin: 0;
	padding: 0;
}
/******** Menu *********/
#navigation {
	width: 192px;
	height: 550px;
	float: left;
	padding: 0;
	margin: 0;
	background: url('./navigation_background.jpg') no-repeat top right;
}
#menu {
	width: 160px;
	height: 200px;
	float: left;
	padding: 0;
	margin: 280px 0 0 25px;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}
#menu li {
	width: 160px;
	height: 24px;
	margin-left: 12px;
}

#menu li a {
	display: block;
	padding: 6px 10px 6px 0;
	text-decoration: none;
	text-align: right;
	color: #343434;
	font-size: 11px;
	border-bottom: 1px solid #DDD;
}
#menu li a:hover {
	color: #2998E6;
	padding: 6px 10px 6px 0;
}
/******** Contenu *********/
#content {
	min-height: 448px;
	width: 564px;
	float: left;
	padding: 0;
	margin: 0;
	background: url('./content_background.jpg') repeat-y left;
}
/* hack pour internet explorer only */
* html #content {
	height: 468px;
}
#content .top {
	width: 604px;
	height: 274px;
	background: url('./content_top.jpg') no-repeat top left;
}
#content .middle {
	width: 509px;
	min-height: 448px;
	margin: -192px 0 0 23px;
	padding: 5px 5px 0 5px;
	text-align: justify;
	background-color: #fff;
	color: #000000;
}
#body #content .middle li {
	font-size: 12px;
}

/* hack pour internet explorer only */

#content .bottom {
	width: 564px;
	height: 70px;
	background: url('./footer.jpg') no-repeat top left;
	clear:both;
}
#content .bottom-left {
	float: left;
	text-align: left;
	color: #000;
	padding: 0;
	padding-top: 30px;
	padding-left: 24px;
}
#content .bottom-right {
	text-align: right;
	float: right;
	color: #000;
	padding: 0;
	padding-top: 30px;
	padding-right: 24px;
}
#content .bottom-right a, .bottom-left a {
	color: #000;
	text-decoration: none;
}

#content .bottom-right a:hover, .bottom-left a:hover {
	color: #2998E6;
	text-decoration: underline;
}
.contenu {
	color: #000000;
	font-size: 12px;
}

/*********************************************************************/
/******************* Les mises en forme textes ***********************/
/*********************************************************************/
h1 {
	margin: 5px 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-position: center;
	position: static;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	clear: both;
	background-position: center;
	background-color: #43B3E5;
	margin:0px auto;
	border: thin solid #0099FF;
}

h3 {
	color: #43B3E5;
	font-size: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: medium;
	border-left-width: thick;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-position: right;
	padding-left: 10px;
}

h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
