/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Tahoma, Arial;
}
body{
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-color:#CECECE;
}
a {
	color:#1370ab;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.champ {
	font-size:11px;
	border:1px solid #CCC;
}

#global {
	text-align:center;

}
#entete {
	background-image:url(img/bandeauT.gif);
	background-repeat:no-repeat;
	width:805px;
	text-align:center;	
	height:215px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	float:left;
	margin-top:113px;
	height:42px;
}
#menu .bt1 {
	background-image:url(img/bt1.gif);
	background-repeat:no-repeat;
	background-position:0px -41px;
	display: inline;
	float:left;
}
#menu a.bt1:hover {
	background-position: 0 0px;
}
#menu .bt2 {
	background-image:url(img/bt2.gif);
	background-repeat:no-repeat;
	background-position:0px -41px;
	display: inline;
	float:left;
}
#menu a.bt2:hover {
	background-position: 0 0px;
}
#menu .bt3 {
	background-image:url(img/bt3.gif);
	background-repeat:no-repeat;
	background-position:0px -41px;
	display: inline;
	float:left;
}
#menu a.bt3:hover {
	background-position: 0 0px;
}
#menu a.bt4 {
	background-image:url(img/bt4.gif);
	background-repeat:no-repeat;
	background-position:0px -41px;
	display: inline;
	float:left;
}
#menu a.bt4:hover {
	background-position: 0 0px;
}

#menu a.on {
	background-position: 0px 0px;
	display: inline;
	float:left;	
	
}
.off {
	background-position:0px -41px;
}

#middle {
	width:805px;
	text-align:center;	
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	background-image:url(img/bg3.gif);
	background-repeat:repeat-y;
	background-position:555px top;
}

#col1 {
	float:left;
	width:556px;
	text-align:left;	
}

#info {
	background-image:url(img/bg1.gif);
	background-repeat:repeat-y;
	width:556px;
} 
#info .titre {
	padding-top:20px;
	margin-left:20px;
	margin-bottom:20px;	
	padding-right:10px;
}
#info p{
	font-size:10px;
	margin-left:65px;
}

#presse {
	background-image:url(img/bg2.gif);
	background-repeat:repeat-y;
	width:556px;
} 
#presse .titre {
	padding-top:20px;
	margin-left:20px;
	margin-bottom:20px;
}
#presse p{
	font-size:10px;
	margin-left:65px;
	margin-right:20px;
}
#presVisu {
	padding-top:10px;
	padding-left:0px;
}

#col2{
	float:left;
	width:248px;
	text-align:left;	
}

#col2 h1 {
	background-image:url(img/cale_gris.gif);
	background-repeat:no-repeat;
	padding-left:25px;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	margin-bottom:15px;
	margin-top:20px;
}
#col2 p {
	margin-left:25px;
	font-size:11px;
	margin-right:10px;	
	color:#000;
}
#col2 p.signature {
	font-weight:bold;
	text-align:right;
	color:#333;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:20px;
}
#bas {
	height:25px;
	background-color:#666666;
	color:#FFF;
	width:100%;
	font-size:10px;
	padding-top:2px;
	padding-bottom:2px;	
}
#bas a{
	color:#FFF;
	text-decoration:none;
	margin:7px;
}
#bas a:hover {
	text-decoration:underline;
}

#bas .gros {
	font-size:11px;
	font-weight:bold;	
}
#bas { position: absolute; right: 0px; bottom: 0px; }
html>body div#bas { position: fixed; bottom:-1px;}

.invisible { 
	display:none;
}
.visible {
	display:run-in;
}
.erreur{
	color:#cc3333;
	border:1px solid #ce1515; 
	background-color:#fb7979; 
}