/*

Colors

7A1100 bordeaux
9CC5CA light blue
BB867D light bordeau

*/

*
{
	background-color: transparent;
	border: none;
	color: inherit;
	font: inherit;
	font-family: "Trebuchet MS", arial, serif;
	font-size: 10pt;
	line-height: 1.2em;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	text-indent: 0;
}

a { color: #7A1100; }
body { background: #f8f8f8; }

h2
{
	font-weight: bold;
	font-size: 1.1em;
}

h3
{
	font-weight: bold;
	margin: 10px 0;
}

h5
{
	color: #BB867D;
	font-size: 0.9em;
	font-style:italic;
	font-weight: bold;
	padding-right:20px;
	margin: 10px 0;
	text-align:right;
}

strong { font-weight: bold; }
ul { padding-left: 20px; }

ul  li
{
	list-style-type: disc;
	list-style-position: default;
	margin: 5px 0;
}

ul ul li
{
	list-style-type: circle;
	list-style-position: default;
}

#global
{
	background: white;
	border: 1px solid #ccc;
	height: 493px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 800px;
}

#footer
{
	background: #9CC5CA;
	background-image: url(http://www.doutrebente.org/_skin/px_blue.png);
	height: 34px;
	text-align: right;
}

#footer a
{
	color: #7A1100;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 2.5em;
	margin-right: 20px;
}

/*-----------------------------------------------------------------------------
:: CONTENT
/*----------------------------------------------------------------------------*/

#content { height: 459px; }

#content #texts
{
	color: #7A1100;
	margin-left: 83px;
	margin-top: 22px;
	width: 692px;
}

#content #texts #hr
{
	background: #7A1100;
	height: 1px;
	margin: 10px 0;
	color: transparent;
	width: 100%;
}

#content #texts #photo
{
	display: inline;
	float: left;
	margin-right: 20px;
	height: 300px;
}

#content #texts #bio
{
	display: inline;
	float: left;
	height: 240px;
	width: 540px;
}

#content #texts #confiance
{
	display: inline;
	float: left;
	height: 240px;
	width: 692px;
}

#biographie { background: white; }

#biographie *
{
	color: #7A1100;
	}
#biographie p
{
	font-size: 1em;
	margin-bottom: 10pt;
}

#confiance { background: white; }

#confiance *
{
	color: #7A1100;
}

#confiance h3
{
	margin:0;
}

#confiance ul
{
	margin-bottom:16px;
}

/*-----------------------------------------------------------------------------
:: MENU
/*----------------------------------------------------------------------------*/

#menu
{
	background-image: url(http://www.doutrebente.org/_skin/bg_menu.png);
	color: #7A1100;
	font-weight: bold;
	height: 138px;
	text-align: center;
}

#menu a { font-size: 0.9em; }
#menu .a_active { color: white; }
#menu .a_inactive:hover { color: white; }

#menu #logo
{
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#menu #category_links
{
	float: right;
	margin: 25px;
}

#menu #links
{
	display: box;
	float: left;
	margin-top: 44px;
	width: 800px;
}

/*-----------------------------------------------------------------------------
:: ACCUEIL
/*----------------------------------------------------------------------------*/

#accueil
{
	background-image: url(http://www.doutrebente.org/_skin/accueil.png);
	background-repeat: no-repeat;
	height: 459px;
	text-align: center;
}

#accueil #links { margin-top: 270px; }
