/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;	
	text-indent:0;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-color: #E5E5E5;
}

#holder {
	width: 761px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

/*****************************************
header de page 
******************************************/
#header {
	position:relative;
	float: left;
	height: 87px;
	width: 760px;
	background-image: url(../images/iefa_top.jpg);
	background-repeat: no-repeat;
}
#header-logo {
	position:absolute;
	left:0px;
	top:0px;
}
#header-pub {
	position:absolute;
	top:14px;
	right:16px;
}


/*****************************************
partie centrale : contenu 
******************************************/
#leftcol {
	float: left;
	width: 200px;	
	height: 100%;
	margin-left: 15px;
	margin-right: 0px;
	padding: 0px;	
	text-align:center;
}
*html body #leftcol{width:200px;}

#main {
	float: left;
	width: 100%;
	height:100%;
	text-align: left;
	padding-bottom: 1em;
	margin-top:10px;
}
#main-col-left {
	float: left;
	height: 100%;
	width: 545px;
	padding-top: 27px;
	padding-bottom:10px;	
	margin: 0px;
	background: #FFFFFF url(../images/iefa_top_content.gif) no-repeat top left;
}
#main-col-left-home {
	float: left;
	height: 310px;
	width: 285px;	
	margin: 0px;
	background-color: #FFFFFF;
}
#leftcol-home {
	float: left;
	width: 200px;	
	height: 100%;
	margin-left: 15px;
	margin-right: 0px;
	padding: 0px;	
}
*html body #leftcol-home{width:200px;}

#main-col-left p {
	text-align:justify;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.4em;
	color: #333333;
}
#main-col-left-home p {
	text-align:justify;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.4em;
	color: #333333;
}
#main-col-left li {
	margin-bottom: 3px;
	font-size: 11px;
	padding-right: 20px;
	text-align:justify;
}
#main-col-left .flag {
	border: none;
	margin-right:10px;
}

/*****************************************
navigation 
******************************************/
#navcontainer {
	float: left;
	height: auto;
	width: 761px;
	text-align: left;
	padding: 0;
	margin: 0;
}
html>body #navcontainer{
}
#nav {
	float: left;
	width: 760px;
	padding: 0;
	margin: 0px;	
	list-style: none;
	}
*html body #nav { width:760px; }
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	}
#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav a {
	float: left;
	margin: 0px;
	padding: 0px;
}

/*****************************************
footer de page
******************************************/
#home-partenaires {
	clear: left;
	float: left;
	width: 760px;
	margin: 0;
	padding: 0px;
	background-color:#C0C0C0;
}
#home-partenaires .title {
	text-align: left;
}
#home-partenaires .title img {
	margin:10px 0 0 10px;
}
#home-partenaires img {
	margin:10px 5px;
}
#footer {
	clear: left;
	float: left;
	width: 760px;
	background-image: url(../images/BarreBas.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px 0px 20px 0px;
	font-size:10px;
	line-height: 1.4em;
	color: #333333;	
}

/*****************************************
style elements 
******************************************/
a {
	color: #841919;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color: #1C2451;
	letter-spacing: -1px;
	margin-left: 95px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 105%;
	font-weight: normal;
	color: #FF6600;
	letter-spacing: -1px;
	margin-left: 0em;
	margin-top: 2em;
	margin-bottom: 0em;
	padding: 0;
	border-bottom: 1px solid #eee;
}

.rightlink {
	float: right;
	margin-right: 0.4em;
}
.rightlink a {
	background: url(img/arrow.gif) no-repeat 0px 0.2em;
	color: #009933;
	text-decoration: underline;
	padding-left: 16px;
	float: left;
}


.leftlink {
	float: left;
	margin-left: 0.2em;
}
.leftlink a {
	background: url(img/mailme.gif) no-repeat 0px 0.4em;
	color: #009933;
	text-decoration: underline;
	padding-left: 20px;
	float: left;
}

.highlight {
	color: #841919;
}
.highlight2 {
	color: #1C2451;
}
