/* CSS Document */
html, body {
    height: 100%;
}
noscript p{
    width: 358px;
    color: red;
    font-weight: bold;
	height: 25px;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
}
/*----- Wrapper -----*/
/* + Cf. main.css */
 #wrapper {
    height: 100%;
}
/*----- Article -----*/
/* + Cf. main.css */

/*----- Header -----*/
/* + Cf. main.css */
#headerempty {
    height: 170px;
    width: 1020px;
    margin: 0px auto;       
    background: url(../images/multilng/classique/headerempty.jpg) no-repeat center top;
}
/*----- sectiontitre -----*/
#label {
    font-size: 18px;
    line-height: 40px;
    color: #555555;
    text-align: center;
    width: 100%;
}
/*----- sectionsearch -----*/
#sectionsearch {
    float: left;
    margin-top: 20px;
    width: 100%;
    height: 172px;    
}
/*----- SearchBox -----*/
/* + Cf. main.css */
#searchbox {
	width: 450px;
	height: 38px;
	border: 2px solid black;
	margin: 0 auto;
}
/*----- SearchOption ----- */
#searchoptions {
	font-size: 10px;
	border: 1px dotted #cccccc;
	margin: 0 auto;
	width: 450px;
	height: 30px;
	line-height: 30px;
	display: none;
}
/*----- Searchlinks-----*/
#searchlinks {
	width: 364px;
	height: 25px;
	margin: 0 auto;
	padding-top: 5px;
	display: block;
}
#searchlinks li {
	float: left;
	padding: 0;
	font-size: 11px;
	padding-right: 10px;
}
#searchlinks ul li a {   
	padding: 5px;
	font: 11px verdana;
}
/*----- SearchTooltip -----*/
#searchtooltip {
	background: url(../images/multilng/classique/tooltip.jpg) no-repeat;
	width: 450px;
	height: 63px;
	margin: 0 auto;
	font-size: 14px;
	color: #333333;
	padding-top: 37px;
	text-align: center;
	line-height: 18px;
}
/*----- SearchProvider -----*/
#addsearchprovider{
	width: 600px;   
    margin: 5px auto; 
    font-size: 11px;     
    text-align: center;
}
#addsearchprovider a{
    padding: 5px;
    font-size: 11px;
    text-decoration: underline;
}
/*----- CatelMobilePromo -----*/
#catelmobilepromo{
    width: 600px;   
    margin: 10px auto; 
    font-size: 11px;     
    text-align: center;
}
#catelmobilepromo a{
    padding: 5px;
    font-size: 11px;
    text-decoration: underline;
}

#msgmobile {
	width: 500px;
}

#msgmobile a {
	color: #ffffff;
    text-decoration: underline;
}

#msgmobile img {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

/*----- Footer -----*/
#footer {
    position: absolute;
    text-align : right;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 57px;
}
#footertext {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 57px;
    margin: 0 auto;
    color: #444444;
    font-size: 12px;
    text-align : center;
}
#footerimg {
	height: 58px;
	width: 980px;
	margin: 0 auto;
	color: #444444;
	line-height: 25px;
	font-size: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/multilng/classique/footer.jpg);
}
