/* global */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	background-color: #fafafa;
}

div { margin: 0; padding: 0; }

p {
	margin: 0;
	padding: 0px 0px 1.5em 0px;
}

a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* gabarit */

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

#header{
	 height:136px;
}

#main {
	margin-top: 15px;
	text-align: justify;
}

#left {
	float: left;
	width: 180px;
	padding-right: 20px;
	height: 750px;
	background-image: url('IMG/ligneOvertical.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#center {
	float: left;
	width: 400px;
	height: auto;
	padding-bottom: 5px;
}


.col {
	padding: 0px 5px 0px 5px;
	float: left;
}

#right {
	float: right;
	width: 180px;
	padding-left: 20px;
	height: 750px;
	background-image: url('IMG/ligneOvertical.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#menu {
	background-image: url('IMG/ligneOhorizontal.jpg');
	background-position: 200px 0px;
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
	margin: 5px 0px 15px 0px;
	padding-top: 25px;
}

#footer{
	font-size: 10px;
    clear:both;
	text-align: center;
	color: #b5b2b5;
	margin-bottom: 15px;
	padding: 5px;
}

/* boxes */

.box1-container {
	font-size: 10px;
	width: 180px;
	background-image: url('IMG/boxTop.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #b5b2b5;
	padding-top: 11px;
	margin: 0px 5px 10px 5px;
}

.box1 {
	height: 200px;
	background-image: url('IMG/boxLign.gif');
	background-repeat: repeat-y;
	padding: 0px 5px 5px 5px;
}

.box2-container {
	font-size: 10px;
	margin-bottom: 10px;
	width: 178px;
	border: 1px solid #b5b2b5;
	padding: 10px 0px 5px 0px;
}

.box2 {
	padding: 0px 4px 5px 4px;
}

/* spip content */

.spip-content {}

.spip-content table td { text-align: left; margin: 1px; }
.spip-content table { background-color: #b5b2b5; }
.spip-content table tr { background-color: #fff; }
.spip-content table th { background-color: #eee; color: #0f3084; text-align: center; font-weight: bold; }

.spip_documents_center { text-align: center; }

/* other */

h1,h2,h3,h4 { margin: 0 0 5px 0; padding: 0; font-size: 10px; font-weight: normal; font-family: Arial Black; }
h1,h2,h3 { color: #0f3084; }
h3 { text-align: center; font-size: 11px; }
h4 { color: #000; }
h5 { color: #0f3084; padding: 0; margin: 0; font-size: 10px; font-weight: normal; font-family: Arial Black; width: 170px; }

#center h1 {
	text-align: center;
	background-image: url('IMG/bgTitleA.png');
	background-repeat: repeat-y;
	color: #0f3084;
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 20px;
}

#center ul { padding-left: 15px; }
#center ul ul { padding-left: 30px; }
#center ul li ul li { margin-top: 1em; }
#center dt {}
#center dd { padding-top: 1ex; }

h3.spip { font-size: 14px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; }

.orange { background-image: url('IMG/degradeO.png'); background-repeat: repeat-y; }
.blue { background-image: url('IMG/degradeB.png'); background-repeat: repeat-y; }
.center-orange { color: #f80; text-align: center; font-weight: bold; }

div.fichiers { color: #000; font-weight: bold; font-size: 12px; text-decoration: underline; margin: 20px 0px 0px 0px; }

dl.documents {}
dl.documents dt { clear: both; float: left;}
dl.documents dd { padding-left: 5px; }
dl.documents dd.titre { font-weight: bold; }
dl.documents dd.description { font-style: italic; font-size: 10px; padding-left: 15px; }

#menu img { border: none; }

#right form { text-align: left; }
#right form p { text-align: center; margin: 10px 0px 0px 0px; }
#right form input { border: 1px solid #b5b2b5; }

.theme { font-size: 11px; color: #ccc; clear: both; }