.accueil_titre {
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pts;
	font-weight : bold;
	text-decoration : none;
}
.accueil_titre:hover {
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pts;
	text-decoration : underline;
}
.titre_encadre{
	background-color : #00A99C;
	border : 1px #000000 solid ;
}

.titre_encadre_bleu{
	background-color : #0069C7;
	border : 1px #000000 solid ;
}

.encadrer{
	border : 1px #000000 solid ;
	background-color  : #f4efe3;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background : #fcfcfc url("./images/fond.jpg");
}

b {
	font-size: 9pt;
	font-weight : bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}



a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration : none;
}

/* Les liens des titres de listes */
th a {
  color: #000;
  text-decoration: none;
	font-weight : bold;

}
th a:hover {
  color: #000;
  text-decoration: underline;
	font-weight : bold;

}


H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FE7A34;
	text-decoration : none;
	font-weight : bold;
	margin-bottom : 5px;	
}  

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #183B75;
	font-weight : bold;
	text-decoration : none;
	margin-top : 0px;	
	margin-bottom : 0px;	
} 

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin-top : 0px;	
	margin-bottom : 5px;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin-top : 0px;	
	margin-bottom : 5px;
}

.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #183B75;
	text-decoration : none;
}

.chapo_offres_emplois{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FE7A34;
	font-variant : small-caps;
}  

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #7F9DB9;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #7F9DB9;
}

input.text, textarea {
	border: 1px #7F9DB9 solid;
}

input.textannee {
	border: 1px #FE7A34 solid;
}

input.bouton {
	border-style : outset;
	background : #d2e0e6 url("./images/degrade_bleu.png") repeat-x 0 100%;
	font-weight : bold;
	color: #FE7A34;
}

input.bouton:hover, input.bouton:focus {
	background : #fc3 url("./images/degrade_orange.png") repeat-x 0 100%;
	color: #7F9DB9;
}

input.submit:bouton {
	border-style : inset;
}

input.button {
	border-style : outset;
	background : #d2e0e6 url("./images/degrade_bleu.png") repeat-x 0 100%;
	font-weight : bold;
	color: #FE7A34;
}

input.button:hover, input.button:focus {
	background : #fc3 url("./images/degrade_orange.png") repeat-x 0 100%;
	color: #7F9DB9;
}

input.submit:button {
	border-style : inset;
}

input.submit {
	border-style : outset;
	background : #d2e0e6 url("./images/degrade_bleu.png") repeat-x 0 100%;
	font-weight : bold;
	color: #FE7A34;
}

input.submit:hover, input.submit:focus {
	background : #fc3 url("./images/degrade_orange.png") repeat-x 0 100%;
	color: #7F9DB9;
}

input.submit:button {
	border-style : inset;
}

.date_publication {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5374A7;	
}

.savoir_plus{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FE7A34;	
}

.text_login{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #183B75;
	background-color : #D7DFD5;
}

.acces_inscription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #183B75;
	text-decoration : none;
}

.acces_inscription:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
    text-decoration : none;
}

div.login {
	width : 20em;
	margin : auto;
	text-align : right;
	padding : 2em 1em;
	background : #fff;
	color : #000;
	border : 1px solid #ccc;
}

div.bandeau {
	margin : auto;
	text-align : left;
	padding : 0em 0em;
	background : #FFDDAA;
	color : #000;
	border : 1px solid #ccc;
}

#element {
	display : inline;
	position : relative;
	border-bottom : 0px solid #ccc;
	padding : 0em 5em;
	margin : 0;
	background : #FFDDAA;
}



/* ONGLETS
-------------------------------------------------------- */
#menu {
	display : block;
	margin : 0;
	padding : 0;
	height : 33px;
	background-image : url("../images/dot999.png");
	background-repeat : repeat-x;
	background-position : 0 100%;
}

