/* CSS Document */

*
{
	padding : 0;
	margin  : 0;
}

#topContent
{
	width : 100%;
}

#mainContent
{
	width  : 100%;
	height : 100%;
}

#mainContent a:link, a:active, a:hover
{
	color           : #090094;
	text-decoration : none;
}

#mainContent a:visited
{
	color           : #090094;
	text-decoration : none;
}

#mainContent li
{
	display     : block;
	margin-top  : 10px;
	list-style  : none;
}

/* Define Custom CSS */
h1
{
	font-size      : 18px;
	font-weight    : bold;
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	color          : #ed720a;
	padding-bottom : 5px;
}

p
{
	padding-top : 5px;
}

.listePhotoAccueil li
{
	display     : inline;
	list-style  : none;
	margin-left : 30px;
}

.photoMainContent
{
	text-align     : center;
	padding-bottom : 20px;
}

.quoiDeNeufSectionBas
{
	background-color : #ed720a;
	padding-top      : 5px;
	padding-bottom   : 8px;
}

.quoiDeNeufSectionBasText
{
	color       : #000;
	font-weight : bold;
}

.commentaire
{
	font-size   : 12px;	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color       : #000000;
}

.sectionAVenir
{
	background-color  : #f3b666;
	font-family       : Arial, Helvetica, sans-serif;	
	width             : 282px;
	height            : 100px;
	font-weight       : bold;
	font-size         : 16px;
	color             : #000000;
	text-align        : center;
}

.titreSection
{
	color       : #FFFFFF;
	padding     : 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 12px;
	font-weight : bold;
}