/* Document CSS */

html {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background : #EEEEEE;
	margin: 0;
	padding: 0;
}

body {
	width: 700px;
	margin: 40px auto 40px auto;
	padding: 0;
}



/* texte */

p {
	margin: 5px 15px 15px 15px;
	padding: 0 0 0 0;
}

h1 {
	margin: 15px 15px 15px 15px;
	padding: 0 0 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #BA0002;
}

h2 {
	margin: 10px 15px 5px 15px;
	padding: 0 0 0 0;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #BA0002;
}

h3 {
	margin: 10px 15px 5px 15px;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
}

a {	color: #BA0002; }

a img {	border: none; }

hr {
	height: 1px;	
	color: #999999;
	background-color: #999999;
	border: 0;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
}



/* mise en page */

#entete {
	width: 700px;
	background: #BA0002 url(entete_dimension_rouge.png) no-repeat;
	height: 40px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #FFFFFF;
	text-align: right;
	font-style: italic;
	line-height: 40px;
}

#menu {
	width: 680px;
	height: 30px;
	background: #BA0002;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 10px 0 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#menu a {
	color:#FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#page {
	background: #FFFFFF;
	float: left;
	width: 700px;
	border: 1px solid #999999;
	padding-bottom: 15px;
}

#colonne1 {
	width: 495px;
	float: left;
}

#colonne2 {
	width: 200px;
	float: right;
	border-left: 1px solid #999999;
}

#colonne1b {
	width: 340px;
	float: left;
}

#colonne2b {
	width: 340px;
	float: right;
	border-left: 1px solid #999999;
}

#colonne2 hr {
	width: 100%;
	height: 1px;
	color: #999999;
	border: 0;
	margin: 0;
	padding: 0;
}

#pied {
	height: 30px;
	width: 700px;
	font-size: 10px;
	text-align: center;
	padding-top: 20px;
	float: left;
}



/* javascript */

.titre_toggle {
	background: #006699;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	margin: 15px 15px 0 15px;
	padding-left: 10px;
	}

.titre_toggle a {
	color: #FFFFFF;
	text-decoration: none;
	}



/* message */

.message {
	padding: 10px;
	margin: 15px;
	background-color: #E5F5FF;
	border: 2px solid #006699;
	color: #006699;
	}

.message a {
	color: #006699;
	text-decoration: underline;
	}

.message_important {
	padding: 10px;
	margin: 15px;
	background-color: #FFE6E6;
	border: 2px solid #CC0000;
	color: #CC0000;
	}



/* identification */

.ident_animateur, .ident_partenaire {
	padding: 10px;
	margin: 0 15px 0px 15px;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	color: #006699;
}

.ident_animateur {
	border: 1px solid #006699;
}

.ident_partenaire {
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
}

.ident_animateur {
	background-color: #E5F5FF;
	}

.ident_partenaire {
	background-color: #F2FAFF;
}

.ident_animateur h1, .ident_partenaire h1 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	margin: 0 0 20px 0;
	padding: 0;
	}



/* documents */

.tableau_documents .entete {
	background: #006699;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	margin: 15px 15px 0 15px;
	padding-left: 10px;
	}

.tableau_documents .tableau {
	background-color: #E5F5FF;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	margin: 0 15px 0 15px;
	padding: 10px;
	}

.tableau_documents a img {
	background: #DDDDDD;
	padding: 5px;
	border: 1px solid #999999;
	}

.tableau_documents a:hover img {
	background-color: #FFE6E6;
	padding: 4px;
	border: 2px solid #CC0000;
	}



/* horaire */

.important { color: #FF0000 }

.tableau_dispo {
	margin: 15px;
	border: 1px solid #006699;
}

.tableau_dispo .entete {
	background: #006699;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.tableau_horaire {
	margin: 15px;
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
}

.tableau_horaire .entete {
	background: #006699;
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

.activite-1, .activite-2 {
	padding: 10px 20px 10px 20px;
	/*margin: 0 15px 0 15px;*/
	/*border-left: 1px solid #006699;
	border-right: 1px solid #006699;*/
	border-bottom: 1px solid #006699;
	color: #006699;
}

.activite-1 a {
	color: #006699;
	text-decoration: underline;
}

.activite-2 a {
	color: #006699;
	text-decoration: underline;
}

.activite-1 { background: #E5F5FF }
.activite-2 { background: #F2FAFF }

.titre-activite, .titre-etat {
	font-weight: bold;
	padding: 2px 0 2px 0;
	}
	
.ecole, .jour, .date, .semaines, .salaire, .confirme, .liste, .non-confirme-1, .non-confirme-2 { padding: 2px 0 2px 25px	}
.ecole { background: url(../images/house.png) no-repeat }
.jour { background: url(../images/clock.png) no-repeat }
.date { background: url(../images/date.png) no-repeat }
.semaines { background: url(../images/calendar.png) no-repeat }
.salaire { background: url(../images/money_dollar.png) no-repeat }

.etat_activite {
	margin: 10px 0 0 25px;
	font-style: italic;
}
	
.confirme { background: url(../images/accept.png) no-repeat }
.liste { background: url(../images/group.png) no-repeat }
.non-confirme-1, .non-confirme-2 { color: #FF0000 }
.non-confirme-1 a { color: #FF0000 }
.non-confirme-2 a { color: #FF0000 }
.non-confirme-1 { background: url(../images/exclamation.png) no-repeat }
.non-confirme-2 { background: url(../images/error.png) no-repeat }

.bouton_texte {
	background: #33CC00;
	border: 1px solid #339900;
	padding: 2px 4px 2px 4px;
	color: #FFFFFF;
}

.bouton_texte a {
	color: #FFFFFF;
	text-decoration: none;
}

.bouton_texte a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Projets */

#liste_projets {
	margin: 5px 15px 15px 15px;
	padding: 0 0 0 0;
}

#liste_projets .categorie {
	border: 1px solid #006699;
	background-color: #E5F5FF;
	color: #006699;
	padding: 10px;
	margin-bottom: 10px;
}

#liste_projets .titre {
	font-weight: bold;
}

#liste_projets ul {
	margin: 0;
	padding: 0;
}

#liste_projets li {
	list-style: none;
}