/* @override 
	https://localhost/intranet/includes/css/10secondes.css
	https://localhost/intranet/includes/css/baseStructure.css
*/

/* @group Balises de base */
* {
	margin: 0;
	padding: 0;
}


body {
	font: 0.9em/1.3em "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

a, a:visited  {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h1{
	font-size: 1.8em;
	margin-bottom: 0.7em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
}
h2{
	font-size: 1.9em;
	line-height: 2em;
	font-style: normal;
	text-align: center;
	color: #084cbc;
	letter-spacing: -1px;
	font-weight: 500;
}
h3{
	font-size: 1.3em;
	margin-bottom: 0.5em;
}
h4{
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
img{
}
li{
	list-style-type: none;
}
input, select, button {
	width: 150px;
}


/* @end */

/* !classes */
.bloc {
	float:left;
}

.centrage {
	display: inline-block;
	float: left;
	width: 100%;
	text-align: center;
}

.lstDisc{
	padding-left: 5px;
	float: left;
}
.lstDisc li {
	list-style-type: none;
	margin: 7px auto 7px 0px;
	
}

.lstNumero {
	padding-left: 30px;
	float: left;
}
.lstNumero li {
	list-style-type: decimal;
	margin: 7px auto 7px;
}

.ombre{
	-webkit-box-shadow: 0px 0px 6px #888;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
}
.noRadius{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}


.titreCadreDroit {
	text-indent: 10px;
	line-height: 30px;
	background: transparent url(../../files/interface/droit_titre_fond.png) no-repeat;
	color: #fefb00;
}


/*  Cadres */ 
.cadreGrand {
	width: 684px;
	margin-bottom: 10px;
	float: left;
}

.cadreGrand div.titreCadre{
	width: 100%;
	text-indent: 10px;
	line-height: 30px;
	background: transparent url(../../files/interface/gauche_titre_fond.png) no-repeat;
	color: #fefb00;
	float: left;
}
.cadreGrand div.titreCadre div.cadreTiers {
	width: 226px;
	border-right: 1px solid #888;
	float: left;
}

.cadreGrand div.cadreContenu{
	width: 682px;
	font-size: 12px;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	background: #f6f6f6 url(../../files/interface/news_fond.jpg) repeat-x left bottom;
	float: left;
}
.cadreGrand div.cadreContenu div.cadreTiers {
	width: 226px;
	height: 137px;
	border-right: 1px solid #888;
	float: left;
}

.cadreGrand div.cadreTous{
	width: 100%;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-align: right;
	background: #666 url(../../files/interface/voir_tous_fond.jpg) repeat-x;
	float: left;
}
.cadreGrand div.cadreTous div.cadreTiers {
	width: 226px;
	border-right: 1px solid #888;
	float: left;

}
.cadreGrand div.cadreTous a{
	color: white;
	font-size: 12px;
	padding-right: 7px;
}
.cadreGrand div.cadreTous a:hover{
	text-decoration: underline;
}

/* Petit cadre */
.cadrePetit{
	width: 300px;
	margin-bottom: 10px;
	float: left;
}

.cadrePetit div.titreCadre{
	width: 100%;
	text-indent: 10px;
	line-height: 30px;
	background: transparent url(../../files/interface/droit_titre_fond.png) no-repeat;
	color: #fefb00;
	float: left;
}

.cadrePetit div.cadreContenu{
	width: 298px;
	font-size: 12px;
	border-right: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	background: #f6f6f6 url(../../files/interface/news_fond.jpg) repeat-x left bottom;
	float: left;
}

.cadrePetit div.cadreTous{
	width: 100%;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-align: right;
	background: #666 url(../../files/interface/voir_tous_fond.jpg) repeat-x;
	float: left;
}
.cadrePetit div.cadreTous a{
	color: white;
	font-size: 12px;
	padding-right: 7px;
}
.cadrePetit div.cadreTous a:hover{
	text-decoration: underline;
}

/* !ids */
#container {
	width: 1024px;
	margin: 6px auto auto auto;
	border: 1px solid #888;
}
#header {
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
#content{
	width: 994px;
	margin-left: 15px;
	display: inline-block;
	margin-bottom: 10px;
}

#liensAmis{
	width: 298px;
	margin-bottom: 10px;
	border: 1px solid #666; 
	background-color: #f4f9eb;
	-webkit-box-shadow: 0px 0px 6px #888;
}

