
/****************************/
/*			GENREAL			*/
/****************************/
BODY {
	margin:0;
	padding:0;
	background-image:url(../images/backing.jpg);
	background-position:top;
	background-repeat:repeat-x;
	/*background-color:#81A0B4;*/
	background-color:#879DB5;
}

#bodyDiv {
	position:relative;
	width:100%;
	background-image:url(../images/mf-backing-mosquito.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:350px;
	min-height:350px;
}

#mainDiv {
	position:absolute;
	width:778px;
	left:50%;
	margin-left:-386px;
	text-align:center;
}

#mainTable {
	position:relative;
	width:778px;
	text-align:left;
}

#blankZoneDiv {
	width:23px;
}

/****************************/
/*			ENTETE			*/
/****************************/
#enteteDiv {
	margin:0;
	padding:0;
	width:778px;
	height:256px;
}

/****************************/
/*			MENU			*/
/****************************/
#menuDiv {
	width:220px;
}

.menuSeparateur {
	width:220px;
	background-image:url(../images/mf-menu-backing.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

/****************************/
/*			CONTENU			*/
/****************************/

#contentDiv {
	position:relative;
	width:558px;
	padding:0px;
	margin:0px;
}

#contentZone {
	position:relative;
	width:100%;
	background:url(../images/mf-content-backing.jpg) top repeat-y;
	padding:0px;
	margin:0px;
}

/****************************/
/*			PIED			*/
/****************************/

#menuBasPageDiv1 {
	width:778px;
	min-width:778px;
	max-width:778px;
	height:17px;
	min-height:17px;
	max-height:17px;
	background-image:url(../images/mf-pied1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}

#menuBasPageDiv2 {
	width:778px;
	min-width:778px;
	max-width:778px;
	height:27px;
	min-height:27px;
	max-height:27px;
	background-image:url(../images/mf-pied4.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
}

#menuBasPage {
	font-family:Calibri, Tahoma, Arial;
	font-size:12px;
	color:#660000;
}

#menuBasPage a, a:visited {
	text-decoration:underline;
	color:#990000;
}

#menuBasPage a:hover {
	text-decoration:none;
	color:#333333;
}

#copyright {
	font-family:Calibri, Tahoma, Arial;
	font-size:12px;
	color:#FFFFFF;
}

#auteur {
	font-family:Calibri, Tahoma, Arial;
	font-size:12px;
	color:#EEEEEE;
}

#auteur a, a:visited {
	text-decoration:underline;
	color:#EEEEEE;
}

#auteur a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

/****************************************/
/*				FORMULAIRES				*/
/****************************************/
LABEL {
	display:block;
	font-family:Calibri, Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
	color:#336699;
}

INPUT.textField, TEXTAREA.textField {
	font-family:Calibri, Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
	color:#336699;
	background-color:#EEEEEE;
	border:#336699 1px solid;
}

