#container
{
	position:absolute;	
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
}

/*Bandeau haut*/

#header
{
	width: 100%;
	height: 224px;
	background: #ffffff url(/digitalAssets/CSS/bandeauhaut.gif) no-repeat;

}

/*Bandeau haut Offre de formation*/

#headerodf
{
	width: 100%;
	height: 224px;
	background: #ffffff url(../digitalAssets/CSS/bandeauhaut.gif) no-repeat;

}

/*Menu Gauche*/

#left
{
	float: left;
	width: 20%;
	height: auto;
	margin: 10px 1px 1px 6px;
	padding: 0px 0px 20px 0px;
}

#left ul li
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  	color: #4d4497;
        list-style-image: url(/../digitalAssets/CSS/puce.gif);
}


#left ul li a
{
	color: #6e72a1;
	font-weight: bold;
}

#left hr
{
	height: 2px;
	border: 0px;
        width: 80%;
        align:left;
	background: url(../digitalAssets/CSS/puce.gif);
}

#left img
{
	border: 0;
}

/*Contenu*/

#contentgen
{
	margin-top: 25px;
	margin-left: 22%;
	width: 60%;
	height: auto;
	text-align:left;
	background-color: transparent;
}

#contentgen ul li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;
	text-align: justify;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#contentgen table
{
	border:2px solid #f9db8b;
	border-collapse:collapse;
	width:90%;
	margin:auto;	
}

#contentgen table thead {
	background-color:#fcedc5;
	border:2px solid #f9db8b;
}

#contentgen table tr th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #f9db8b;
	font-weight: bold;
	padding: 10px;
	width:25%;
}

#contentgen table tr td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:1px solid #f9db8b;
	text-align:center;
}

.jaune
{
	background-color:#fcedc5;
	font-weight: bold;
}

/*Pied de page*/

#footer
{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 73px;
	background: #fff url(../digitalAssets/CSS/bandeaubas.gif) ;
}


div#footer ul
{
	margin: 0px 0px 1px 20px;
	padding: 25px 10px 2px 10px;
	width: 100%;
	list-style-type: none;
}

div#footer ul li
{
	display: inline;
	margin: 0px 35px 0px 0px;
	padding: 0px 10px 0px 0px;
}
div#footer ul li a
{
	color: #6e72a1;
	font-weight: bold;
	font-size: 10px;
}


/*Divers*/

.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #192A89;
	font-weight: bold;
	list-style-image: url(images/puce.gif);
	list-style-type: Aucune;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}
.textegras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
.textegrasbleu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: blue;
	text-align: justify;
	font-weight: bold;
}

/*Partie connectee*/
#menuHaut
{
	float: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#menuHaut ul
{
	margin: 0px 0px 0px 300px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	list-style-type: none;
}

div#menuHaut ul li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
div#menuHaut ul li a
{
	color: #efb15e;
	font-weight: bold;
	font-size: 10px;
}





/*Affichage des autres UNR*/
#autreUnr
{	
	display:table-row;
}

#autreUnr img
{
	float:left;
	border: none;
	padding-right:20px;
}

#autreUnr p
{	
 	display:table-cell;
	margin-left:80px;
}

#autreUnr table
{
	border:0px;
}
#autreUnr table tr th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0px;
}
#autreUnr table tr td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border:0px;
}
