
/*** temp ***/
#siteSwitch{
	width: 100px;
	position: fixed;
	top: 10px;
	left:10px;
	background: #ddd;
	border: 1px solid #ccc;	
	_position: absolute;
}

#siteSwitch li{
	text-align: center;
}


/*** fin temp ***/

html, body{
	height: 100%;
	font-size: 11px;
	font-family: arial;	
}

body{
	background: #fe0000 url(../img/bg-main.png) repeat-x;
}


a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #fb0000;
}


a.hl{
	background: #fff;	
	padding: 0px 2px;
}

strong{
	font-weight: bold;
}

h1{
	font-size: 19px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0px;
}	

h1.notFirst,
h2.notFirst{
	margin-top: 25px;
}

h2{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2.theme2{
	padding-bottom: 5px;
	border-bottom: 1px solid #BD0D18;
}
h3{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.col2{
	width: 50%;
	float: left;
}



#mainContainer{
	width: 1000px;
	margin: 0px auto;
	background: #fe0000;
	overflow: hidden;	
}

#header{
	height: 100px;
	overflow: hidden;
}
#content{
	clear: both;
	overflow: hidden;
	background: url(../img/content-bg.png) repeat-x;
	padding: 30px 40px;
}

#content a:hover{
	color: #fff;
}

#content #txtIntro li{
	list-style: disc;
	margin-left: 25px;
}


#mainMenu{
	margin-top: 40px;
	padding-right: 45px;
	font-size: 9px;
	font-family: verdana;		
	float: right;
}

#mainMenu li{	
	display: inline;
}
#mainMenu li a{	
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;	
	padding: 0px 20px 0 25px;
	border-right: 1px solid #e1e1e1;	
	background-repeat: no-repeat;
	background-position:  5px center ;	
}
#mainMenu li.last a{	
	border: none;
	padding-right: 0px;
}
#mainMenu li.elt2 a{
	padding-left: 20px;
}
#mainMenu li.elt3 a{
	background-image: url(../img/picto-arrow.png);
}
#mainMenu li.elt4 a{
	background-image: url(../img/picto-lock.png);
}


#langSwitch{
	position: absolute;
	top: 5px;
	right: 50px;
}
#langSwitch li{
	overflow: hidden;
	width: auto;
	float: left;
}
#langSwitch li a{
	font-family: Arial;
	font-size: 9px;
	display: block;
	float: left;	
	text-align: center;
	padding: 1px 4px;
	text-transform: uppercase;
}


#langSwitch li a:hover,
#langSwitch li.active a{
	color: #fff;
	background: #fe0000;
}


#footerLink{
	text-align: center;
}
#footerLink li{
	display: inline;
	margin: 0 5px;
}
#footerLink a{
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}
#footerLink a:hover{
	color: #000000;
}

#teaser{
	height: 190px;
	background: url(../img/teaser-shadow.png) left top repeat-x;
	padding-top: 3px;
}
#teaser div{
	height: 190px;
	background-repeat: no-repeat;
	background-position:  center top;
	overflow: hidden;
	line-height: 400px;
}


#content p{
	margin-bottom: 10px;
}	
#content #txtIntro{
	width: 290px;
	float: left;
	text-align: justify;
}
#content #txtIntro .btnEspacePro{
	margin-top: 20px;
}
#content #slideShow{
	width: 290px;
	float: left;
	margin-left: 20px;
}
#content #productList{
	width: 300px;
	float: left;
	margin-left: 15px;	
	margin-top: 4px;
}



#content #productList ul li{
	display: block;
	float: left;
	height: 85px;
	width: 140px;
	margin-left: 10px;
	_display: inline; /* Fixe double margin floating block on ie 6 */
}
#content #productList ul li a{
	color: #fff;
	font-family: verdana;
	font-size: 9px;
	display: block;
	padding-left: 15px;
	background: url(../img/picto-document.png) left 3px no-repeat;
	margin-left: 3px;
}


#btnHome{
	display: block;
	position: absolute;
	left: 50px;
	top: 0px;
	width: 300px;
	height: 100px;
	text-indent: -99em;
}


/*** les formulaires ***/


form .row{
	overflow: hidden;
	padding: 2px 0px;
	clear: both;
}

