/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif ;
	margin: 0px;
	background-color: #D3EFFD;
	color: #000000;
	background-image:  url(images/fond_global.gif);
	background-repeat: repeat-y;
	background-position: center;
}

p, br, div {
	font-size: 11px;
}

a {
	text-decoration: none;
	margin: 0px;
	color: #0033CC;
}

a:hover {
	text-decoration: underline;
	margin: 0px;
}

a:visited {
	color: #0033CC;
}

h1 {
	font-size: 18px;
	margin: 30px;
	font-family: Georgia, Serif ;
}

h2 {
	font-size: 12px;
	margin: 40px;
}

h3 {
	font-size: 11px;
	margin-left: 60px;
	color: #003399;
}

dt {
	font-size: 11px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 2px;
	font-weight: bold;
}

dd {
	font-size: 11px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
}

.lien_bleu {
	color: #66CCFF;
}

a .lien_blanc  {
	color: #FFF;
}

/* Le menu latéral */

ul#menu_lateral_gauche /* Suppression du margin, du padding et des puces du <ul> */
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#menu_lateral_gauche li
{
	margin: 0px  ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu_lateral_gauche li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 229px ;
	line-height: 26px ;
	color: #000000 ;
	font-weight: bold;
	text-indent: 40px ; /* On décale le texte de 40px du bord gauche */
	text-decoration: none ;
	background: url(images/fond_element_menu_gauche.gif) no-repeat 0 0 ; /* image background, à 0px du bord gauche et 0px du bord haut */

}

ul#menu_lateral_gauche li a:hover
{
	background: url(images/fond_element_menu_gauche_active.gif) no-repeat 0 0px ; 

}




#conteneur {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 1px solid White;
	border-right: 1px solid White;*/
	/*height: 1500px;
	background-color: #B7E5FC;*/
	height: auto;
	/*background-image:url(images/fond_global.gif);*/

}

#header {
	width: 760px;
	height: 171px;
	background-image: url(images/fond_header.gif);
	background-repeat: repeat-x;
}

.logo {
	float: left;
}

.menu_du_haut {
	text-align: right;
	margin-right: 20px;
	margin-top: 30px;
	float: right;
}

/* Pour bien caler le div gauche et le div droite*/ 
#main {
	width: 760px;
	height: inherit;
	background-image:url(images/fond_global.gif);
	background-color:#FF3300;
}


.separateur {
	width: 760px;
	clear: both;
}

#menu {
	width: 760px;
	height: 69px;

}

/*  /!\ on a inversé les deux colonnes */


#gauche {
	width: 529px;
	float: left;
	margin-right: 0px;
	padding: 0px;
	background-image: none;
	/*background-color: #66CCFF;
	border-left: 2px solid #FFFFFF;*/
}


#gauche p {
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}


#droite {
	width: 231px;
	float: left;
	margin: 0px;
	padding: 0px;
	/*background-color: #B7E5FC;*/
	background-image:  url(images/ombre_haut_colonne.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.ombre {
	
	margin-left: 9px;
}

#droite p {
	text-align: center;
}

.photo_droite {
	margin-left: 4px;
	margin-right: 0px;
	margin-top: 180px;

}

/* ELEMENTS DE LA PAGE PORTFOLIO */

.portfolio_image {
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 5px;
}

.portfolio {
	width: 440px;
	margin-left: 40px;
}

.separateur_portfolio {
	width: 500px;
	clear: both;
}


/* BAS DE LA PAGE */

#footer {
	width: 760px;
	height: 50px;
	background-image:  url(images/footer.gif);
	background-repeat: no-repeat;
	float: left;
	background-color: #B7E5FC;
}

#footer p {
	text-align: right;
	margin-right: 20px;
	color: white;
	margin-top: 3px;
}