/**************************************************************************
Fond, couleurs, fonts
**************************************************************************/

body {
	color: #000;
	background-color: #fff;
	font-family: "Trebuchet MS",Trebuchet,Tahoma,sans-serif;
	font-size: 0.76em;
	margin: 0;
	text-align: center;
}


/**************************************************************************
Pied de page
**************************************************************************/


#footer {
	color: #999;
	background-color: #fff;
	margin-left: 37px;
	font-size: 0.95em;
	margin-top: 0.5em;
	border-top: 1px solid #ccc;
	margin-right: 37px;
	padding-top: 0.5em;
}

#footlinks {
	color: #999;
	background-color: #fff;
	margin-left: 37px;
	font-size: 0.95em;
}


/**************************************************************************
Liens
**************************************************************************/


a {
	color: #000088;
	text-decoration: none;
}


/**************************************************************************
header
**************************************************************************/

#header {
	width: 100%;
	height: 79px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #fff;
	vertical-align: top;
}

/**************************************************************************
Barre navigation
**************************************************************************/

#navstrip {
	width: 100%;
	height: 42px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #fff;
	vertical-align: top;
}

#navstrip a {
	font-weight: bold;
	color: #000;
}

/**************************************************************************
Contenu
**************************************************************************/

#body {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #fff;
	vertical-align: top;
}

#wrapper {
	width: 95%;
	height: 100%;
	color: #000;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
	text-align: left;
	border: 0;
}


#content {
	padding: 10px;
	color: #000;
	width: 95%;
	background-color: #fff;
}

img {
	border: 0;
}

/**************************************************************************
Liens survolés
**************************************************************************/

a:hover {
	text-decoration: underline;
	color: #f81a1a;
}

p a:hover {
	text-decoration: underline;
	color: #f81a1a;
}

/**************************************************************************
Le menu
**************************************************************************/

#menu {
float: center;
top: 15px;
font-size: 0.76em;
text-align: center 
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

/**************************************************************************
Box sur le coté droit
**************************************************************************/

.box1 {
	float: right;
	width: 30%;
	background: #d7e4f1;
	border: 1px solid #bbb;
        padding: 10px 10px 10px;
        margin:0 0 0 25px;
        -moz-border-radius: 12px;
        margin-bottom: 3em;
}

/**************************************************************************
liste
**************************************************************************/

ul {list-style-type: square; margin: 1em 0 1em;
}







