/*--------------------------------
--										  --
--		    CSS Style 1.0         --
--  Planete Sciences Picardie   --
--  www.planete-sciences.org    --
--										  --
--------------------------------*/


body { 
	font:x-small Verdana, Arial, sans-serif;
	background-color: #00174f;
}

input, select, textarea {
	border: 1px solid #808080;
}

a:link { 
	text-decoration : none;
	background:transparent;
}

a:visited { 
	text-decoration : none;
	background:transparent;
}

a:hover { 
	text-decoration : none;
	background:transparent;
}

a img{
	border: 0px;
}

.primary {
	width: 1200px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.secondary {
	width: 100%;
	border: 0px;
	margin: 0px;
	padding : 0px;
}

.menu { 
	width: 150px;
	background-color: #f4f6ff;
	vertical-align: top;
}

.agenda {
    width: 250px;
	background-color: #f4f6ff;
	vertical-align: top;
}

.menu-img {
	text-align: right;
}

.center { 
	background-color: #eff6cb;
	vertical-align: top;
}

.texte {
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
}

.header { 
	width: 100%;
	height: 50px; 
	background-color: #f4f6ff;
	color: #2c4b9b;
	vertical-align: top;
}

.news { 
	background-color: #f4f6ff;
	color: #2c4b9b;
}

.footer {
	height: 10px;
	background-color: #94ae07;
}

.titre { 
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.ctitre {
	background-color: #94ae07;
	text-align: center;
	color: #eff6cb;
}
.corps { 
	text-align: justify;
}

.btop {
	background-image: url("img/pix.gif");
	height: 2px;
}

.border {
	background-image: url("img/pix.gif");
	width: 2px;
}

.ds_box {
	background-color: #f4f6ff;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #f4f6ff;
}

.ds_head {
	background-color: #EEE;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #eff6cb;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.ds_cell {
	background-color: #eff6cb;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */


