@charset "utf-8";
/* CSS Document */
/*Style des blocs des dossiers*/
body {
	background-color: #009900;
}



#conteneur{
	position:fixe;
	width:770px;
	height:600px;
	z-index:1;
	clip: rect(auto,auto,auto,auto);
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}

#bandeau {
	position:absolute;
	width:617px;
	z-index:0;
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	height: 120px;
	background-image: url(../LIBRE/actualite/dossier-carriere-nouvelles-conditions-avancement-de-grade-categorie-C/bandeau.jpg);
}

#principal {
	position:absolute;
	width:770px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
	height: 723px;
	overflow: visible;
	border-bottom-color: #C0C0C0;
	top: -0px;
	visibility: visible;
}

#situation
{
	position:absolute;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	height: 15px;
	top: 105px;
	width: 769px;
}

#menu {
	position:absolute;
	width:158px;
	height:auto;
	z-index:1;
	top: 122px;
	right: 0px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}

#accueildossiercatc {
	position:absolute;
	width:452px;
	height:auto;
	z-index:2;
	top: 121px;
	left: 0px;
	overflow: visible;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#basdepagedossier {
	font-family: Arial, Helvetica, sans-serif;
	width:617px;
	z-index:28;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
	top: 100%;
	left: 0px;
	position: absolute;
}

/*Style des textes*/
/*Titres*/
/*partie principale*/
#principal h1 {
	font-family: "Arial Black", Arial;
	font-size: 24px;
	color: #156FBF;
}

#principal h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #999999;
	font-size: 12px;
}

#principal h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;

}

#principal h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}

#principal h5 {

}

/*titres de la partie secondaire*/
#sommaire h1 {
	font-size: 12px;
	color: #000;
}

#sommaire h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #999999;
	font-size: 12px;
}

/*Liens*/
/*Autres liens*/
a {
	color: #156FBF;	
}
a:hover {
	color: #156FBF;	
}
a:focus {
	color: #156FBF;
}
a:active {
	color: #156FBF;	
}

/*Liens de la partie secondaire*/
#situation a {
	font-size: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;

}
#situation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #156FBF;
	border-left-width: medium;
	border-left-style: 5;
	border-left-color: #000;
	font-size: 10px;
	font-weight: bolder;	
}
#situation a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	
}
#situation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	
}



#sommaire a {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;

}
#sommaire a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #156FBF;
	border-left-width: medium;
	border-left-style: 5;
	border-left-color: #000;
	font-size: 12px;
	
}
#sommaire a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
}
#sommaire a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
}

/*paragraphes*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
}

#menu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/*listes*/
#principal ul {
	margin-left:0;
	padding-left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: square;
	line-height: 17px;
	list-style-position: outside;
	vertical-align: top;
	top: 0px;
	clip: rect(0px,auto,auto,auto);

}


#menu ul {
	margin-left:0;
	padding-left:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: square;
	line-height: 17px;
	list-style-position: outside;
	vertical-align: top;
	top: 0px;
	clip: rect(0px,auto,auto,auto);

}






 
