/*------------------------------------------------------ BANDEAU HAUT */
div#bandeauhaut {
    background: url(../../images/custom/bandeau_large_sanstraits2.jpg) repeat transparent;
    overflow: hidden;
}

/*--------------------------------------------------- CONTENU PAGE IDAC */

.IDACPage {
    margin-top: 5px;
    margin-bottom: 30px;
}

h1, h2 {
    font-size: 30px;
    letter-spacing: 1px;
    background: url(../../images/custom/titrage.jpg) no-repeat left bottom;
    border-bottom: 1px dashed;
}

h2 {
    font-size: 15px;
}

#colonnecentrale h2 { font-size: 15px; letter-spacing: 1px; padding: 15px 0 10px 10px; }

strong {
    font-weight: bold;
}

/* Règle, exemple : <div class="hr" /> */
.hr {
    width: 300px;
    margin: 10px auto 10px auto;
    border-bottom: 1px solid gray;
}

#colonnecentrale ul {
	list-style-type: disc;
	list-style-position: inside;
}
.showprint {
	display: none;
}
/*--------------------------------------------------- CONTENU PAGE SPECIFIQUE AUX DIVISIONS */
table.division #colonnecentrale h1, table.division #colonnecentrale h2 {
	padding: 10px;
    margin-bottom: 10px;
}

table.division #colonnedroite .menu {
	padding-bottom: 15px;
}

/*-------------------------------------------------------------- MENU */

#menuhaut {
    font-weight: bold;
    background: url(../../images/custom/bandeau_large_sanstraits2.jpg) repeat transparent;   
}

#menuhaut a {
    color : black;
    text-decoration : none;
}

#niv1 {
    border-bottom : 2px dotted black;
    text-transform : uppercase;
}

#niv1 a {
    background: #77BED9;
    padding : 5px 10px 5px 10px;
}

#menuhaut a:hover {
    color : gray;
}


#niv1 p {
    padding: 5px;
}

#niv1 .on {
   background: white;
   border-bottom: 2px solid white;
}


#niv2 {
    background-color: white;
    padding: 5px;
    border-bottom : 2px dotted black;
}
#niv2 .on {
    color: red;
}

#niv2 a:hover {
    color: #77BED9;
    text-decoration: underline;
}

#niv2 a {
    margin: 0 0 0 5px;
    padding: 5px 10px;
}

/*------------------------------------------------------ COLONNE CENTRALE */
#pagecentrale {
    background-color: #FFF;
}

#colonnecentrale {
    vertical-align: top;
    padding-left: 20px; /* Spécif page intérieure */
    padding-right: 20px;
    padding-top: 10px;
}

/*------------------------------------------------------ COLONNE DROITE */
#colonnedroite {
    width: 200px;
    vertical-align: top;
}

td#colonnedroite.horsdivision {
    background-color: #77BED9;
}

#colonnedroite .menu {
    padding-top: 10px;
    /*margin-bottom: 15px;*/
}

#colonnedroite .menu h2 {
    letter-spacing: 1px;
    font-size: 12px;
    padding-bottom : 2px;
    padding-left : 10px;
    margin-bottom : 10px;
    background : url(../../images/custom/titrage.jpg) no-repeat left bottom; 
}

.titre {
    font-weight: bold;
    border-bottom: 1px dotted #FFF;
    padding-bottom: 2px;
    padding-left: 10px;
}

#colonnedroite ul li {
    border-bottom: 1px solid #B6D8EE;
    list-style: none;
}

#colonnedroite .menupageint tr {
    border-bottom: 1px dashed #000;;
}

.menupageint a {
    color: black;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

.menupageint .picto {
    width: 27px;
}

.menupageint .picto img {
    margin: 3px;
}

.lienstrans .menupageint {
    background : #77bed9;
    /*margin-bottom: 15px;*/
    width: 100%;
}

.liensdiv .menupageint {
	background : #77bed9;
    margin-bottom: 15px;
    width: 100%;
}

.actu .result {
    font-size: 10px;
    margin: 5px;
}

.actu a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.actu a:hover {
    text-decoration: underline;
}

/* Menus hors division*/
/*td#colonnedroite div.menu.horsdivision {
    margin-top: 15px;
}*/

td#colonnedroite .menu.horsdivision h2 {
    letter-spacing : 1px;
    border-bottom : 1px dotted white;
    font-size : 12px;
    padding-bottom : 2px;
    padding-left : 10px;
    /*padding-top : 10px;*/
    background-image: none;
}

td#colonnedroite .horsdivision ul {
    padding-left: 10px;
} 

td#colonnedroite .horsdivision li a {
    text-decoration: none;
    color: Black;
}

td#colonnedroite .horsdivision li a:hover {
    text-decoration: underline;
}

td#colonnedroite div.recherche {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

/*------------------------------------------------------ RECHERCHE D'ANALYSES */

div.searchform {
	background-color: #FFF;
	/*padding-bottom: 5px;*/
}

td#colonnedroite div.menu.searchform h2 {
	border-bottom: 1px dotted #B6D8EE;
}

div.searchform form {
	margin-top: 3px;
	padding-left: 10px;
	
}

/*------------------------------------------------------ BANDEAU BAS */
div#bandeaubas {
    background: url(../../images/custom/rayuresClaires.png) repeat-x #B6D8EE;
    height: 40px;
    padding-left: 30px;
}

/*-------------------------------------------------- MARCHES PUBLICS */

.IDACMarche {
    margin-left: 20px;
}

.IDACMarche p {
    font-size: 12px;
    margin: 10px 0;
}

.appels, .procedures {
    margin-top: 10px;
    margin-bottom: 10px;
}

.IDACMarche h3 {
    font-size: 12px;
    color: #421CBE;
}

/*-------------------------------------------------- ENTREE DE RUBRIQUE */
td#colonnecentrale div.rubrique {
	width: 270px;
	height: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url(../../images/custom/bk_div_rubrique.png) repeat transparent;
	float: left;
}

td#colonnecentrale div.rubrique h2 {
	background: url(../../images/custom/bk_titre_rubrique.png) repeat-x transparent;
	padding-top: 3px;
	padding-bottom: 3px;
	border: none;
	text-align: center;
	font-size: 12px;
}

td#colonnecentrale div.rubrique p {
	font-size: 10px;
}

td#colonnecentrale div.rubrique a {
	color: #000;
	text-decoration: none;
}

td#colonnecentrale div.rubrique a:hover {
	text-decoration: underline;
}

td#colonnecentrale div.rubrique a:hover p {
	text-decoration: underline;
}

/*-------------------------------------------------- FORMULAIRES */
table.division #colonnecentrale .tab-row h2.tab_selected {
	margin-bottom: 0;
	padding: 5px 6px 4px 7px;
	top: 2px;
}

table.division #colonnecentrale .tab-row h2.tab {
	margin: 4px 0 1px;
	padding: 2px 5px 3px;
	top: 2px;
}

.tab-pane {
	width: 100%;
}

.formulaire div.erreur {
 color: #D54100;
 margin-bottom: 30px;
 padding: 15px;
 border: medium solid #D54100;
 line-height: 1.6em;
}