form label{
	background: url(../img/picto-circleBullet.png) left center no-repeat;
	padding-left: 20px;
	display: block;
	float: left;
	width: 160px;
	padding-right: 10px;
	font-weight: bold;
}
form .resterConnecte{
	padding-right: 500px;
	text-align: right;

}
form .resterConnecte label{
	font-weight: normal;
	background: none;
	float: right;
	width: auto;
	padding-top: 4px;
}
form .resterConnecte input{
	float: right;
}


form input,
form textarea,
form select,
select{
	font-size: 11px;
	background-color: #fe0000;
	/*border: 1px solid  #ff4d4d;*/
	border: 1px solid  #ffffff;
	padding-top: 3px;
	height: 15px;
	width: 220px;
	float: left;
}
form textarea{
	height: 80px;
}
form select{
	height: 23px;
}
form input.checkbox{
	width: 20px;
	border: none;
	background: none;
}
form .submit{
	clear: both;
	text-align: right;
	padding-top: 20px;

}
form .submit input{
	width: 100px;
	background: #ffffff;
	font-weight: bold;
	font-size: 10px;
	height: 25px;	
	padding: 0px;
	vertical-align: bottom;
	float: none;	
}

form .forgotten{
	font-weight: bold;
}

.validation{
	background: #fff;
	color: #FE0000;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
	padding: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #de0404;
	padding-left: 25px;
	background: #fff url(../img/picto-information.png) 5px 4px no-repeat;
}
.validation a{
	text-decoration: underline;
	color: #000;
}
#content .validation a:hover{
	color: #000;
}
form .validation-advice{
	width: 16px;
	height: 20px;
	background: red;
	line-height: 99em;
	overflow: hidden;
	float: left;
	display: inline;
	margin-left: 5px;
	background: url(../img/picto-exclamation.png) 0px 4px no-repeat;
}


form .captcha{
	padding-top: 30px;
}






.guideApplication{
	padding-top: 30px;
	clear: both;
}

.guideApplication select{
	font-size: 9px;
	width: 300px;	
	height: 22px;
}



/**** page home open****/

.home #content #txtIntro h1{
	text-align: left;
}


#docuthequeOpen{
	/*overflow: hidden;*/
	float: left;
	width: 600px;
	padding-left: 20px;
	padding-top: 30px;
}
#docuthequeOpen h1 a{
	font-size: 11px;
	color: #ffffff;
}

.docutheque h2{
	/*border-bottom: 1px solid #BD0D18;*/
	padding: 3px 0;
	background: #fe2b2b;
}
.docutheque h3{
	text-indent: 15px;
	background: url(../img/picto-circleBullet.png) left center no-repeat;
}

ul.filesList{
	overflow: hidden;
	margin-bottom: 20px;
}
ul.filesList li{
	width: 235px;
	border-bottom: 1px solid #bd0d18;
	float: left;
	margin-right: 30px;
	background: url(../img/picto-docutheque.png) 0px 5px no-repeat;
	padding: 7px 0px 7px 45px;
}

ul.filesCatsList li{
	border-bottom: 1px solid #bd0d18;
	margin-right: 30px;
	background: url(../img/picto-docutheque.png) 0px 5px no-repeat;
	padding: 7px 0px 7px 45px;
}
ul.filesCatsList li li{
	background: none;
	border: none;
	padding: 2px 0 2px 20px;
}
ul.filesList li{
	width: 230px;
}


/**** page slideShowFs ****/
body.slideShowFs{
	background: #fe0000 url(../img/bg-main2.png) repeat-x;
}

#slideShowFs{
	position: absolute;
	top: 120px;
	left: 0px;
}
.slideShowFs #content{
	padding: 0px;
}


/**** page societe ****/

.societe #content{
	padding-right: 500px;
	background: url(../img/worldMap-fr.png) 515px 20px no-repeat;
	height: 320px;	
}
.societe #content .navigTransversale{
	margin-top: 20px;
}
.societe #content .navigTransversale p{
	margin-bottom: 5px;	
}
.societe #content .navigTransversale ul{
}
.societe #content .navigTransversale ul li {
	margin-bottom: 5px;
	font-size: 10px;
}
.societe #content .navigTransversale ul a{
	display: block;
	font-size: 11px;
}