.formField { padding:5px 0px 5px 30px; }
.buttonBox { padding:10px 0px 5px 30px; }
.messageErr { color:#990000; font-size:12px; font-family:Calibri, Tahoma, Arial; padding:5px 0px 5px 30px; }

/****************************************/
/*			STYLES PARAGRAPHES			*/
/****************************************/

.paragrapheStyle1 {
	position:relative;
	margin:0px;
	padding:5px 10px 5px 10px;
	text-align:justify;
}

.paragrapheStyle2 {
	position:relative;
	margin:0px;
	padding:10px 30px 5px 30px;
	text-align:justify;
}

.paragrapheStyle3 {
	position:relative;
	margin:0px;
	padding:5px 10px 5px 10px;
	text-align:center;
}

.paragrapheStyle4 {
	position:relative;
	margin:0px;
	padding:10px 50px 5px 50px;
	text-align:center;
}

.paragrapheStyle5 {
	position:relative;
	margin:0px;
	padding:5px 50px 5px 50px;
	text-align:justify;
}

.blocImageDroite {
	float:right;
	display:block;
	margin:0px;
	padding:10px;
	padding-left:30px;
}

.blocImageCentre {
	position:relative;
	width:100%;
	margin:0px;
	padding:10px;
	text-align:center;
}

/****************************************/
/*			STYLES TEXTES				*/
/****************************************/

H6 {
	font-family:Calibri, Tahoma, Arial;
	font-size:10px;
	font-weight:normal;
	color:#336699;
	padding:0px;
	margin:0px;
}

H5 {
	font-family:Calibri, Tahoma, Arial;
	font-size:11px;
	font-weight:normal;
	color:#336699;
	padding:0px;
	margin:0px;
}

H4 {
	font-family: Calibri, Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
	color:#336699;
	padding:0px;
	margin:0px;
}

H3 {
	font-family:Calibri, Tahoma, Arial;
	font-size:14px;
	font-weight:normal;
	color:#336699;
	padding:0px;
	margin:0px;
}

H2 {
	font-family:Calibri, Tahoma, Arial;
	font-size:16px;
	font-weight:normal;
	color:#666666;
	padding:0px;
	margin:0px;
}

a, a:visited {
	color:#336699;
	text-decoration:underline;
}

a:hover {
	color:#990000;
	text-decoration:none;
}

.texteBold {
	font-weight:bold;
}

.texteHilight {
	color:#660000;
}

UL {
	margin:0px;
	padding:3px 0px 0px 30px;
}

OL {
	margin:0px;
	padding:3px 0px 0px 35px;
}

UL LI {
	margin:0;
	padding:2px 0px 2px 0px;
	list-style-image:url(../images/arrow.gif);
}

OL LI {
	margin:0;
	padding:2px 0px 2px 0px;
	list-style:decimal outside;
	font-family:Calibri, Tahoma, Arial;
	font-size:12px;
	font-weight:normal;
	color:#336699;
}

DT {
	margin:10px 0px 0px 0px;
	padding:0px;
}

DD {
	margin:0px 15px 5px 20px;
	padding:0px;
}

/****************************************/
/*			PAGES BACKING				*/
/****************************************/

.contentSommaire {
	width:558px;
	background:url(../images/mf-content-backing-sommaire.jpg) bottom right no-repeat;
}

.contentMotorisation {
	width:558px;
	background:url(../images/mf-content-backing-motorisation.jpg) bottom right no-repeat;
}

.contentTransmission {
	width:558px;
	background:url(../images/mf-content-backing-transmission.jpg) bottom right no-repeat;
}

.contentRotor {
	width:558px;
	background:url(../images/mf-content-backing-rotor.jpg) bottom right no-repeat;
}

.contentSpecs {
	width:558px;
	background:url(../images/mf-content-backing-specs.jpg) bottom right no-repeat;
}

.contentPrix {
	width:558px;
	background:url(../images/mf-content-backing-prix.jpg) bottom right no-repeat;
}

.contentLicence {
	width:558px;
	background:url(../images/mf-content-backing-licence.jpg) bottom right no-repeat;
}

.contentGalerie {
	width:558px;
	background:url(../images/mf-content-backing-galerie.jpg) bottom right no-repeat;
}

.contentVideos {
	width:558px;
	background:url(../images/mf-content-backing-videos.jpg) bottom right no-repeat;
}

.contentFaq {
	width:558px;
	background:url(../images/mf-content-backing-faq.jpg) bottom right no-repeat;
}

.contentDocumentation {
	width:558px;
	background:url(../images/mf-content-backing-manuels.jpg) bottom right no-repeat;
}

.contentGalerie {
	width:100%;
	background:url(../images/mf-content-backing-galerie.jpg) bottom right no-repeat;
	text-align:center;
	padding:0px;
	margin:0px;
}

.contentVideos {
	width:558px;
	background:url(../images/mf-content-backing-videos.jpg) bottom right no-repeat;
}

.contentContact {
	width:558px;
	background:url(../images/mf-content-backing-contact.jpg) bottom right no-repeat;
}

.contentLiens {
	width:558px;
	background:url(../images/mf-content-backing-liens.jpg) bottom right no-repeat;
}

/****************************************/
/*			PAGE GALERIE PHOTOS			*/
/****************************************/

.fullPictureHolder {
	position:relative;
	width:550px;
	/*height:378px;*/
	/*background-color:#666666;
	border:#999999 1px solid;*/
	text-align:center;
	vertical-align:middle;
	padding:0px;
	margin:0px 8px 15px 0px;
}

.smallPictureBloc {
	position:relative;
	width:500px;
	/*height:550px;*/	// ** Depend du nombre de photos **
	text-align:center;
	margin:0px;
	padding:3px;
}

.smallPictureHolder {
	position:relative;
	float:left;
	width:107px;
	height:80px;
	border:#999999 1px solid;
	padding:3px;
	margin:5px 5px 5px 5px;
}

/************************************/
/*						EXTRANET							*/
/************************************/

#logoutLink {
	position:absolute;
	top:5px;
	right:25px;
	font-family: Calibri, Tahoma, Arial;
	font-size:12px;
	color:#FFF;
	text-align:right;
}

#logoutLink a {
	color:#FFF;
}