@media all 	 {

* { margin:0;padding:0; }

body {
	background:#E8E8E8;
	width:100%;
	font:normal 0.8em Verdana,Helvetica,sans-serif;
}

/* CSS du haut de page */

#header {
	width:700px;
	height:100px;
	background-image:  url("../images/interface/header.jpg");
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {
	font-size:2.2em;
	font-weight:normal;
	color:#FFFFFF;
	font-family:Verdana;
	padding-left:70px;
	padding-top:20px;
}

#header p {
	color:#CCCCCC;
	padding-left:130px;
	padding-top:5px;
}

/* CSS de la page */

#page {
	width:700px;
	border-left:5px solid #D6D7D9;
	border-right:5px solid #D6D7D9;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/* CSS du menu */

#menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: relative;
	top: 0;
	left: 0;
	z-index:100;
	width:700px;
/*	width: 100%; */
	height:40px;
}

#menu dl {
float: left;
width: 9.1em;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #CCCCCC;
border: 1px solid gray;
margin: 1px;
}

#menu dd {
display: none;
border: 1px solid gray;
}

#menu li {
text-align: center;
background: #FFFFFF;
font-size:0.8em;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #EEEEEE;
}

/* CSS des blocs */

#bloc { /* CSS general des contenus */
	float:left;
	width:680px;
	text-align:justify;
	padding-left:10px;
	background-color:#FFFFFF;
}

#bloc h2 {	/* CSS titre des contenus */
	border-bottom:1px dotted #030303;
	margin-top:20px;
	font-size:1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

#bloc h3 {	/* CSS sous titre des contenus */
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#bloc p {	/* CSS sous titre des contenus */
	margin-top:10px;
	margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* CSS liens dans les blocs */
#bloc a:link {color:#666666; text-decoration:underline;}
#bloc a:visited {color:#666666; text-decoration:underline;}
#bloc a:active {color:#000000; text-decoration:underline;}
#bloc a:hover {color:#0099CC; text-decoration:underline;}

/* CSS applicable partout */
.petit {
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ImageDroite {
	float:right;
	margin-top:2px;
	margin-left:10px;
	margin-bottom:2px;
}

.ImageGauche {
	float:left;
	margin-top:2px;
	margin-right:10px;
	margin-bottom:2px;
}

.ImageOmbre {
	border-right-width:5px;
	border-bottom-width:5px;
	border-color:#E6E8E7;
	border-right-style:solid;
	border-bottom-style:solid;
}

/* CSS des actualitées */
#actu {
	float:left;
	width:680px;
	background-color:#FFCC99;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

#actu h2 {
	border-bottom:1px dotted #030303;
	margin-top:10px;
	margin-bottom:10px;
}

#actu ul {
	margin: 15px;
	list-style-image: url("../images/interface/point-bleu.gif");
	list-style-position: outside;
}

#actu a {
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.9em;
	COLOR: white;
	background: #3594CD;
	TEXT-DECORATION: none;
	border: 1px solid #3594CD;
	line-height: normal;
}

#actu a:visited {
	COLOR: #F7F7F7;
	border: 1px solid #59BAE4;
}

#actu a:hover  {
	COLOR: #CCCCCC;
	border: 1px solid #59BAE4;
} 

/* CSS du bas de pages */
#copyright {
	font-size:0.8em;
	color:#A3A3A3;
	width:680px;
	text-align:center;
	clear:both;
	background-color:#FFF;
	padding-top:30px;
	padding-bottom:20px;
}

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

}

@media screen  {
	.printer_only {
	display: none;
}

}

@media print {
	#menu {width: 10px; display: none;}
	.screnn_only {display: none;}
	.printer_only {text-align:center;}
	#actu a:link  {text-decoration:none; border: 0px} 
	#actu a:visited  {text-decoration:none; border: 0px} 
	#actu a:active  {text-decoration:none; border: 0px} 
	#actu a:hover  {text-decoration:none; border: 0px} 
	#bloc a:link {color:#0099CC; text-decoration:underline;}
	#bloc a:visited {color:#0099CC; text-decoration:underline;}
	#bloc a:active {color:#0099CC; text-decoration:underline;}
	#bloc a:hover {color:#0099CC; text-decoration:underline;}

}.souligne {
	text-decoration: underline;
}
