/* CSS Document */

.printest {
	height: 595	px;
	width: 94px;
}

@page { 
size: portrait;


 }
 
 
 /* CSS Document */


body{
	margin:  0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

#conteneur{

	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-right: solid #E3E3E3 0px;
	border-left: solid #E3E3E3 0px;
	border-bottom: solid #E3E3E3 0px;
	background-color: #fff;
}

#top, #navigation, #right{
display:none;
}


#left{
	width: 17cm;
	float: left;
	height: 100%;
}



#main{
	border-top: solid #000 1px;
	border-right: solid #000 1px;
	border-left: solid #000 1px;
	border-bottom: solid #000 1px;
	padding: 15px;
	min-height:400px;
	_height:400px;
}

#bottom{
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-left: 15px;
	width: 800px;
}

/* pied de page */

a.liens_bottom:link, a.liens_bottom:active, a.liens_bottom:visited {
	font-size: 13px;
	font-weight: bold;
	color: #49423C;
	text-decoration: none;
}
a:hover.liens_bottom{
	color: #000;
	text-decoration: none;
}

/* mise en page */
.trait {
	background-image:  url(../_img/trait.gif);
	height: 1px;
	width: 100%;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 15px;
	}
	
.titre{
	color: #7B7B7B;
	font-weight: bold;
	font-size: 20px;
}

#main table{
	font-size: 15px;
}
	
.tableau-formations {
	background-color: #F1F1F1;
	color: #000000;
}

#main ul{
	margin: 0px 0px 0px 5px;
	padding:0px 0px 0px 5px;
	list-style-type: square;
	list-style-image: url(/_img/puce-rouge.gif);

}
#main li{margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
}

a.liens_ext:link, a.liens_ext:active, a.liens_ext:visited {
	font-weight: bold;
	color: #840029;
	text-decoration: none;
}

a:hover.liens_ext{
	text-decoration: underline;
}
