﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-color: #000;
	color: #aaa;
	margin-top:50px;
	margin-bottom:50px;
}
#divGeneral
{
	width: 900px;
	min-height: 650px;
	margin: 0 auto;
}
#divBan
{
	width: 900px;
	height: 113px;
	background: url(../images/banHaut.jpg);
	position: relative;
}
#divMenu
{
	width: 500px;
	height: 30px;
	/*background: url(../images/fondMenu.jpg);*/
	position: absolute;
	top: 30px;
	left: 400px;
}
#divContenuIndex
{
	width: 900px;
	height: 510px;
}
#divContenu
{
	width: 900px;
	min-height: 525px;
	overflow: auto;
	background: url(../images/fondPage.jpg);
}
#divContenuBienvenu
{
	width:100%;
	height:295px;
	position:relative;
	background: url(../images/fond_flash-html.jpg);
}
#divContenuActusProjets
{
	width:100%;
	height:215px;
}
#divPiedPage
{
	width: 900px;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/fondPiedPage.jpg);
	clear:both;
}
#divGauche
{
	width: 140px;
	min-height: 300px;
	float: left;
	padding: 15px 10px;
}
#divDroite
{
	width: 685px;
	min-height: 300px;
	float: right;
	padding: 25px;
}
#colTexte
{
	width: 430px;
	min-height: 300px;
	float: left;
}
#colImages
{
	width: 220px;
	min-height: 300px;
	float: right;
}
#divHomeHaut
{
	width: 900px;
	height: 130px;
	margin: 100px auto 0 auto;
	position: relative;
}
#divHomeContenu
{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#divHomeBas
{
	width: 720px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/fondPiedPageHome.jpg);
	line-height: 25px;
	vertical-align: middle;
	text-align: left;
	color:#5a5a5a;
	padding-left:180px;
}
#divHomeLogo
{
	float: left;
	width: 257px;
	height: 94px;
	background: url(../images/logo.jpg);
	margin-left:150px;
}
#divHomeTexte
{
	float: right;
	width: 360px;
	height: auto;
	text-align: justify;
	padding-top:30px;
	margin-right:120px;
}
#divHomeHautDebit
{
	width: 688px;
	height: 181px;
	margin: 0 auto;
}
#divHomeBasDebit
{
	width: 688px;
	height: 167px;
	margin: 30px auto 50px auto;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
}


/************************************************************** GALERIE PHOTO ********************************************************/

/* body de la page galerie */
/*#bodyGalerie
{
	background-image: url(../images/fond_degrade_projets.jpg);
	background-color: #f8fbff;
	background-repeat: repeat-x;
	margin:30px;
}*/

/* element contenant toute la photo */
.conteneurGalerie
{
	width: 180px;
	height: 142px;
	background-image: url(../images/vignette_fond.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 7px;
	padding-top: 7px;
	margin: 6px;
}

/* element contenant la photo cropée */
.conteneurPhoto
{
	width: 166px;
	height: 128px;
	overflow: hidden;
}

/* div générale contenant la galerie */
.galerie
{
	height: auto;
	width: 100%;
}

/* lien sur la photo de la galerie */
.photoGalerie
{
	display: block;
	width: 166px;
	height: 128px;
}
.photoGalerie img
{
	padding: 0px;
	float: left;
	border: 0px;
	filter: progid:DXImageTransform.Microsoft.Gray(opacity=100);
	-moz-opacity: 1;
}
.photoGalerie:link
{
	color: #000000;
	text-decoration: none;
}
.photoGalerie:visited
{
	color: #000000;
	text-decoration: none;
}
.photoGalerie:active
{
	color: #000000;
	text-decoration: none;
}
.photoGalerie:hover img
{
	filter: progid:DXImageTransform.Microsoft.Gray(opacity=100);
	-moz-opacity: 0.7;
}
/*************************************************************************************************************************************/