.es.societe #content{
	background-image: url(../img/worldMap-es.png);
}
.de.societe #content{
	background-image: url(../img/worldMap-de.png);
}
.en.societe #content{
	background-image: url(../img/worldMap-gb.png);
}
.us.societe #content{
	background-image: url(../img/worldMap-gb.png);
}
.it.societe #content{
	background-image: url(../img/worldMap-it.png);
}



/**** page creation de compte ***/

body.accountNew{
	background: #fe0000 url(../img/bg-main2.png) repeat-x;
}

/**** page login ****/

body.login{
	background: #fe0000 url(../img/bg-main2.png) repeat-x;
}

.login #content{
	/*padding-top: 100px;*/
}

.login #content #newAccount,
.login #content #account{
	/*
	width: 395px;
	float: left;
	padding: 0px 30px;
	height: 230px;
	position: relative;
	*/
}
.login #content #account h2,
.login #content #newAccount h2{
	font-size: 15px;
	margin-top: 30px;
}

.login #content #account{
	border-bottom: 1px solid #ff4d4d;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.login #content #account .intro{
	font-size: 12px;
}
.login #content #newAccount form{
	margin-top: 20px;
}
.login #content #newAccount legend{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.login #content #newAccount fieldset{
	margin-top: 15px;
}

.login .validate{
	/*
	position: absolute;
	bottom: 0px;
	left: 0px;	
	*/
	padding-top: 20px;
	width: 395px;
}
.login .validate a{
	color: #fff;
	font-family: verdana;
	font-size: 10px;
	display: block;
	padding-left: 20px;
	background: url(../img/picto-arrow2.png) left center no-repeat;
	float: right;
}
.login .validate a:hover{
	color: #000;	
}

legend{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}



/**************************************************************************************************/
/*** partie reserved ***/
/**************************************************************************************************/
.reserved h1 a{
	color: #fff;	
}
.reserved #mainContainer{
	height: auto;
	position: relative;
}
.reserved #teaser div{
	background-image: url(../img/teaser-prescription.jpg);
}

.reserved #mainMenuWrap{
	background: url(../img/headerTitle-pro-fr.png) right 15px no-repeat;	
	height: 100%;
}

.reserved.en #mainMenuWrap{
	background-image: url(../img/headerTitle-pro-en.png);
}
.reserved.us #mainMenuWrap{
	background-image: url(../img/headerTitle-pro-en.png);
}
.reserved.de #mainMenuWrap{
	background-image: url(../img/headerTitle-pro-de.png);
}
.reserved.it #mainMenuWrap{
	background-image: url(../img/headerTitle-pro-it.png);
}
.reserved.es #mainMenuWrap{
	background-image: url(../img/headerTitle-pro-es.png);
}

.reserved #mainMenuWrap{

}
.reserved #mainMenu{
	padding-top: 30px;
}
.reserved #mainMenu li a{
	padding:0 10px 0 25px;
	background-position: 5px center;
}

.reserved #mainMenu li.elt1 a{
	background-image: url(../img/picto-arrow.png);
}	
.reserved #mainMenu li.elt2 a{
	background-image: url(../img/picto-arrow.png);
}
.reserved #mainMenu li.elt3 a{
	background-image: url(../img/picto-mail.png);
}
.reserved #mainMenu li.elt4 a{
	background-image: url(../img/picto-doc.png);
}
.reserved #mainMenu li.elt5 a{
	background-image: url(../img/picto-lock.png);
}


.reserved #infoUser{
	position: absolute;
	top: 50px;
	right: 0px;
	width: 300px;
	text-align: right;
	padding-right: 50px;
	color: #666666;
}


.reserved #infoUser span{
	font-weight: bold;
	color: #444444;
}

.reserved #leftMenu{
	width: 275px;
	height: 480px;
	float: left;
	margin-right: 20px;
	_display: inline;	
}

.reserved #contentSub{
	float: left;
	background: red;
	width: 620px;
}






.reserved #docutheque{
	clear: both;
	overflow: hidden;
}
.reserved #docutheque h1 a{
	font-size: 11px;
}

.reserved #docutheque h2{
	display: none;
}






/**************************************************************************************************/
/*** partie phototheque ***/
/**************************************************************************************************/


body.phototheque{
	height: 100%;
	background: #fe0000 url(../img/bg-main3.png) repeat-x;
}


#header{
	background: #ffffff url(../img/phototheque-bg-header.png) no-repeat center center;	
	height: 111px;
	overflow: hidden;
	position: relative;
}

