@charset "utf-8";

/* Div entete */

#entete ul {
	padding-top: 90px;
	margin-left: 190px;	
}

#entete li {
	float: left;
	margin-left: 8px;
	margin-bottom: 3px;
}

#entete a {
	color: #ffeed6;
	letter-spacing: 1px;
	font-size: 0.8em;
	text-decoration: none;
	padding-right: 3px;
	display: block;
	border-bottom-color: #ffeed6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #ffeed6;
	border-right-style: solid;
	border-right-width: 1px;
}

#entete a:hover {
	color: #77a4d4;
	border-bottom-color: #77a4d4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #77a4d4;
	border-right-style: solid;
	border-right-width: 1px;
}


#entete .menuentete {
	letter-spacing: 1px;
	font-size: 0.8em;
	text-decoration: none;
	padding-right: 3px;
	display: block;
	color: #a7c5e3;
	border-bottom-color: #a7c5e3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #a7c5e3;
	border-right-style: solid;
	border-right-width: 1px;
}

/* Div droite */

#droite a.amenu {
	letter-spacing: 3px;
	color: #203B52;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 7px;
	border-bottom-color: #203B52;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 42px;
}

#droite a.amenu:hover {
	text-decoration: underline;
	color: #365E81;
}

#droite .menuactif {
	letter-spacing: 3px;
	color: #203B52;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	height: 25px;
	padding-top: 5px;
	padding-left: 7px;
	border-bottom-color: #203B52;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 42px;
	background-image: url(img/menuhover.png);
	background-position: top left;
	background-repeat: repeat;
}

#droite .menuactif2 {
	background-image: url(img/menuhover.png);
	background-position: top left;
	background-repeat: repeat-y;
}

/* Div centre  */

#centre a.alien1 {
	color: #203B52;
	letter-spacing: 2px;
	font-size: 0.9em;
	text-decoration: none;
}

#centre a.alien1:hover {
	color: #365E81;
	text-decoration: underline;
}

#centre a.alien2 {
	color: #BF4E12;
	letter-spacing: 2px;
	font-size: 1em;
}

#centre a.alien2:hover {
	color: #365E81;
}

#centre a {
	color: #BF4E12;
	letter-spacing: 2px;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

#centre a:hover {
	color: #365E81;
	text-decoration: underline;
}

#centre h1 {
	color: #2F527C;
	letter-spacing: 4px;
	font-size: 1.5em;
	margin-bottom: 7px;
	margin-top: 7px;
}

#centre h2 {
	color: #203B52;
	letter-spacing: 3px;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 7px;
}

#centre h3 {
	color: #365E81;
	letter-spacing: 2px;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 5px;
}

#centre h4 {
	color: #BF4E12;
	letter-spacing: 1px;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}

#centre h5 {
	color: #365E81;
	letter-spacing: 2px;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 5px;
}

#centre ul {
	margin-left: 10px;

}

#centre li {
	padding-left: 25px;
	background-image: url(img/puce.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#centre li.li2 {
	margin-left: 40px;
	padding-left: 15px;
	background-image: url(img/puce2.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

/* Div pied */

#pied p {
	text-align: center;
	padding-right: 60px;
}

#pied a {
	color: #203B52;
	text-decoration: none;
}

#pied a:hover {
	color: #365E81;
	text-decoration: underline;
}


/* Class */

.centrer {
	text-align: center;
}

.centrerpetit {
	text-align: center;
	font-size: 0.8em;
}

.mef1 {
	color: #365E81;
	letter-spacing: 2px;
	font-weight: bold;
}

.gras {
	font-weight: bold;
}

/* Tableaux */

.contact {
	margin-left: 40px;
}

.tdform1 {
	width: 100px;
	font-size: 0.9em;
}

.tdform2 {
	width: 400px;
	font-size: 0.9em;
}

.tdpadding 
{
    padding:10px;
}