/*
 * Feuille de style specifique a l'impression
 */
 
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */

a { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline; }
a.spip_in { color: black; text-decoration: underline; }
a.spip_out { color: black; text-decoration: underline; }
a:after {
	display: inline;
	border: 1px solid dotted;
	content: " [" attr(href) "]";
}

/*
 * Autres styles
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 140%;
}
h3 {
	font-size: 110%;
	line-height: 140%;
}
h4 {
}
p {
	font-size: 90%;
	line-height: 120%;
}
ul {
	font-size: 90%;
	line-height: 120%;
}
ol {
	font-size: 90%;
	line-height: 120%;
}

/* définition des blocs */

#logo {
	background-image: url(IMG/logo_167.gif);
	background-repeat: no-repeat;
	height: 167px;
	width: 300px;
	background-position: left top;
	position: relative;
}
#leftside {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
#texte {
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	line-height: 120%;
}
#chemin {
	font-size: 10px;
	text-align: left;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#teaser {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
#services {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.newsbox {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	width: 1px;
}

/* styles divers */

.chapo {
	font-size: 80%;
	line-height: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.surtitre {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 240px;
}
.chemin {
	color: #999999;
	text-decoration: none;
}
.date {
	font-size: 11px;
	color: #999999;
}
.retour {
	font-size: 10px;
	color: #999999;
}
.intro_rubrique {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px dotted #CCCCCC;
}
.ct_docjoint_logo {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	width: 26px;
}
.ct_docjoint_descr {
	text-align: left;
	vertical-align: top;
	padding: 0px 3px 3px;
	font-size: 70%;
}
.formatage_texte {
	margin-top: 5px;
	margin-right: 20px;
}
.portfolio_td {
	font-size: 10px;
	border: 1px solid #999999;
	text-align: center;
	vertical-align: top;
}

/* styles spip */

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
	border: 1px solid #999999;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}
.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}
.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}
li {
	margin-bottom: 4px;
}
