﻿/*colors
background ext #FEFEE2 
background and texte #5BCF4F
menu #FEFEE2
menu hover #FEFEE2

font banner logo : Berlin Sans FB (size 40)

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

*/


*
{
	margin:0;
	padding:0;
}

.imagefloat
{
	float:left;
	margin:0 10px 10px 0;
}

html
{
	height:100%;
	background:#FEFEE2;
}


a.title
{
	color:#5BCF4F;
	text-decoration:none;
	font-weight:bold;
}


a.title:hover
{
	color:#3C3E3C;
	text-decoration:none;
	font-weight:bold;
}


body
{
	height:100%;
	font:normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color:#00693E;
}

#img {
	text-align:center;
	/*margin-left:auto;
	margin-right:auto;*/
}

#img img {
	border:none;
	width:270px;
}

.tdfond {
	background-color:#00693E;
	color:white;
	font-weight:bold;
}

img.photo_center {
	display: block;
    margin-left: auto;
    margin-right: auto
}

#page
{
	width:808px;
	margin-left:auto;
	margin-right:auto;
	background-color:#00693E;
}


#partie_gauche
{
	float:left;
	width:200px;
	margin-left:4px;
	display:inline;
	background-color:#00693E;
}

#osef_footer {
	background-color:#00693E;
	width:808px;
	height:25px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:10px;
}

#osef_footer a:link {
	font-weight:bold; 
	color:white;
}

#osef_footer a:hover { 
	color:#c8c8c8; 
	font-size:10px;
}

#osef_footer a:visited {
	color:#c8c8c8; 
	font-size:10px;
	}
	
	

h1#header
{
	width:200px;
	height:175px;
	/*background:url('./images/bloc.jpg') top no-repeat; 2°header image*/
	text-indent:-9000px;
}



#menu {
	width:200px;
	text-align:center;
	margin-top:10px;
}


#menu h2 {
	letter-spacing:4px;
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	margin:10px;
}


#menu ul {
	list-style-type:none;
	width:200px;
	margin-top:10px;
}


#menu li {
	width:170px;
	height:30px;
	border-top:1px solid #FEFEE2;
	margin-left:15px;
}


#menu a {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:8px;
}


#menu a:hover
{
	display:block;
	width:170px;
	height:23px;
	text-decoration:none;
	color:#00693E;
	background-color:#FEFEE2;
}


#partie_droite
{
	width:600px;
	float:left;
}

#partie_droite p, h3
{
	padding:10px;
}

#partie_droite li
{
	margin-left:10px;
}

#barre_haut
{
	background:url('./images/logo.png') top no-repeat; /*3° header*/
	width:100%;
	height:175px;
}


#bloc
{
	width:600px;
	float:left;
	background-color:#FFFFFF;
	margin-top:5px;
}


.admin_fieldset {
margin:5px;
padding:5px;
text-align:justify;
}

#admin_menu_haut {
background-color:#546e93;
margin:5px;
padding:5px;
}

#admin_tableau {
width:50%;
text-align:center;
}

.texte_leg {
text-align:center;
background-color:white;
font-weight:bold;
border:1px solid white;
color:#00693E;
padding:2px;
}

.texte_leg2 {
font-weight:bold;
/*border:1px solid red;*/
color:#00693E;
padding:2px;
}

.admin_liste {
width:200px;
}


.admin_tableau {
border: 1px solid;
border-collapse: collapse;
padding:0px;
margin:5px;
width: 98%;
}

.admin_tableau  th {
border:1px solid;
background-color:#00693E;
color:white;
font-weight:bold;
padding: 5px;
text-align:center;
}

.admin_tableau  td {
border:1px solid #546e93;
text-align: center;
padding: 5px;
}

.admin_bouton {
width:141px;
}



#prevention_page {
width:600px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}

/*organisation*/

#bloc_organisation
{
	width:600px;
	float:left;
	text-align:justify;
}

#animation_liens
{
	text-align:center;
}

a:link 
{
  font-weight:bold;
  text-decoration: none;
  color:blue;

}
a:visited {
  color: #00693E;
}

/*form css*/
form {
    margin: 0 auto;
    width: 400px;
    padding: 1em;
    border: 1px solid #CCC;
    border-radius: 1em;
}
form div + div {
    margin-top: 1em;
}
label {
    display: inline-block;
    width: 90px;
    text-align: right;
}
input, textarea {
    font: 1em sans-serif;
    width: 300px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}
input:focus, textarea:focus {
    border-color: #000;
}
textarea {
    vertical-align: top;
    height: 5em;
    resize: vertical;
}
.button {
    padding-left: 90px; 
}

button {
    margin-left: .5em;
}
/*end form css*/