#liensAmisTitre {
	text-indent: 10px;
	font-size: 15px;
	line-height: 15px;
	width: 100%;
	height: 19px;
	background: transparent url(../../files/interface/liens_amis_titre.jpg) repeat-x;
	color: #ffffff;
}
#liensAmisContenu {
	width: 298px;
}

#liensAmisContenu ul li{
	width: 90%;
	margin-left: 5%;
	border-bottom: 1px dotted #dbe1d2;
}

#liensAmisContenu ul li a{
	color: #4c533d;
	padding-left: 8px;
	font-size: 11px;
	background: transparent url(../../files/interface/liens_amis_categorie.png) no-repeat left -3px;
}
#liensAmisContenu ul li a:hover{
	color: #acb39d;
}


/* !Menubar */
#menuBar {
	width: 100%;
	margin: 1px 2px 0 2px;
	float: left;
}
#menuBar #logo {
	width: 322px;
	height: 107px;
	float: left;
}
#menuBar #menuFond {
	width: 702px;
	height: 107px;
	float: left;
}
#menuBar #menuFond #mRangee1{
	width: 100%;
	height: 25px;
	display: block;
}
#menuBar #menuFond #mRangee1 #fond1r1 {
	width: 567px;
	height: 25px;
	float: left;
}
#menuBar #menuFond #mRangee1 #fond2r1 {
	width: 31px;
	height: 25px;
	float: left;
}
#menuBar #menuFond #mRangee1 #fond3r1 {
	width: 88px;
	height: 25px;
	float: left;
}
#menuBar #menuFond #mRangee1 #fond4r1 {
	width: 12px;
	height: 25px;
	float: left;
}

#menuBar #menuFond #mRangee2{
	width: 100%;
	height: 82px;
	display: block;
	float:left;
	clear: left;
}
#menuBar #menuFond #mRangee2 #fond1r2 {
	width: 686px;
	height: 82px;
	float: left;
}
#menuBar #menuFond #mRangee2 #fond2r2 {
	width: 12px;
	height: 82px;
	float: left;
}

#menuList li a{
	width: 136px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
}
/* !Fin MenuBar */

/* !Recherche */
#recherche {
	width: 994px;
	height: 30px;
	line-height: 30px;
	margin: 0 15px 0 15px;
	/* border: 2px solid #111562; */
}

#rechercheText {
	width: 623px;
	line-height: 30px;
	vertical-align: middle;
	text-indent: 10px;
	font-weight: 500;
	color: white;
	margin: 0 0 0 0;
	float: left;
}
#rechercheFormulaire {
	width: 269px;
	height: 30px;
	line-height: 22px;
	float: right;
	margin-right: 15px;
}
#rechercheFormulaire input{
	border: none;
	height: 18px;
	width: 225px;
	font-size: 12px;
	background: none;
	text-align: right;
	margin-left: 10px;
	margin-top: 5px;
	color: #bbb;
	float: left;
}
#rechercheFormulaire a{
	height: 18px;
	width: 18px;
	float: right;
	margin: 4px 5px auto;
	border: none;
}
/* !Fin recherche*/

#cadreBas{
	width: 990px;
	float: left;
	border: 1px solid #888;
}
#cadreBas div.footerPanel{
	width: 990px;
	font-size: 0.9em;
	line-height: 1.1em;
	text-align: center;
	float: left;
	padding-bottom: 3px; 
	padding-top: 3px; 
	display: inline-block;
}
#cadreBas div.footerPanel ul{
	width: 990px;
	float: left;
}
#cadreBas div.footerPanel ul li{
	width: 247px;
	float: left;
	margin: 0 auto 3px auto;
}
#cadreBas div.footerPanel h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

/* !Publicité */
/*
#pubLaterale {
	width: 300px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 5px auto 5px;
}
#pubLateraleConteneur{
	text-align: center;
	margin: 5px auto 5px;
}

#pubBaniere {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 5px auto 10px;
}
#pubBaniereConteneur {
	text-align: center;
	margin: 5px auto 5px;
}
*/

.pub {
	float: left;
	border: none;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 5px auto 10px;
	text-align: center;
}

.pubConteneur {
	text-align: center;
	margin: 5px auto 5px;
}