@charset "iso-8859-1";
/* Copyright (c) 2004-2005 perceptionclimat.net  */
* {
  font-family: Arial,Helvetica,sans-serif;
}

body {
	font-size: 12px;
	background-color: #FFF;
	text-align:left;
	margin: 0px;
}
 
table {
	font-size: 12px;
	text-align: justify;
	}

a:link, a:visited, a:active, a:hover {
	color: #0000FF
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #0033FF;
	text-align: center;
	}
	
h2 {
    color: #0000FF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 1%;
	}

ul {
	list-style-type: square
	}

input {
	font-size: 12px;
	font-weight: normal;
}

a.tri:link, a.tri:visited, a.tri:active, a.tri:hover {
	color: #000;
	font-weight: bold;
	} 

a.optl:link, a.optl:visited, a.optl:active, a.optl:hover {
	color: #000;
	} 

a.partie:link, a.partie:visited  {
	font-weight:bold;
	text-decoration : none;
	font-size: 14px;
	color: #000;
} 
a.partie:active, a.partie:hover {
	font-weight:bold;
	text-decoration : underline;
	font-size: 14px;
	color: #000;
	}

#rubrique {
	background-color: #EEEEEE;
	text-align: left;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
}

#rubrique_a {
	background-color: #66CC99;
	text-align: left;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
}

#centre {
	text-align: center;
	margin: 1%;
}

#contenu {
	clear: both;
	width: 100%;
	text-align: center;
}

.tdos {
	color: #000000;
	background-color: #66CC99;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2%;
	height: 30px;
	padding: 5px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	color: #00216A;
	text-align: center;
	}
	
#cadre {
	border: 1px solid #CCC;
}

#baspage {
	clear: both;
	width: 100%;
	background-color: #3399FF;
	text-align: center;
	font-size: 11px;
	height: 15px;
}

#contenu {
	border: 1px solid #000;
	text-align: center;
}

#logo {
	background-color: #3399FF;
    background-image: url(medias/nuages.jpg);
	padding: 2%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}

#url {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	
}

.menu {
	float: left;
	width: 18%;
	border-bottom: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
}

.corps {
	margin-left: 19%;
	text-align: left;
	border-bottom: 0px dashed #CCC;
	border-left: 0px dashed #CCC;
}

#nav {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 2%;
	margin-top: 2%;
	border: 1px dotted #000;
	}
	
.gauche {
	float: left;
	margin-left: 5px;
}

.droite {
	float: right;
	margin-right: 5px;
}

.option {
    text-align: center;
    border: 1px solid #000;
    background: #EEE;
    width: 200px;
    margin: 1%;
    padding : 3px; 
}

.decale {
  position: absolute;
  left: 35%;
}