body
{
	margin: 0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
}


.cadresExterieur
{
	
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 620px;	
	background: url(graph/fond.gif);


}

.conteneur
{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.header
{
	height: 200px;
	background: url(graph/banniereSite.jpg) no-repeat;
	margin-bottom: 20px;
	
}
.corps
{
	height: auto;
}
/**************
*** le menu ***
**************/
.coucheSMenu
{
	float: left;
	width: 150px;
	background-color: #FFFFFF;

	/*border: 1px dashed #BEB9C8;*/
}

.menu
{
	padding: 5px;
	width: 100%;
	background: url(graph/menu.jpg) no-repeat left top;
}
/* listes du menu **/
.menu ul
{
	margin: 0px;
	text-decoration:none;
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 10px;
}

.menu ul li {
	margin-left: 0px;
	background-image: url(graph/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 10px;
	margin-top: 10px;
} 
/* liens menu */
.menu a
{	

	color: black;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover
{	
	color: black;
	background: #BEB9C8;
	text-decoration: none;
	font-weight: bold;
}



/*********************
** partie de droite **
*********************/
.conteneurDrt
{
	margin-left: 160px;
}

.coucheSContenu
{
	
	width: 460px;
	/*border: 1px dashed #BEB9C8;*/
	background-color: #FFFFFF;
}

.contenu
{

	padding: 5px;
	background: url(graph/contenu.jpg) no-repeat right bottom;
	
}



/*****************
** Pied de page **
*****************/

.footer
{
	margin-top: 10px;
	width: 460px;
	height: 35px;
	/*border: 1px dashed #BEB9C8;*/
	font-size: 9px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
}



/*********************************/
/**          Portfolio          **/
/*********************************/


/*image portfolio*/
.apImage{
	display:table-cell;
	vertical-align: top;
	/*clear: left;*/
	float: left;
	height: 160px;

}

.apText{

	display:table-cell;
	min-height: 160px;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	float: right;
}


/*********************************/
/**           News              **/
/*********************************/

ul
{
	margin: 0px;
	text-decoration:none;
	list-style-type: none;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul li {
	margin-left: 0px;
	background-image: url(graph/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 10px;
	margin-top: 0px;
	clear: left;
	float: none;
} 

.news{
	margin: 10px;
	text-align: justify;
	border: 1px solid #BEB9C8;
	clear: left;
	float: none;
}
.titreNews{
	display: block;
	background-color: #BEB9C8;
	font-weight: bold;
	text-align: justify;
	clear: left;
	float: none;
}
.contenuNews{
	background:url(graph/fond50.png);
	display: block;
	margin: 1px;
	min-height:60px;
	clear:left;
	float: none;

}
.logoAuteurNews{
	display:table-cell;
	vertical-align: top;
	height:60px;
	float: left;
}
.texteNews{
	display:table-cell;
	height:100%;
	margin-left:60px;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
}

.piedDeNews{
	clear:both;
	float:none;
	background-color: #F4F0FC;
	font-weight: bold;
	font-size: 9px;
	color: #888888;
	text-align: right;
}
.piedDeNews a{
	
	font-size: 9px;
	color: #888888;
}
.piedDeNews a:hover{
	
	font-size: 9px;
	color: #000000;
}







/* liens
*/
a{
	color: #888888;
}
a:hover{
	color: #000000;
}



/*
bordures images

*/
img{
	border:0px;
}

.bordered{
background:url(graph/fond50.png);
	display: block;
	margin: 1px;
	border: 1px solid #BEB9C8;
}