/*******************************************************************************
LES DIMENSIONS GENERALES
*******************************************************************************/
body		{	min-width: 900px;/* for mozilla*/ }
#wrap	{ width: 900px; }
/* mac hide \*/
* html #wrap, * html #header { width:900px }
/* end hide*/

/*******************************************************************************
LES TEXTES
*******************************************************************************/
html, body { font-size: 9pt; font-family: "Trebuchet MS", verdana, sans-serif; }
h1 { font-size: 14pt; margin: 0 0 15px 0; }
h2 { font-size: 12pt; margin: 25px 0 10px 0; background: red; }
h3 { font-size: 11pt; margin: 20px 0 5px 0; }


/*******************************************************************************
CENTER / WRAP / BODY
*******************************************************************************/
body			{ background: url(images/body.png); }
#center	{	padding-top	: 150px; /* for HEADER */ }
#wrap		{ background: url(images/center.png) repeat-y center; }


/*******************************************************************************
HEADER
*******************************************************************************/
#header	{ width: 900px; height: 150px; }
#header .inbox { padding: 0 35px; }
#header	{ background: url(images/header.png) no-repeat top; }


/*******************************************************************************
FOOTER
*******************************************************************************/
#clearfooter { height: 150px; }
#footer	{	width: 900px; }
#footer .inbox { padding: 80px 60px 25px 60px; background: transparent url(images/footer.png) no-repeat bottom; }


/*******************************************************************************
LEFT
*******************************************************************************/
#left		{ width: 800px; padding: 0 50px; }


/*******************************************************************************
RIGHT
*******************************************************************************/
#right				{	width: 0; margin: 0; padding: 0; text-align: center; }
#right .inbox	{	margin: 0; padding: 0;  }


/*******************************************************************************
LE MENU PRINCIPAL
*******************************************************************************/
#menu_top { position: absolute; z-index: 66; }
#menu_top { top: 140px; left: 75px; height: 20px; width: 400px; }
#menu_top .subMenu { top: 18px; }
* html #menu_top .subMenu li { margin-top: -1px; border: 0px; }
#menu_top li a {
	text-decoration: none;
	font-weight	: bold;
	display			: block;
	width				: 110px;
	height			: 18px;
	line-height	: 20px;
	text-indent	: 22px;	
	background	: transparent url(images/menu_puce1.png) no-repeat left -1px;
}
#menu_top li li a			{ background	: transparent url(images/menu_puce2.png) no-repeat left -1px; }
#menu_top li a:hover	{ background-position: left -21px; }


/*******************************************************************************
LES LIENS
*******************************************************************************/
a						{ font-weight: bold; color: #008000; text-decoration	: none; }
a:hover			{	text-decoration	: underline; }
a img				{	border: 2px #008000 solid; }
a img:hover	{ border: 2px #000080 solid; }


/*******************************************************************************
RERCHERCHE
*******************************************************************************/
#search				{ margin: 0; padding: 0; top: 140px; right: 20px; width: 350px; position: absolute; z-index: 65; }
#search form		{ margin: 0; padding: 0; border: none; }
#search fieldset	{ margin: 0; padding: 0; border: none; }
#ajaxSearch_input	{ width: 200px; }


/*******************************************************************************
	DITTO
*******************************************************************************/
.ditto_summaryPost img { float: left; }
.imgArticle { float: left; }


/*******************************************************************************
	DITTO Liste Dossier
*******************************************************************************/
.ditto_blog {
	float				: left;
	width				: 350px;
	margin			: 15px 5px;
	border			: 0px solid #ddd;
}
.ditto_blog .date	{ }
.ditto_blog h3			{ background	: #ddd; margin: 0; }
.ditto_blog .lireplus { }


/*******************************************************************************
	PARTENAIRES
*******************************************************************************/
#partners {
	height			: 100px;
	margin			: 5px;
	text-align	: center;
}

#partners .partners_item img {
	display	: inline;
	border	: none;
}

/*******************************************************************************
	ACTUS DEROULANTES
*******************************************************************************/
#actus {
	height			: 50px;
	margin			: 5px;
	text-align	: center;
}

#partners .actus_item {
}


/*******************************************************************************
POST
*******************************************************************************/
.post { margin: auto 35px;}
.post  h2 {
	padding			: 65px 65px;
	height			: 20px;
	margin			: auto -85px;
	background	: transparent url(images/fond_h2.png);
}