/* Styles Principaux toutes pages */

/* La structure */

body { 
text-align: center;
font-family: helvetica, arial, sans-serif;
font-size: 0.83em;
margin-top: 30px;
background-color: #000000;
}

* {
margin: 0;
padding: 0;}


#wrapper {
width: 750px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #000000;
margin-bottom: 10px;


}

#menubas {
clear: left;
	font-size: 10px;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
		}


/* Les styles typo */
a:link {
color:#FF3300;
}
a:visited {
color: #666666;
}
a:hover {
color: #cc0000;
}
a:active {
color: #cc0000;
}

a.on {
font-weight: bold;
color: #000000;
text-decoration: none;
}

.feuilleter li {
display: inline;
}



.francais {
	color: #CC0066;
		}
.anglais {
	color: #999999;
}

p {
padding-bottom: 1em;}

h1,h2,h3 {
color: #cc0066;
line-height: 1,3em;}

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.4em;
}

h3 {
font-size: 1.2em;
padding-bottom: 0.5em;
padding-top: 0.5em; }


h3.spip {
font-size: 1.2em;
}

.liens h4 {
	margin-top: -15px;
}


#choixlangues {
position: absolute;
top: 2	0px;
right: 50px;
font-size: 10px;
}


a.francais:link, a.francais:visited, a.francais:hover, a.francais:active{
	color: #CC0066;
		}
a.anglais:link, a.anglais.:isited, a.anglais:hover, a.anglais:active {
	color: #999999;
}

#choixlangues a{
text-decoration: none
}

a.francais {
margin-left: 20px;
}

.couverture img {
	border: 0px;
	text-decoration: none;
	padding: 5px;
}

a.couverture {
	border: 0px;
	text-decoration: none;
}


.coord {
border: 1px solid black;
background: #cccccc;
padding: 5px 5px 5px 30px;
}

.separation {
clear: both;
visibility: hidden;}

.chapo {
margin-top: 5px;
font-size: 0.8em;
margin-bottom: 5px;
}

/* Les tables*/
td{

padding-left: 25px;
padding-right: 25px;
border: 1px solid black;
margin: 0px;
}

.right {
text-align: right;
}

th {
border-bottom: 1px solid black;}



table {
border: 2px solid black;
}

tr.total{
background: #cccccc;
font: bold;}

td.clear {
background: #ffffff;
border: none;}

.total {
background: #cccccc;
font-weight: bold;}

.action {
background: #ffffff;
color: #cc0000;

}

.action a:link {
padding : 8px 15px;
color: #cc0000;
text-decoration: none;
font-weight: bold;
}

.action a:visited {
padding : 8px 15px;
color: #cc0000;
text-decoration: none;
font-weight: bold;
}

input {
background: #eeeeee;
border: 1px solid black;
padding: 2px 5px;
margin: 3px 5px;	
}

input:focus {
border: 1px solid black;
background: #ffffff;
}
.btn {
background-color: transparent;
border: 0;
padding: 0;
font-weight: bold;
color: #cc0000;
float: right;
padding : 8px 15px;
font-size: 13px;
font-family: helvetica, arial, verdana, sans-serif;
}

.listeouvrages li{
font-size: 95%;
padding: 0 2px; 
display: inline;
line-height: 2em;
}

.clear {
clear: both
}