/**********************************************/
/**** feuille de style site propre au Site ****/
/**********************************************/

/**** mes styles ****/
#data td {
    padding: 5px;
}

/************************************/
/*** styles de rattrapage Liferay ***/
/************************************/

/* debut si taille sup�rieur n�cessaire *
#header, ul#mainmenu{
	width:1010px;
	left:0;
}
#wrapper{
    width: 990px;
}
/* fin si taille sup�rieur n�cessaire */


/************************************/
/*** styles de rattrapage Liferay ***/
/*** par rapport � la feuille de  ***/
/*** style pr�c�dente             ***/
/************************************/
H1
{
    FONT-SIZE: 160%;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 35px;
}
H2
{
    FONT-SIZE: 135%;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 18px;
}
H3
{
    FONT-SIZE: 120%;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 12px;
}
H4
{
    FONT-SIZE: 120%;
    FONT-WEIGHT: bold;
}
H5
{
    FONT-SIZE: 120%;
    FONT-WEIGHT: normal;
}
H6
{
    FONT-SIZE: 1px;
    FONT-WEIGHT: lighter;
}

a, a:link, a:active, a:hover, a:visited {
	color: #06C;
	text-decoration: none;
}


/****************************************/
/**** Styles de mise en page globale ****/
/****************************************/
#header h1 a:link, #header h1 a:visited, #header h1 a:active, #header h1 a:hover {
     background-image: none;
     padding:0;
     width:350px;
}

#header .title-coe 
{
    position:absolute;
    height: 65px;
    float: left;
    margin-top: 15px;
    margin-left: 125px;
    text-align:left;
    letter-spacing: -1.4px;
}

#header .title-orga{
    margin-top: 10px;
    background-image:url('../images/logo-CM.png');
    background-position:right;
    background-repeat:no-repeat;
}
#header .title-orga h2{
    letter-spacing: -1px;
    font-weight: normal;
    font-family: lucida sans unicode, lucida sans, arial;
    padding-top:5px;
}

ul.breadcrumbs{
	margin-left:0px;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:hover, .breadcrumbs a:visited  {
	text-decoration:underline;
}
.breadcrumbs-horizontal li {
	display:inline;
}
#breadcrumb{
    height:auto;
    line-height:inherit;
    margin-bottom: 10px;
	margin-left:0px;
}
#wrapper{
    background-color:#fff;
    color: black;
}
#data {
	width: 100%;
	float: left;	
    margin-top: 0px;
    background-color:#fff;

}
.portletInner ul{
	margin-top: 0;
	margin-bottom: 0;
}

