/* Styles généraux */
#menu, #navbar, #header, #linksbar {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-size: 16px;
	color: #000000;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	text-decoration: none;
}

a {
	color: #76736a; text-decoration: underline;
	font-weight: bold;
}

img {
	border: 0px;
}

input, select, textarea {
	color: black;
	background: #f2eee5;
	border: 1px solid silver;
	font-size: 16px;
}

/* Logo d'entête */

#printheader {
	border:0px; 
	margin: 0px;
	height: 100px;
	padding: 0px;
	position: absolute;
	background: white;
	top: 0px;
	text-align: center;
}

/* Carte Google */

#map
{
	border: 1px solid black;
	width: 75%;
	margin-left: 10%;
	height: 500px;
}

/* Formatage du contenu */

#dbcontent img {
	margin: 5px 10px 5px 10px;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}

#content {
	width: 90%;
	padding-right: 10px; 
	padding-left: 40px; 
	padding-bottom: 30px; 
	border: 0px;
	margin-top: 150px;
}

#dbcontent ul, #side_bar ul {
	margin: 10px;
	margin-left: 30px;
	padding-bottom: 10px;
}

#dbcontent li, #side_bar li {
	font-size: 100%;
	color: black;
	list-style-type: none;
	list-style-image: url(/images/puce.gif);
	margin-left: 15px;
	padding-bottom: 15px;
}

#content  h1 {
	line-height: 0.5em;
	font-size: 26px;
	color:#667d51;
	font-weight: normal;
	
	text-decoration: underline;
	padding-bottom: 5px;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#content h2 {
	line-height: 0.5em;
	color:#667d51;
	margin: 0px;
	margin-left: 22px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 1.3em;
	padding-bottom: 10px;
    font-weight: bold;
	border-bottom: 1px solid #667d51;
}

#content h3 {
	padding-left: 10px;
	font-size: 20px;
	padding-bottom: 10px;
	text-align: left;
}

/* Formatage du pied de page */

#footer {
	border-top: #b74a45 1px solid;
	font-size: 13px;
	color: #000000;
	margin-top: 50px;
	padding-top: 5px;
	background-color: #ffffff;
	text-align: center;
}

#footer img {
	height: 50px;
	margin-bottom: 10px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}


/* Formatage du diagramme */

#diagramme ul {
	padding: 7px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

#diagramme h3 {
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-right: 5px;
}
/* walid */
#diagramme {
	padding: 2px;
	/*width: 647px;*/
	width: 90%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}


.diagramme h3 {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 9px;
	text-align: center;
	color: #355f8f;
}

.diagramme p {
	margin: 1em 15px;
	margin-top: 10px;
	text-align: left;
	color: #666666; /* #8f8b81; */
}

.fleches {
	clear: both;
	width: 125px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
	background-image: url(/images/fleche_print.png);
	padding: 0px;
}


/* Formatage des boites d'UE */

.boitempty {
	float: left;
	/*width: 150px;*/
	width: 29%;
}

.boitempty1 {
	float: left;
	width: 230px;
}

.boitempty2 {
	float: left;
	/*width: 155px;*/
	width: 26%;
}

.boitempty3 {
	float: left;
	/*width: 75px;*/
	width: 15%;
}

.boitempty4 {
	float: left;
	/*width: 10px;*/
	width: 4%;
}

.boite li,
.boite_bleu li, .boite_violet li,
.boite_vert li, .boite_rouge li,
.boite_cyan li, .boite_jaune li {
	font-size: 100%;
	color: black;
	list-style-type: none;
	background-image: url(/images/puce.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0% 14%;
}

.boite,
.boite_bleu, .boite_violet,
.boite_vert, .boite_rouge,
.boite_cyan, .boite_jaune {
	float: left; 
	margin-left: auto;
	margin-right: auto;
	/*width: 150px;*/
	width: 20%;
	margin-right: 2%;
	margin-left: 2%;
	padding-bottom: 7px;
	font-size: 90%;
	border: 1px solid black;
}

.boite_large_bleu h3, .boite_large_violet h3,
.boite_large_vert h3, .boite_large_rouge h3,
.boite_large_cyan h3, .boite_large_jaune h3 {
	/*background: transparent url(../images/boite_haut_large.gif) no-repeat !important;  /*walid*/
	text-align: center;
}

.boite_bleu h3, .boite_violet h3,
.boite_vert h3, .boite_rouge h3,
.boite_cyan h3, .boite_jaune h3 {
	/*background: transparent url(../images/boite_haut_white.gif) no-repeat center top;*/
	text-align: center;
}

.boite_large_bleu li, .boite_large_violet li,
.boite_large_vert li, .boite_large_rouge li,
.boite_large_cyan li, .boite_large_jaune li {
	font-size: 100%;
	color: black;
	list-style-type: none;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 5% 14%;
}

.boite_large,
.boite_large_bleu, .boite_large_violet,
.boite_large_vert, .boite_large_rouge,
.boite_large_cyan, .boite_large_jaune {
	float: left;
	width: 42%;
	margin-right: 2%;
	margin-left: 2%;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-size: 90%;
	border: 1px solid black;
	margin-bottom: 10px;
}