.phototheque #filters{
	height: 10px;
	padding: 10px;
	background: #B0B0B0 url(../img/bg-dock.png) repeat-x;
}

.phototheque #filtersMenu{
	height: 20px;
}
.phototheque #filtersMenu li{
	/*
	display: block;
	float: left;
	width: 200px;	
	display: inline;*/
	
	padding: 0px 30px;
	display: block;
	width: auto;
	float: left;
	
	text-align: center;
	border-right: 1px solid #000;

}
.phototheque #filtersMenu li a{
	color: #000;
}
.phototheque #filtersMenu li.elt1{
	width: 135px;
	border: none;
	font-weight: bold;
}
.phototheque #filtersMenu li.elt2{

}
.phototheque #filtersMenu li.elt4{

}


.phototheque .filterBlock{
	position: absolute;
	top: 136px;
	width: 365px;
	overflow: hidden;
	background: #C3C3C3;
	padding-top: 10px;
}
.phototheque .filterBlock form{
	padding-left: 5px;	
}
.phototheque .filterBlock .col{
	width: 49%;
	float: left;
}
.phototheque .filterBlock p{
	overflow: hidden;
	line-height: 20px;
}
.phototheque .filterBlock p span{
	/*text-transform: lowercase;*/	
}

.phototheque #filter1.filterBlock{
	left: 80px;
}
.phototheque #filter2.filterBlock{
	left: 255px;
}
.phototheque #filter3.filterBlock{
	left: 460px;
}
.phototheque #filter4.filterBlock{
	left: 450px;
}
.phototheque .filterBlock .checkbox{
	margin-right: 5px;
}

.phototheque .dockMenu{
	height: 40px;
	clear: both;
	float: right;
	font-size: 9px;
	font-family: verdana;	
}

.phototheque .dockMenu li{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background-repeat: no-repeat;
	background-position:  5px center ;
	text-indent: 25px;
}

.phototheque .dockMenu li.elt1{
	background-image: url(../img/picto-confirm.png);
	width: 100px;
}
.phototheque .dockMenu li.elt2{
	background-image: url(../img/picto-close.png);
	width: 120px;
}
.phototheque .dockMenu li.elt3{
	width: 135px;
	background: #000000 url(../img/picto-arrow.png) no-repeat 35px center;
	text-indent: 55px;
}
.phototheque .dockMenu li.elt3 a{
	color: #fff;
}


.it.phototheque .filterBlock{
	width: 375px;
}
.it.phototheque .dockMenu li.elt1{
	width: 110px;
}	




.phototheque #selectionMenu{
	height: 40px;
	float: right;
	margin-right: 50px;
	clear: both;
	font-size: 9px;
	font-family: verdana;		
}
.phototheque #selectionMenu li{
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 25px;
}
.phototheque #selectionMenu li.elt1{
	background-image: url(../img/picto-confirm-2.png);
	width: 100px;
}
.phototheque #selectionMenu li.elt2{
	background-image: url(../img/picto-close-2.png);
	width: 120px;
}
.phototheque #selectionMenu li.elt3{
	width: 175px;
	background: #000000 url(../img/picto-arrow.png) no-repeat 15px center;
	text-indent: 35px;
}
.phototheque #selectionMenu li.elt3 a{
	color: #fff;
}
.phototheque #selectionMenu a:hover{
	color: #fff;
}


.phototheque #content input.checkbox{
	float: none;
	height: auto;
}



.phototheque .refBloc{
	border: 1px solid #fe4a4a;
	height: 110px;
	width: 127px;
	float: left;	
	margin: 6px;
	_display: inline; /*** fixe IE6 double margin floating block ***/	
}
.phototheque .refBloc .visuel{
	height: 90px;
	line-height: 999em;
	overflow: hidden;
	background-position: center center;
}
.phototheque .refBloc .actions{
	border-top: 1px solid #fe4a4a;
	text-align: right;	
}
.phototheque .refBloc.active{
	border: 1px solid #ffffff;
}
.phototheque .refBloc.active .actions{
	border-top: 1px solid #ffffff;
	background: #ffffff;
}

.phototheque .noResult{
	padding: 30px 0 120px 0;
	font-weight: bold;
}



.pictoInLine{
	vertical-align: middle;
}

.pictoBook{
	vertical-align: bottom;
}







