@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	color: black; 
	background: #ffffff;
	font:  normal 90% Verdana,"Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

p {
	margin:0em 0em 0em 0em;
}

img {
	margin-top:15px;
	margin-bottom:10px;

}


.imagetexte {
	margin-top:0px;
	margin-left:1em;
}
.lien  {
	text-align:center;
	font-size:18px;
	
}
#global { /* largeur du document */
	margin:0 auto;
	width: 950px;
	background-color:#ffffff;
	text-align:justify
}
#logo {
	text-align:center;
	
}
#blocgauche {
	float: left;
	width: 420px;
	background-color:#ffffff;
	color: #0077C0;
}
#blocgauche p {
	margin: 0em 0em 1em 1em;
}

#blocdroit {
	float: left;
	width: 420px;
	background-color:#ffffff;
	color: #0077C0;
}
#argu {
	border-width:medium;
	border-style:solid;
	border-color:#0077C0;
	margin-bottom:1em;
}

#blocdroit p {
	margin: 1em 1em 1em 1em;
}

#pied {
	float: left;
	width: 850px;
	background-color: #0077C0;
	color:white;
	text-align:center;
}

a {
	color: #3B81BE;
	text-decoration:none
}
a:visited {
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

h2 a {
  color: #FF7800;
}
h2 a:visited {
  color: #EAA515;
}
h2 a:hover, h2 a:focus, h2 a:active {
  text-decoration: none;
  color: #eb5800;
}

.lien a {
  color: #FF7800;
}
.lien a:visited {
  color: #EAA515;
}
.lien a:hover, .lien a:focus, .lien a:active {
  text-decoration: none;
  color: #eb5800;
}


h3 a {
  color: white;
  background-color: #0077C0;
}
h3 a:visited {
  color: white;
  background-color: #0077C0;
}
h3 a:hover, h2 a:focus, h2 a:active {
  text-decoration: none;
  color: #0077C0;
  background-color: white;
}

h4 a {
  color: white;
  background: #0077C0;
}
h4 a:visited {
  color: black;
}
h4 a:hover, h2 a:focus, h2 a:active {
  text-decoration: none;
  color: #0077C0;
  background: white;
}