#menu li {
	display : block;
	float : left;
	padding : 5px;
	margin : 0 2px 0 0;
	background : #D2E0E6 url("../images/degrade_bleu.png") repeat-x 0 100%;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #999;
	border-bottom-color : #999;
	-moz-border-radius : 8px 8px 0 0;
}

#menu li:hover {
	background : #fc3 url("../images/degrade_orange.png") repeat-x 0 100%;
}

#menu li.actif_rouge:hover {
	background : #fc3 url("../images/degrade_orange.png") repeat-x 0 100%;
}

#menu li.actif_vert:hover {
	background : #fc3 url("../images/degrade_orange.png") repeat-x 0 100%;
}

#menu li.actif_violet:hover {
	background : #fc3 url("../images/degrade_orange.png") repeat-x 0 100%;
}

#menu li.rouge:hover {
	background : #fc3 url("../images/degrade_orange.png") repeat-x 0 100%;
}

#menu li.vert:hover {
	background : #fc3 url("../images/degrade_orange.png") repeat-x 0 100%;
}

#menu li.violet:hover {
	background : #fc3 url("../images/degrade_orange.png") repeat-x 0 100%;
}


#menu li.rouge {
	display : block;
	float : left;
	padding : 5px;
	margin : 0 2px 0 0;
	background : #E8D0D0 url("../images/degrade_rouge.png") repeat-x 0 100%;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #999;
	border-bottom-color : #999;
	-moz-border-radius : 8px 8px 0 0;
}

#menu li.vert {
	display : block;
	float : left;
	padding : 5px;
	margin : 0 2px 0 0;
	background : #D2E8D1 url("../images/degrade_vert.png") repeat-x 0 100%;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #999;
	border-bottom-color : #999;
	-moz-border-radius : 8px 8px 0 0;
}

#menu li.violet {
	display : block;
	float : left;
	padding : 5px;
	margin : 0 2px 0 0;
	background : #E2D0E8 url("../images/degrade_violet.png") repeat-x 0 100%;
	border-width : 1px 1px 1px 1px;
	border-style : solid;
	border-color : #999;
	border-bottom-color : #999;
	-moz-border-radius : 8px 8px 0 0;
}

#menu li.actif {
	background : #eceade;
	font-weight : bold;
	border-bottom-color : #eceade;
}

#menu li.actif_rouge {
	background : #E8D0D0 url("../images/degrade_rouge.png") repeat-x 0 100%;
	font-weight : bold;

}

#menu li.actif_vert {
	background : #D2E8D1 url("../images/degrade_vert.png") repeat-x 0 100%;
	font-weight : bold;

}

#menu li.actif_violet {
	background : #E2D0E8 url("../images/degrade_violet.png") repeat-x 0 100%;
	font-weight : bold;

}

#menu li a {
	font-family : Arial,Helvetica,sans-serif;
	text-decoration : none;
	color : #000;
	
}

#menu li img {
	margin-right : 2px;
}

#submenu {
	display : block;
	position : relative;
	border-bottom : 1px solid #ccc;
	padding : 0.5em 1em;
	margin : 0;
	background : #eceade url("./images/degrade_beige.png") repeat-x 0 100%;
	color : #666;
}

#submenu li {
	display : inline;
	list-style : none;
}

.logo {
	display : inline;
	background-image: url("images/logo.gif");
	background-position: center;
	background-repeat: no-repeat;
	height : 150px;
	width: 100%;
	padding : 0;
	margin : 0;
}

