@charset "utf-8";
/* CSS Document */

html, body { 
	background-color: #cbd8e3;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #094884;
}

.fond {
	background-image: url(images/fond-oxemis.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

img { border: 0; }


.savoirplus:link, .savoirplus:visited, .savoirplus:hover { 
	background-image: url('images/fond_en_savoir_plus.jpg');
	margin-right: 50px; 
	font-size: 14px;
	font-weight: bold;
	color: #013f6e;
	padding: 1px 10px 1px 10px; 
	text-decoration: none; 
	cursor: pointer; 
} 

a:link, a:visited { color: #013660; }

.menu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;	
}

.menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

div.onglets {
	width: 60%; 
	position: absolute; 
	float: right; 
	right: 0;
	top: 111px;
}

div.onglets ul {
	width: 99%;
	float: right;
	list-style-type: none;
	background-color: #cbd8e3;
	height: 27px;
	padding: 0;
	margin: 0;
}

div.onglets ul li {
	float: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.onglets ul li span { display: block; padding: 6px 14px 6px 12px; background-color: #cbd8e3; }
div.onglets ul li span.activemenu { background-color: #013660; }
div.onglets ul li span.activemenu a:link, div.onglets ul li span.activemenu a:visited { color: #FFFFFF; }
div.onglets ul li span.activemenu a:hover { text-decoration: underline; }
div.onglets ul li span a:link, div.onglets ul li span a:visited { color: #0a4b89; text-decoration: none; }
div.onglets ul li span a:hover { text-decoration: underline; }

.menu td {
	padding-left: 50px;
}

.body td {
	padding-top: 5px;
}

div.footer {
	width: 960px;
	margin: 20px auto 0 auto;
	border: 1px solid #c8ced1;
}

div.footer a:link, a:visited { 	font-weight: bold; }

div.footer div { padding: 10px; }

.titre, .titre a:link, .titre a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.titre2 {
	font-size: 18px;
	color: #CC0000;
}

.soustitre2 {
	text-align:justify;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-right:10px;
}

.soustitre2 a
{
	text-decoration:none;
	text-align:justify;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	
}

.soustitre2 a:hover
{
	text-decoration:underline;
}

.tableau_accueil_bas_page_actu a:hover
{
	text-decoration:underline;
}

.separation_menu {
	color: #fee151;
	font-weigth: bold;
	font-size: 12px;
	margin: 0 10px 0 10px;
}

/***********************************************************/

.tableau_bas_page
{
	border-collapse: collapse;
	width:99%;
	margin: 0 auto ;

}

.tableau_bas_page_separateur
{
	text-align:center;
	width:2%;
}

.tableau_bas_page td
{
	color: #094884;
	font-size:12px;
	border: 0px solid blue;
	vertical-align:top;
	/*text-indent:10px;*/
}

.tableau_bas_page_colonne
{
	width:32%;
}

.tableau_bas_page_titre
{
	text-align:center;
	font-size: 17px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom:5px;
}

.tableau_bas_page_texte
{
	vertical-align:bottom;
	text-align:justify;
	padding:10px;
}

.tableau_bas_page_image
{
	height:72px;
}

.tableau_bas_page_lien
{
	color:#013660;
	text-decoration:none;
	font-weight:bold;
}

.tableau_bas_page_lien:hover
{
	text-decoration:underline;
}
