/*@charset "utf-8";*/
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	font : 14px "times new roman",times,serif,'Trebuchet MS', Verdana,Geneva,Arial,Helvetica,sans-serif;
	width:100%;
}

a {
	text-decoration:none;
	color:inherit;
	background-color:inherit;
}

h1, h2 {
	font-family:"times new roman",times,serif, Helvetica, Arial, sans-serif;
}
body > div {
	padding:10px;
}
h1 {
	margin-top:20px;
	margin-bottom:-20px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

img { border:none; }

img#photo {
	position:absolute;
	right:10px;
	top:40px; 
	width:100px; 
}
img#Courriel {
	margin-bottom:-3px;
}


#principal h2 {
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	margin:0px;
	border-top:1px inset gray;
	border-left:1px solid transparent;
	padding-top:2px;
	height:22px;
	-moz-border-radius-topleft:12px;
	-webkit-border-top-left-radius:12px;
}
#principal h2:before{/*triangle*/
	content:"";
	display:inline-block;
	padding:0px;
	margin:2px 9px 0px 2px;
	border:solid; 
	border-width:20px 8px 0px 8px ;
	border-top-color: black;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	width:0px;
	bottom:0px;
}
#principal h2 a {
	text-decoration:none;
	color:inherit;
	background-color:inherit;
}

dl {
	border-left:1px solid black; 
	margin-top:-2px;
	padding-top:25px;
	padding-left:5px;
	margin-left:10px;
	margin-bottom:20px;
}
dt {
	font-weight:bold;
	font-style:italic;
	margin-top:10px;
}

#pied {
	width:98%;
	text-align:center;
	margin-top:10px;
}

.lien {
	display:none;
}
