/* Fichier de styles CSS statique, la partie dynamique est dans l'autre fichier */
@import url('./styleweb_dyn.php');

/***********************************************/
/* Styles du texte							   */
/***********************************************/
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
}
.texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	margin: 6px;
}
.textegrand {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366;
	margin: 6px;
}
.texterouge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D63929;
}
.texteviolet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F0054;
}
.comment {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000066;
}
/***********************************************/
/* Styles hierarchiques						   */
/***********************************************/
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
	text-align:left;
	text-indent: 0em;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #003366;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
h4.texterouge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D63929;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
h4.texteviolet {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1F0054;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #000066;
	margin: 6px;
	text-align:left;
	text-indent: 0em;
}
/***********************************************/
/* Styles des balises (paragraphes, liens...)   */
/***********************************************/
p {
	margin : 0px;
}
a {
	color: #000066;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #D63929;
	text-decoration: underline;
}
/***********************************************/
/* Style mise en page                          */
/***********************************************/

#haut{
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	width: 950px;
	height:265px;
	left: 0px;
	top: 0px;
	z-index:1;
}

#menu{
	border: 0px;
	margin: 0px;
	padding:0 5px 0 0 ;
	background-color: #FFFFCC;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#000066;
	position:absolute;
	left: 0;
	top: 265px;
	width: 160px;
	height: 420px;
	z-index:2;
}

#reference{
	border: 0px;
	margin: 0px;
	padding:0 5px 0 0 ;
	background-color: #FFFFCC;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#000066;
	position:absolute;
	left: 0;
	top: 685px;
	width: 160px;
	height: 8em;
}

.exemple{
	margin: 1em;
	padding-top:5px;
	padding-left:5px;
	background-color: #FFFFCC;
	border-left-style:solid;
	border-left-width:thin;
	border-left-color:#000066;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#000066;
}

.icones{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	border: 0px;
	margin: 0px;
	padding: 5px 0 0 0;
	position:relative;
	z-index:3;
	text-align: right;	
}

.sousicones{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:3;
	text-align: left;	
}

#principal{
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	width:770px;
	height:480px;
	z-index:1;
	left: 180px;
	top: 265px;
	overflow:auto;
}

.tableau{
	border: 0px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	overflow:visible;
}

.bandeauresahaut{
	position: relative;
	margin: 0px;
	padding: 5px 5px 0 0 ;
	background-color: #FFFFCC;
	width: 98%;
	height: 1.5em;
	border-top: thin outset;
	border-left: thin outset;
	border-color:#000066;
}

.bandeauresabas{
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 2px 2px 0 ;
	background-color: #FFFFCC;
	width: 98%;
	height: 6em;
	border-left: thin outset;
	border-color: #000066;
	overflow: visible;
}

.resademande{
	position: absolute;
	height: 1.5em;
	background-color: #FF3333;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000066;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1F0054;
}

.resaattentetm{
	position: absolute;
	height: 1.5em;
	background-color: #FF9933;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000066;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1F0054;
}

.resaconfirme{
	position: absolute;
	height: 1.5em;
	background-color: #339933;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000066;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1F0054;
}

.resaannule{
	position: absolute;
	height: 1.5em;
	background-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000066;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #339933;
}

.resanull{
	position: absolute;
	height: 1.5em;
	background-color: #FFFF00;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000066;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.resa{
	position: absolute;
	height: 6em;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000066;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #000066;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}