/************ CSS Document ************/
/** Ne surtout pas preciser le media derriere un @import, ou IE nous fait une crise xD **/

@import url(menu.css); /************ Menu ************/
@import url(lienPartenaires.css); /************ Style encart liens ************/
@import url(input.css); /************ Style pour formulaire ************/
@import url(search_nav_news.css); /************ Style search, nav & news ************/
@import url(produitN2C.css); /************ Style page N2C ************/
@import url(contact.css); /************ Contact ************/
@import url(form2.css); /************ Pour tous les formulaires ************/
@import url(custom.css); /************ Style petit truc general ************/
@import url(servicePlus.css); /************ Service plus ************/
@import url(actu.css); /************ Style actu *************/
@import url(nuage.css); /************ Style nuage mot cles et liens *************/
@import url(login.css); /************ Style login-form *************/
@import url(accesRapidePro.css); /************ Style acces abonnes offre en 1 clic *************/
@import url(menutransversal.css); /****************** Style menu horizontal ********************/

.dropdown-tab-list .lien-menu dd {
	margin:0;
	padding:0;
}
#site-menu-dropdown #teasing-menu {
	margin-top:-10px;
}

body {
	background-color: #ddd;
	background-image: url('../images/fond.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: auto;
	width: 955px;
	margin-top: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	position: static;
	*position: relative;
}
.limite {
	width: 953px;
	background-color: #fff; 
	border-left: 1px solid #515151;
	border-right: 1px solid #515151;
	border-top: 1px solid #515151;
}
.limiteFooter {
	width: 953px;
	background-color: #fff; 
	border-left: 1px solid #515151;
	border-right: 1px solid #515151;
}

h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	color: #9E0F11;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
	line-height: 20px;
}
#divActuMenu {
	float: left;
	margin: 20px 0 30px 10px;
	*margin-top:30px;
	clear: both;
}
#adobeDl {
	float: left;
	clear: left;
	margin-top: 19px;
}
#adobeDl p {
	margin-top: 0;
	margin-bottom: 39px;
	padding: 0;
}
.asterisque {
	font-size: 9px;
	color: #999;
}
.centreInteretOK {
	margin: 5px 0 10px 35px;
	padding: 0;
	list-style-image: url(../images/listeOK.gif);
	list-style-type: circle;
	font-size: 11px;
}
.centreInteretOK li{
	margin: 5px 0;
}
.invisible {
	display: none;
}
.lien:link, .lien:visited {
	color: #369;
	text-decoration: none;
}
.lien:hover, .lien:active {
	text-decoration: underline;
}
object {
	outline-style:none;
}
/************ User Menu (top login) ************/
#user-menu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	width: 945px;
	padding: 0 10px;
	margin-bottom: 5px;
	color: #666;
}
.formPopUp {
	margin:0;
	padding:0;
	position:relative;
	top:-4px;
	font-weight:bold;
}
.inputTexte {
	font-size: 11px;
	color: #333;
	border: 1px solid #666;
	height: 17px;
	width: 105px;
	background-image: url('../images/btnFond.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
/*******************************************************/
/******************* Main content **********************/
/*******************************************************/

#mainContent {
	float: left;
	width: 690px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #fff;
}
#nuageContent {
	width:700px;
	float:right;
}
/*******************************************************/
/*********************** Footer ************************/
/*******************************************************/

#footer {
	float: left;
	*float: auto;
	clear: both;
	width: 100%;
	background-color: #515151;
	height: 22px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 22px;
	margin: 30px 0 0;
}

.footerP{
	color: #666;
	margin-bottom: 20px;
	margin-top: 5px;
	font-size: 10px;
	padding: 0px;
	line-height: normal;
	text-align: center;
	float: left;
	clear: both;
	width: 955px;
}

#footer span {
	position : relative;
	left: 40px;
}

#footer span a:link, #footer span a:visited {
	color: #FFF;
	text-decoration : none;
}

#footer span a:hover, #footer span a:active {
	color: #FFF;
	text-decoration: underline;
}

.footerP a:link, .footerP a:visited {
	color: #666;
	text-decoration: none;
}

.footerP a:hover, .footerP a:active {
	color: #333;
	text-decoration: none;
}

#ceramic-creaLogo {
	float: right;
	position: relative;
	top: -25px;
	right: 20px;
	z-index: 2;
}
/*******************************************************/
/*********************** Calques ***********************/
/*******************************************************/
.divCalque {
	position: relative;
}
.divCalque .titre {
	z-index:10;
	position:absolute;
	left:0px;
	top: 10px;
	font-size: 16px;
}
.divCalque .desc {
	z-index:11;
	position:absolute;
	left:360px;
	top: 50px;
	width: 130px;
	text-align: right;
	color: #333;
	font-size: 10px;
}
