/* White space reset */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}

body, html, fieldset {
	border:0;
}
/* avoid browser default inconsistent font-sizes */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:13px;
}
/* no blue linked image borders */
a img, :link img, :visited img {
	border:0;
}
body {
	color:#333;
	font-family: verdana, arial, sans-serif;
	font-size:13px;
	background-color:#E5DED6;
	/*background-color:#AA9F96;*/
	text-align:center;
}

a {
	text-decoration:underline;
	color:#999999;
}



#debutcontenu a{
	font-weight:bold
}

a:hover {
	text-decoration:none;
}


.wrapper {
	width: 970px;
	background-color:#FFFFFF;
	text-align:left;
	margin:0px auto;
	padding:0;
	border:1px solid #C1002A;
	position:relative;
}

.outer {
	float:left;
	/*min-height:350px;*/
	margin:0; /*test*/
	background-color:#fff;
}

.outer-wide{
	width:970px;
	background-color:#fff;
}

.outer-redux{
	width: 710px;
}

.center {
	float: left;
}

.center-wide{
	width:770px;
}
.center-redux{
	width: 530px;
}

.left {
	float: left;
	width: 150px;
	/* p-top evite que la colonne 'disparaisse' si l'accroche n'est pas presente */
	/* p-bottom pour laisser la place au logo CNAM */
	margin:10px 0 0 10px;
}
.right {
	float: left;
	clear:right;
	width: 237px;
	font-size:11px;
	/* right column left border */
}

/*** styles communs ***/
.hide {
	position: absolute;
	visibility:hidden;
}

.clear {
	clear: both;
}

.no-border {
	border:0;
}

.printonly{
	display:none;
}

p.spip {
	border:0;
}