/* Generalites */
html {
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


body {
	margin:0px;
	padding:0px;
	background-color: #FFF;
	color:#333;
	font-family: Calibri,Verdana, Arial, SunSans-Regular, Sans-Serif;
	line-height: 120%; 
}

h1 {
	font-size:28px;
	text-transform:uppercase;
}


h2 {
	font-size: 23px;
	padding-bottom:8px;
	margin: 30px 0 15px 0;
	border-bottom: 1px solid #B9B9B9;
	color: #178AB0;
	
}

h3 {
	font-size: 21px;
	margin: 10px 0 10px 0;
	line-height: 120%;
	font-style : italic;
	color: #178AB0;
}

h4 {
	font-size: 16px;
	font-weight : bold;
	margin : 2px 0 0 0;
}

h5 {
	color:#555;
	font-size: 16px;
	margin : 5px 0 0 0;
}

p {
	margin: 0 0 0 2%;
	font-size : 15px;
}

a{
	text-decoration: none;
	color: #178AB0;
	font-size: 15px;
}

i{
	font-size: 14px;
}

ul{
	margin-top:4px;
	margin-bottom:4px;
}

li{
	font-size: 15px;
}

img{
	border:none;
}

/*  Positionnement des calques*/


#page{
	margin:0px auto 0px;
	width:900px;
}

#head {
	background-color:#444;
	width:100%;
	height:12px;
	margin-bottom:20px;
}

#left, #right {
	float:left;
}

#left{
	width:220px;
	padding-right:40px;
	text-align:center;
}

#right{
	width:620px;
	text-align:left;
	margin-top:-20px;
}

#bottom{
	height:50px;	
}

/* Calques secondaires */


.clear{
	clear:both;
}

.name{
	margin-top:12px;
	font-size:28px;
}

.name span.alexis{
	text-transform:uppercase;
	color: #888;
}

.name span.creuzot{
	text-transform:uppercase;
	color: #333;
}

/* Actions */

.print{
	position:absolute;
	right:10px;
	margin-top:20px;
}
.misc{
	position:absolute;
	left:10px;
	margin-top:18px;
}