table.headermodule {
	background-color : #FFDDAA;
	border : 1px solid #ccc;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

table.contentmodule {
	border : 1px solid #ccc;
	padding : 4px 4px 4px 4px;
	margin : 0 0 0 0;
}

table.listeressources {
	border : 0px solid #ccc;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
table.listeressources th {
	background-color : #FFDDAA;
	border : 1px solid #000;
	padding : 0px 2px 0px 2px;
	margin : 0 0 0 0;
}

table.listeressources tr {
	vertical-align : top;
}
table.listeressources td.odd {
	background-color : #FFFFFF;
	border : 0px solid #ccc;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
table.listeressources td.even {
	background-color : #FEF9D9;
	border : 0px solid #ccc;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}


/* LAYOUT
-------------------------------------------------------- */
/* Main */
#main {
	position : relative;
	margin : 0 0 1px 0;
	padding : 0 0 1px 0;
	color : #000;
	clear : left;
	border-width : 0 0px 0px 0px;
	border-style : solid;
	border-color : #999;
}

#main-pop {
	position : relative;
	margin : 0 0 1px 0;
	padding : 0 0 1px 0;
	background : #fff;
	color : #000;
	clear : left;
	border-width : 1px;
	border-style : solid;
	border-color : #999;
	-moz-border-radius : 8px 8px 0 0;
}

/* Contenu */
#content {
	padding : 1em;
}

/* footer */
#footer {
	text-align : right;
	margin : 10px 0 5px 0;
}

#footer span.small{
	float : left;
	margin : 0 0 5px 0;
}

/* CLASSES
-------------------------------------------------------- */
hr.hidden {
	height : 1px;
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #fff;
}

hr.thin {
	height : 1px;
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #ddd;
}

.small {
	font-size : 0.8em;
}

.center {
	text-align : center;
}

p.sans-marge {
	margin : 0;
}

.message {
	color : #f60;
	font-weight : bold;
}

.line {
	border : 0px;
	padding : 0 0;
	margin : 0 0 0 0;
}

.line img.status {
	float : right;
	margin : -15px 0 0 0;
}

.line img {
	border : 0px;
}

.line p.action {
	float : right;
}

.thumbnail {
	border : 1px solid #000;
}

.thumbnailicon {
	border : 0px;
}

.erreur {
	border-left : 6px solid #f93;
	padding : 0 0 0 0.5em;
}
.erreur strong {
	color : #f60;
}

.errno {
	color : #666;
}

.errmsg {
	color : #c00;
	font-weight : bold;
}

.post-info {
	color : #f60;
}

.cancel, .cancel .post-info {
	color : #666;
}

.user-info {
	float : right;
	position : relative;
	border : 1px solid #ccc;
	-moz-border-radius : 8px;
	margin : 0;
	padding : 8px 8px 8px 25px;
	white-space : nowrap;
	background : #eceade url("../images/ico_redac.png") no-repeat 3px 0.5em;
    z-index: 2;
}

.nowrap {
	white-space : nowrap;
}

.bloc-droite {
	display : block;
	text-align : right;
	position : relative;
	top : 1em;
}

dl.plugin-list dt {
	margin : 0;
	padding : 0 0 0 35px;
}

dl.plugin-list dt img {
	float : left;
	margin-left : -35px;
    position : relative;
}

dl.plugin-list dd {
	margin : 0.5em 0 1.5em 35px;
}

dl.credits-list dt {
	margin : 0;
	padding : 0 0 0 110px;
}

dl.credits-list dt img {
	float : left;
	margin-left : -110px;
    position : relative;
}

dl.credits-list dd {
	margin : 0.5em 0 1.5em 110px;
}

table.clean-table {
	border-collapse : collapse;
}

table.clean-table tr {
}

table.clean-table th {
	border : 1px solid #000;
	padding : 0.5em;
}

table.clean-table td {
	border : 1px solid #666;
	padding : 0.5em;
}

ul.folders {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

ul.folders li {
    padding-left: 20px;
    background-image: url('../images/dossier.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
}


#switch p {
  text-align : right;
  margin-top: 15px;
}

/* Zone de prévisualisation
-------------------------------------------------------- */
.preview {
	padding : 0.5em;
	border : 1px outset #999;
}

.preview h1 {
    color : #f60;
    font-size: 1.6em;
}    

.preview h3 {
	color : #069;
}

.preview h2 {
	color : #069;
}

label.float, span.label {
	position : relative;
	float : left;
	width : 25%;
	padding-right : 0.5em;
}
