﻿.AspNet-FormView .block 
{
	float: left;
	margin-left: 10px;
	width: 172px;
}

.AspNet-FormView:first-child .block, .AspNet-FormView .first
{
	margin-left: 0px;
}

.AspNet-FormView .titre
{
	background-image: url(../img/design/coin.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 5px 5px 12px;
}
.AspNet-FormView .titre h2
{
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}

.AspNet-FormView .list
{
	font-size: 1.1em;
	margin: 0 12px 12px;
}

.AspNet-FormView .list h3
{
	font-size: 1.1em;
	margin: 1em 0 0;
}

#center_content h2
{
	font-size: 2.1em;
	font-weight: normal;
	text-transform: uppercase;
}

#center_content .soustitre
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 2em 0 .5em;
}

#center_content h3
{
	background-color: White;
	font-size: 1.5em;
	margin-left: 1.1em;
	padding-left: .3em
}

#Menu3_UL
{

}

#Menu3_UL li
{
	background: transparent url(../img/design/navigation.gif) no-repeat left top;
	color: #000000;
	font-size: 1.5em;
	font-weight: bold;
	text-indent: 1.4em
}

#Menu3_UL li ul
{
	border-top: 1px solid #009071;
	padding-top: .5em;
}

#Menu3_UL li li
{
	background: none;
	font-size: .8em;
	font-weight: normal;
	list-style-type: disc;
	margin-left: 1.1em;
	padding-left: .3em;
}


