/*********************************************************/
/*          Styles spécifiques à la page d'accueil       */
/*********************************************************/
/********* paves *********/
#paves
{
	clear: both;
	padding-left: 5px;
	background-image: url(../images/gus/pave_fond.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#paves #paves_ligne1
{
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}


#paves #paves_ligne2
{
	clear: both;
	float: left;
	padding-bottom: 0px;
	width: 100%;
}

#paves .pave
{
	float: left;
	width: 215px;
	height: auto;
	margin-left: 24px;
}

#paves .pave .pave_tete
{
	background-repeat: no-repeat;
}

#paves .pave .pave_tete h2
{
	color: #ffffff;
	padding-top: 8px;
	margin-left: 13px;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	font-weight: normal;
}

#paves .pave .pave_contenu
{
	background-image: url(../images/gus/pave_fond.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f8f8f8;	
	height: 115px;
	overflow:hidden;
	overflow-y:auto;
	border-left: solid 1px #c3d0db;
	border-right: solid 1px #a9a9a9;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#paves .pave .pave_contenu ul,
#paves .pave .pave_contenu li
{
	margin: 0px;
}

#paves .pave .pave_contenu li
{
	padding-bottom: 2px;
}

#paves .pave .pave_contenu li
{
	background-image: url(../images/gus/puce2.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	list-style: none;
	font-size:12px;
	font-weight:bold;
	color:#5A5A5A;
}
#paves .pave .pave_contenu li a
{
	color:#5A5A5A;
	text-decoration:none;
}
#paves .pave .pave_contenu li a:hover
{
	text-decoration:underline;
}
#paves .pave .pave_pied
{
	background-image: url(../images/gus/pave_fond_pied.gif);
	background-repeat: no-repeat;
	height: 5px;
}

/********* zooms *********/

#zooms
{
	background-color: #ffffff;
	min-height: 172px;
	clear:both;
}

#zooms h2
{
	width: 29px;
	height: 172px;
	float: left;
	margin-right: 1px;
}

#zooms h3
{
	font-size: 22px;
}

#zooms .zoom
{
	float: left;
	width: 455px;
	overflow: hidden;
	background-image: url(../images/gus/zoom_fond.gif);
	background-repeat: repeat-y;
	margin-right: 24px;
	margin-top: 22px;
	margin-bottom:10px;
}

#zooms .zoom .zoom_tete
{
	background-image: url(../images/gus/zoom_fond_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 5px;*/
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
}

#zooms .zoom .zoom_tete a {
	text-decoration:none;
}
#zooms .zoom .zoom_tete a:hover {
	text-decoration:underline;
}
#zooms .zoom .zoom_contenu
{
	clear: both;
	/*margin-top:10px;*/
	margin-left:7px;
	margin-right:7px;
	padding-top: 5px;
	padding-left: 9px;
	text-align:justify;
}

#zooms .zoom .zoom_contenu a {
	text-decoration:none;
	color:#5A5A5A;
	font-size:12px;
}
#zooms .zoom .zoom_contenu a:hover {
	text-decoration:underline;
}
#zooms .zoom .zoom_pied
{
	clear: both;
	background-image: url(../images/gus/zoom_fond_bas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*height: 5px;*/
	/*padding-bottom: 10px;*/
}


