/* global */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Trebuchet MS', Arial,Verdana, Helvetica, sans-serif;
	color:#003366;
	background-color:#006699;
	line-height:150%;
}
table, tr, td{
	padding:0;
	border:0;
	margin:0;
}
img{
	padding:0;
	border:0;
	margin:0;
}

div { margin: 0; padding: 0; }

p {
	margin: 0;
	padding: 0px 0px 20px 0px;
}

a {
	color:#003366;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
h2{
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin:0;
	padding:0px 0px 10px 0px;
	text-transform:uppercase;
}

/* gabarit */

#all {
	background-color: #fff;
	width: 1000px;
	padding: 0;
	margin: auto;
}

#header{
	 height:130px;
	background-image:url(http://www.asymptotes.fr/IMG/squelettes/bando.jpg);
	background-repeat:no-repeat;
}
#headerRight{
	width:540px;
	height:140px;
	float:right;
}
#headerLeft{
	width:540px;
	height:140px;
	float:right;
}
#main {
	margin-top: 0px;
	text-align: left;
}

#footer{
    clear:both;
	text-align: center;
	color: #ffffff;
	background-color:#003366;
	padding: 5px;
}

/* boxes */
.boxContenuCoin{
	width:20px;
	height:20px;
}
.boxNavi{
	width:261px;
	height:150px;
	margin:0px 0px 20px 0px;
	background-image:url(IMG/squelettes/bgBox.jpg);
	background-repeat:no-repeat;
}

.boxNavi img{
	border:0px;
	margin:0px;
}

.naviText{
	text-align:left;
	vertical-align:top;
	padding: 10px 10px 10px 0px;
	line-height:100%;
}
.titre a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height:100%;
	text-transform:uppercase;
}
.titre a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#0099CC;
	line-height:100%;
	text-transform:uppercase;
}
.des a{
	font-size: 10px;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-weight:bold;
	line-height:100%;
}
.des a:hover{
	font-size: 10px;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	text-decoration:none;
	color:#0099CC;
	font-weight:bold;
	line-height:100%;
}
.cha a{
	font-size: 10px;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	line-height:100%;
}
.cha a:hover{
	font-size: 10px;
	font-family: Verdana, Arial,Helvetica, sans-serif;
	text-decoration:none;
	color:#0099CC;
	line-height:100%;
}
/*menu haute*/
#menuHautContainer{
	height:43px;
	vertical-align:top;
	padding-left:10px;
	text-align:justify;
}
#header a{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#003366;
	display:block;
	text-transform:uppercase;
}
#header a:hover{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	display:block;
	color:#0099CC;
	text-transform:uppercase;
}

/*spip*/
.spip_documents_center { 
text-align: center; 
}