/**
 * Feuille de style correspondant au template "bloody"
 * @author : Cédric Caspar
 * @version : 0.5
 * @date : mars 2006
 */
 
/**
 * Mise en page générale
 */ 
body {
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#main {
	padding: 20px;
}
#ban {
	visibility: hidden;
}
#toppaper {
	visibility: hidden;
}
a:link, a:visited, a:hover {
	color: #611B1B;
	text-decoration: none;
}
/**
 * Mise en forme du menu graphique
 */
 #menu {

	visibility: hidden;
}
#accueil {

}
 #presentation {

}
#agents {

}
#missions {

}
#dossiers {

}
#aerodrome {

}
#encyclopedie {

}



/**
 * Mise en forme des tableaux (La liste des agents et des missions)
 */

.titre_tableau {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #715B4F;
	font-size: 16px;
}

.entete_tableau {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 5px;
	vertical-align: bottom;
}
.ligneh {
	background-image: url(IMG/design/ligneh.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

.ligneh td {
	padding-top: 20px;
}

.ligneh_vide {
	background-image: url(IMG/design/ligneh.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.lignev {
	background-image: url(IMG/design/lignev.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 3px;
	margin: 0px;
	padding: 0px;
}
.lignev_droite {
	background-image: url(IMG/design/lignev-coin-topdroit.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 3px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
.lignev_gauche {

	background-image: url(IMG/design/lignev-coin-topgauche.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 3px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}


#postit {
	width: 200px;
	visibility: visible;
	margin: 20px 0px 20px 20px;
	float: right;
	padding: 0px;
	background-image: url(IMG/design/lignev-coin-topgauche.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}


#main p {
	text-align: justify;
}
a.sang:link, a.sang:hover, a.sang:visited {
	color: #7C581B;
	display: block;
	margin-left: 10px;
}
a.sang:hover {
	color: #990000;
}
#tab #main {
	padding: 0px 20px 20px 60px;
}
#toppaper h1 {
	visibility:visible;
	font-size: 24px;
	font-weight: bold;
	float:left;
	clear: both;	
}
td.entete_tableau2 {
	text-align: center;
	margin: 0px;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.entete_tableau2 img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#agent #toppaper {

}
#agent #fiche {
	float: right;
	display: table;
	width: 450px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#agent #fiche td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 3px 0px 3px 3px;
}
#agent .texte {
	display: block;

	-moz-column-count: 3;
	-moz-column-gap: 20px;
	clear: both;
}
#agent .lignev_gauche {
	background-image: url(IMG/design/lignev-coin-topgauche.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 3px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
#agent .lignev_droite {
	background-image: url(IMG/design/lignev-coin-topdroit.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	width: 3px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
#fiche_nav {
	visibility: hidden;
}
#fiche_nav #fiche_retour {
	display: block;
	text-align: center;
}
#fiche_nav a {
	color: #000000;
}
#fiche_nav a:hover {
	color: #990000;
}



#fiche_nav #fiche_preced {
	display: block;
	float: left;
	width: 170px;
	height: 20px;
}
#fiche_nav #fiche_suite {
	display: block;
	float: right;
	width: 170px;
	text-align: right;
	height: 20px;
}
#listeagents {
}
#listeagents .ligneh a {
	color: #000000;
}
#listeagents a.matricule {
	display: block;
	margin: 2px 2px 6px;
	padding: 1px;
	float: left;
	border: 1px solid #990000;
	font-size: 12px;
	color: #660000;
	background-color: #DFB4A2;
}
#listeagents a.matricule:hover {
	background-color: #F8EDE9;
}


#chapo {
	display: block;
	font-size: 16px;
	margin-top: 20px;
	clear: both;
}

.ligne {
	background-image: url(IMG/design/ligneh.gif);
	background-position: center center;
	margin-top: 0px;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	height: 20px;
	width: auto;
}

h3 {
	font-size: 20px;
}


.texte {
	display: block;

	-moz-column-count: 3;
	-moz-column-gap: 30px;
	clear: both;
	text-align: justify;
}
.texte blockquote {
	background-image: url(IMG/design/quotetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0px;
	padding: 0px 0px 0px 20px;
	font-style: italic;
}

#notes {
	background-image: url(IMG/design/ligneh.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	padding-top: 10px;
}
.spip-admin-float{	
	visibility: hidden;
}
/**
 * Mise en forme du menu texte
 */
#menutext {
	visibility: hidden;
}
#menutext a{
	visibility: hidden;
}
.spip_logos{
	clear: left;
}
