/*-------------------------------------*/
/*-------------  HTML ----------------*/
/*------------------------------------*/
body {
	color : #000000;
	font-size: 12px;
	line-height : normal;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-color: #d9d7d0;
	background-image : url(../medias/home-portail/body-bg.gif);
	background-repeat : repeat-x;
}
input, select, textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 11px;
	color : #646464;
}
input[type="text"]:hover, textarea:hover {
	background-color : #fffff9;
}

a {
	color : #000000;
	text-decoration : none;
}
a:hover {
	color : #000000;
	text-decoration : underline;
}

strong, b {
	font-weight: bold;
}

img {
	border: 0;
}

.block {
	display: block;
}
.blockLeft {
	display: block;
	float : left;
}
.blockRight {
	display: block;
	float : right;
}
.blockCenter {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
	width : 0;
	height : 0;
	display : block;
}
/*hack IE6 et IE7*/
*+html .clear, *html .clear { 
	display : none !important;
}

.mini {
	font-size : 9px;
	font-weight : normal;
}


/*---------------------------------*/
/*------------ PORTAIL -------------*/
/*---------------------------------*/
#portailContainer {
	/*height: 685px;*/
	height : 100%;
	width: 960px;
	position: relative;
	display : block;
	margin:0 auto;
}
#portailHeader {
	height: 60px;
	width: 960px;
	position: relative;
	display : block;
	margin-top : 20px;
}
#portailHeader #logo {
	height: 60px;
	width: 300px;
	position: relative;
	display : block;
	float : left;
}
#portailHeader #accroche {
	height: 60px;
	width: 340px;
	position: relative;
	display : block;
	float : left;
}
#portailContent {
	height: 530px;
	width: 960px;
	position: relative;
	display : block;
	margin-top : 10px;
}
#portailContent .bloc {
	height: 528px;
	width: 299px;
	position: relative;
	display : block;
	float : left;
}
#portailFooter {
	height: 35px;
	width: 960px;
	position: relative;
	display : block;
	margin-top : 10px;
}
/*#portailFooter {
	height: 35px;
	width: 960px;
	position: absolute;
	display : block;
	bottom : 0px;
	left : 50%;
	margin-left:-480px;
}*/
#portailFooter #liens {
	height: 35px;
	width: 550px;
	position: relative;
	display : block;
	float : left;
}
#portailFooter #liens ul {
	display : block;
	height : 35px;
	line-height : 35px;
	margin : 0 auto;
	position : relative;
	text-align : center;
	width : 550px;
}
#portailFooter #liens ul li {
	color : #465357;
	display : inline;
	font-weight : bold;
	padding-right : 8px;
	position : relative;
	text-align : right;
}
#portailFooter #liens ul li a {
	color : #465357;
	padding-left : 8px;
	text-align : left;
	text-decoration : none;
}
#portailFooter #espacepro {
	height: 35px;
	width: 335px;
	position: relative;
	display : block;
	float : left;
	background-image : url(../medias/home-portail/espace-pro-bg.gif);
	background-repeat : no-repeat;
	background-position : bottom;
	color : #008854;
	font-size : 14px;
	text-align : center;
	line-height : 35px;
	font-weight : bold;
}
#portailFooter #espacepro a {
	color : #008854;
	text-decoration : none;
}


#portailContentInt {
	height:auto;
	min-height: 530px;
	width: 960px;
	position: relative;
	display : block;
	margin-top : 10px;
	color:#465357;
	font-size : 14px;
}
#portailContentInt a {
	color:#465357;
}
#portailContentIntH {
	height:41px;
	width: 960px;
	position: relative;
	display : block;
	background-image : url(../medias/home-portail/blocInt-h.gif);
	background-repeat : no-repeat;
}
#portailContentIntC {
	height:auto;
	min-height: 430px;
	width: 900px;
	position: relative;
	display : block;
	background-image : url(../medias/home-portail/blocInt-c.gif);
	background-repeat : repeat-y;
	padding-left:30px;
	padding-right:30px;
}
#portailContentIntC a{
text-decoration:underline;
}
#portailContentIntB {
	height:42px;
	width: 960px;
	position: relative;
	display : block;
	background-image : url(../medias/home-portail/blocInt-b.gif);
	background-repeat : no-repeat;
}
/*Paul 210208 - division de la page plan en 3 parties (FCE split3)*/
.main_split{
width:100%;
margin-left:50px;
}
.split1{
float:left;
width:280px;
}
.split2{
float:left;
width:280px;
}
.split3{
float:left;
width:280px;
}
.csc-header h1{
font-weight:bold;
font-size:18px;
padding-bottom:3px;
padding-top:10px;
display:block;
}
.bodytext{
text-align:justify;
}