/* CENTRER LE SITE DANS LA PAGE */
.centrage {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
/*** DEBUT DU SKIN ***/
/* header accueil */
.header {
	background-image: url(bandeau-cryobiosystem.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 800px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* header pages internes */
.header_interne {
	background-image: url(bandeau-interne.jpg);
	background-repeat: no-repeat;
	height: 69px;
	width: 800px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.header_amp {
	background-image: url(bandeau-AMP.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 800px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.header_biobanking {
	background-image: url(bandeau-BIOBANKING.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 800px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.menu {
	background-color: #5FA3D3;
	background-image: url(fd-menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	width: 800px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* ZONE CONTENU PRINCIPAL */
.content {
	background-image: url(fd-content.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 800px;
	min-height: 400px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.copyright {
	background-color: #1C4299;
	height: 21px;
	width: 800px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1C4299;
	border-bottom-color: #1C4299;
	border-left-color: #1C4299;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.alignement_copyright {
	height: 15px;
	padding-top: 5px;
}
.clear {
	clear:both;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
/* ZONE CONNEXION ET FLAGS */
.maxheader {
	height: 23px;
	width: 800px;
	margin-left: 20px;
}
.leftmax {
	background-image: url(left-max.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 23px;
	width: 5px;
}
.rightmax {
	background-image: url(right-max.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 5px;
	background-color: #d9d9d9;
	float: left;
}
.maxcontent {
	background-color: #d9d9d9;
	width: 200px;
	float: left;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: normal;
	text-decoration: none;
	vertical-align: bottom;
}
.alignement_max {
	height: 15px;
	padding-top: 0px;
}
/* CONTENU DU SKIN */
.menu_left {
	float: left;
	width: 172px;
	text-align: center;

}
.contentpane {
	float: left;
	width: 303px;
	min-height: 400px;
}
.contentpane2 {
	float: left;
	width: 615px;
	min-height: 400px;
}
.rightpane {
	float: left;
	width: 310px;
	min-height: 400px;

}
/*** FIN DU SKIN ***/

