/* HTML global */
body{
	background: url(../images/fond-ecran.gif) top center repeat-y;
    background-color: #a4bfe4;
}
h2{
	margin-top:0;
}
a{
	color:#f57e20;
}

/* Containeurs de mise en forme */
#cont_principal{
	background: url(../images/fond-page-index.gif) repeat-y;
	background-color: #fff;
}
#cont_entete{
	background: url(../images/fond-entete.gif) repeat-y;
}
#cont_entete #logo{
	top:9px;
	left:35px;
}
#cont_entete #titre{
	top:36px;
	left:244px;
}

/* Animation Flash */
#flash{
	width:175px;
	height:193px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
}

/* Illustrations */
#filigrane{
	width:220px;
	height:182px;
	background: url(../images/filigrane-index.gif);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}

/* Carte de france */
#carte_menu a{
	display:block;
	margin-left:50px;
	width:102px;
	height:106px;
	margin-bottom:150px;
}

/* Partenaires */
.partenairesIndex{
	width:564px;
	height:60px;
	position:absolute;
	bottom:0;
	left:196px;
    margin:0;
    z-index: 10;
}

/* Main */
#cont_main{
    width: 355px;
	margin: 0 0 0 88px;
	float:left;
	padding-bottom:130px;
}
#cont_main .entete{
    font-size:1.2em;
    display: inline;
}
#cont_main .chapo{
    display: inline;
}
#cont_main a{
    color: #4791ce;
    font-weight: bold;
}

#cont_main h3{
    font-size: 1.2em;
    margin: 0;
}
#cont_main .article{
    margin-bottom: 15px;
    padding-top:15px;
    border-top: 1px solid #ed5929;
}
#cont_main .article h2{
    font-size: 1.2em;
    margin:0 0 0 0;
}
#cont_main .article_detail h3{
    font-size: 1.4em;
    margin:0 0 10px 0;
    color:#ed5929;
}

/* Actu */
#cont_actu h3{
	font-size:1.2em;
	margin:0 0 0 0;
}

#cont_actu ul{
	margin:0 0 0 0;
	padding:0;
	list-style-type: none;
}
#cont_actu li{
	background: url(../images/puce.gif) no-repeat;
	background-position: 0px 5px;
	padding-left:10px;
    margin-bottom:10px;
}
#cont_actu{
	width:129px;
	margin:0 0 0 21px;
	background: url(../images/fond-formation.gif) bottom repeat-y;
	position:absolute;
	bottom:193px;
	right:0;
	min-height: 230px;
	padding:20px 12px 15px 35px;
	font-size:0.9em;
	line-height:1.2em;
}
#cont_actu p{
	margin-bottom:10px;
}
#cont_actu .plus a{
    display:block;
    color:#ed5929;
    margin: 20px 0 0 10px;
}

/* Agenda */
#cont_agenda{
	width: 126px;
	float:left;
	margin:0 0 0 55px;
	padding-bottom:80px;
	font-size:0.9em;
	color:#8a8a8a;
	font-weight:bold;
	line-height:1.1em;
}
#cont_agenda ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
#cont_agenda p{
	margin:0;
}
#cont_agenda h3{
	font-size:1.1em;
	color:#4791ce;
	margin:0;
    text-transform: uppercase;
}
#cont_agenda h3 a{
	color:#4791ce;
}
#cont_agenda li{
	margin:5px 0 15px 0;
}
#cont_agenda .lieu{
	color:#4791ce;
}

/* Formations */
#cont_formations{
	width:129px;
	margin:30px 0 0 0;
}
#cont_formations a{
	color:#777;
}

p.retour{
	font-size:0.9em;
	background: url(../images/retour-orange.gif) no-repeat left center;
	padding-left:16px;
}

/* Pièces jointes */
.pj{
    margin-bottom: 25px;
}
#cont_main .pj h3{
    font-size:1.1em;
}
table.doc .icone{
	width: 35px;
}
table.doc .icone a{
	display:block;
}


