@charset "utf-8";
/* CSS Document */
/* -------------------------------------
 Rédéfinition des balises HTML
----------------------------------------*/ 
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;		
}
img {
	border: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px 0 0 0;
	background-color: #EBEBEB;
}
h1 {
	font-size: 0.65em;
	color: #006991;
	line-height: 1.7em;
}
h2 {
	font-size: 0.8em;
	line-height: 1.8em;
	padding-left: 20px;
	padding-top: 30px;
	color: #006991;
}
h3 {
	font-size: 0.7em;
	line-height: 2em;
	color: #006991;
	border-bottom: 1px dotted #006A92;
	margin-bottom: 10px;
}
.ligne {
	margin-top: 12px;
	margin-bottom: 8px;
}

h4 {
	font-size: 0.7em;
	line-height: 2em;
	color: #006991;
	text-decoration: underline;
}
h5 {
	font-size: 0.65em;
	line-height: 2em;
	color: #006991;
	text-align: center;
	vertical-align: middle;
}
p {
	font-size: 0.6em;
	text-align: justify;
}
em {
	color: #E29D0E;
	font-weight: bold;
}
pre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #006991;
}
hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

table {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#contenu input,#contenu  textarea,#contenu select {
	color: #006991;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#bloc_recherche input {
	color: #006991;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#bloc_recherche p {
	color: #006991;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: left;
}
.txt_gras{
	font-size: 0.7em;
	color: #006991;
	font-weight: bold;
}
.tdg {
	border-right: 1px dotted #006991;
	padding-right: 5px;
	width: 70%;
}
.tdd {
	text-align: left;
	padding-left: 5px;
	width: 30%;
}

/* -------------------------------------
 Définition des blocs de positionnement
----------------------------------------*/ 
#header {
	width: 900px;
	margin: 0 auto 0 auto;
}
#header_txt {
	margin-left: 230px;
	background: url(../img/fond_cursus.jpg) right top no-repeat;
	height: 75px;
	text-align: right;
	padding: 15px 15px 0 0;
}
#header_img {
	float: left;
	width: 230px;
}
#bandeau_haut {
	background-image: url(../img/fond_degrade.jpg);
	background-repeat: repeat-x;
}
#menu_haut {
	height: 130px;
	width: 900px;
	background-image: url(../img/header-informatique.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}
#bandeau_bas {
	clear: both;
	text-align:center;
	background-image: url(../img/fond_bandeau_bas.gif);
	height: 16px;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(../img/fond_footer.gif);
	background-repeat: no-repeat;
	height: 16px;
}
#bloc_recherche{
	padding-top: 10px;
}
/* -------------------------------
 Définition des éléments par blocs
---------------------------------*/ 
#contenu p {
	font-size: 0.7em;
	line-height: 1.6em;
	color: #006991;
}
#bandeau_bas li {
	display: inline;
	padding-right: 10px;
}

#bandeau_bas a {
	color: #006991;
	text-decoration: none;
	font-size: 0.65em;
}
#bandeau_bas a:hover {
	text-decoration: underline;
}
/* ------------------------------------
 Définition des éléments de formulaire
--------------------------------------*/ 
#form table {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#form td {
	height: 1.4em;
}
.cfrm { display: none; }
.ligne {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006A92;
}

.special_p {
	font-size: 0.6em;
}
.txt_gras_dateblog {
	font-size: 0.6em;
	color: #E29D0E;
	font-weight: bold;
	font-style: italic;
}

