/* CSS Document */

body {
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#global {
	background:#FFFFFF;
	width:1050px;
	background-color:#FFFFFF;
	margin: 20px auto;
}

a {
	color:#2E2E2E;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



/*------------------------------------------ TOP ----------------------------------------------*/
#top {
	width:1050px;
	height:59px;
	background:url(../../images/refonte/top.gif);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}



/*------------------------------------------ RECHERCHE ----------------------------------------------*/
#recherche {
	background:url(../../images/refonte/fond_recherche.gif) no-repeat;
	height:70px;
	width:1050px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.recherche {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
}

.recherche a {
	color:#FFFFFF;
	text-decoration:none;
}

.recherche a:hover {
	text-decoration:underline;
}

.btn-recherche {
	background:#d0e7ea;
	border:1px solid #80bece;
}


/*------------------------------------------ MENU GAUCHE ---------------------------------------*/
#blocmenugauche {
	float:left;
	width:196px;
	color:#525252;
	font-size:14px;
	padding:12px 0px 12px 12px;
	background:url(../../images/left-degrade.jpg) repeat-x;
}

/*------------------------------------------ MENU DROITE ---------------------------------------*/
#blocmenudroite {
	float:right;
	width:176px;
	color:#FFFFFF;
	padding:12px;
	font-size:14px;
	color:#525252;
	text-align:left;
}


/*------------------------------------------ CADRE DU MILIEU --------------------------------*/
#contenu {
	margin: 0px 200px 0 210px;
	background-color: #FFFFFF;
	color:#525252;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	width:630px;
}

#contenu table {
	border:none;
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
}


/*------------------------------------------ BAS DE PAGE --------------------------------*/
#bottom {
	background:url(../../images/refonte/bottom.gif) no-repeat;
	width:1050px;
	height:21px;
}

/*---------------------------------- TABLEAU -----------------------------------*/
#blocmenugauche .module_td_titre {
	font-size:12px;	
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	width:189px;
}

#blocmenugauche .module_td_content {
	font-size:12px;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	width:189px;
	background:url(../../images/refonte/fond-tab-gauche.gif) repeat-y;
	padding:6px;
}


#blocmenudroite .module_td_titre {
	font-size:12px;	
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	width:172px;
}

#blocmenudroite .module_td_content {
	font-size:12px;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	width:172px;
	background:url(../../images/refonte/fond-tab.gif) repeat-y;	
	padding:6px;
}

#blocmenudroite .module_td_content a {
	font-size:12px;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

#menudynamique_V {
	font-size:12px;	
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

#menudynamique_V a:hover {
	text-decoration:underline;
}


/*---------------------------------- PUB ------------------------------------------*/
.pub1 {
	background:#000000;
	padding:0 0 10px 0;
}

/*-------------------------- BOUTON ------------------------*/
.Custsubmitbtn {
	background-color:#528597;
	color:#FFFFFF;
	border:none;
	background:#528597;
	cursor:pointer;
}

.pointilles {
	border-bottom:1px dotted #000000;	
}