@font-face {
	/* On donne un nom (au choix) à la fonte téléchargée */
	font-family: "policeKipsta";
	/* On indique le chemin du fichier de fonte à télécharger */
	/* L'indication du format n'est pas obligatoire */
	src: url("dineng.ttf");
}

@font-face {
	/* On donne un nom (au choix) à la fonte téléchargée */
	font-family: "policeKipstaIE";
	/* On indique le chemin du fichier de fonte à télécharger */
	/* L'indication du format n'est pas obligatoire */
	src: url("dineng.eot");
}

body{
	width : 992px;
	margin : auto;
	font-family : Tahoma, Arial,Verdana,Helvetica,Sans-serif;
	background-image : url(../images/static/background-body.jpg);
	background-repeat : repeat-x;
	background-color : #afafaf;
	font-size : 12px;
}

a{
	cursor : pointer;
}

.container{
	width: 992px;
	margin-left: auto;
    margin-right: auto;
}

.footer{
	clear : both;
}

.ariane{
	color : black;
}

.ariane a{
	color : black;
}


#filtre {
    float:left;
    background-color:#666666;
    display: none;
    position:absolute;
    filter:alpha(opacity=50);
    VISIBILITY: visible;
    WIDTH: 1260px;
    HEIGHT: 863px;
    opacity: 0.7;
    MozOpacity: 0.7;
    KhtmlOpacity: 0.7;
    top:0;
    left:0;
    z-index:110000;
}
#calque {
    display:none;
    width:560px;
    height:577px;
    position:absolute;
    z-index:200000;
    color:#000000;
    overflow-y:hidden;
    overflow-x:hidden;
}

#bloc_fermer{
	position : absolute;
	top : 10px;
	right : 10px;
}

#bloc_fermer a{
	color: #000;
}

#searchForm{
	display:block !important;
}


.main{
	clear: both;
	margin-bottom : 10px;
}


.link-btn-decalage{
	position: absolute;
    right: 10px;
    margin-top: 10px;
}

.clear{
	clear:both;
	max-height: 10px;
}

.bandeUp{
	clear:both;
	background: url(../images/static/bande-up.png) no-repeat;
	height:10px;
	background-color:#ffffff;
}

.bandeMiddle{
	background: url(../images/static/bande-middle.png) repeat-y;
	background-color:#ffffff;
}

.bandeDown{
	background: url(../images/static/bande-down.png) no-repeat;
	height:10px;
	background-color:#ffffff;
}


/* ######################################## */




/* CREATION DU BOUTON NOIR TYPE */

.lien-contenu{
}

.lien-contenu-black div.leftBtn{
	background: url(../images/static/background-btn-left-black.png) no-repeat;
	width:33px;
	height:24px;
	float:left;
}

.lien-contenu-black div.btn{
	background: url(../images/static/background-btn-right-black.png)  no-repeat scroll right top transparent;
	height:24px;
	float:left;
	padding-left:5px;
	padding-right:5px;
}

.lien-contenu-black div.btn a{
	font-size: 10px;
	position: relative;
    top: 5px;
	color:  #fff;
	text-decoration: none;
	font-weight: bold;
}


/* CREATION DU BOUTON ORANGE TYPE */

.lien-contenu-orange div.leftBtn{
	background: url(../images/static/background-btn-left-orange.png) no-repeat;
	width:33px;
	height:24px;
	float:left;
}

.lien-contenu-orange div.btn{
	background: url(../images/static/background-btn-right-orange.png)  no-repeat scroll right top transparent;
	height:24px;
	float:left;
	padding-left:5px;
	padding-right:5px;
}

.lien-contenu-orange div.btn a{
	font-size: 10px;
	position: relative;
    top: 5px;
	color:  #fff;
	text-decoration: none;
	font-weight: bold;
}


