body
{
	margin: 0;
	padding:0;
	background-image: url("../images/fondsondage.png");
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #828282;
	color: black;
}

#corps
{
	width: auto;
	height: auto;
}

#logo
{
	width: 280px;
	height: 84px;
	background-image: url("../images/logo.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 8%;
	margin-bottom: 2%;
}

#page
{
	width: 90%;
	height: auto;
	margin: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	padding-left: 0.5%;
}

#actualite
{
	width: 70%;
	height: auto;;
	margin: auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#partenaire
{
	width: 70%;
	height: auto;
	margin: auto;
	border-bottom: 1px solid #666;
}

#pied_de_page
{
	width: 70%;
	height: auto;
	margin: auto;
	color: #555555;
	font-size: 12px;
	font-family: "Traditional Arabic", "Times New Roman", "Tekton Pro Ext";
	text-align: center;
}

#admin
{
	width: 60%;
	height: auto;;
	margin: auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	color: #555555;
}

.liste_actualite
{
	border: 1px dashed black;
}

.liste_partenaire
{
	border: 1px dashed black;
}

.confirmation
{
	color: red;
}

h4
{
	color: #666;
}

table
{
	width: 100%;
	margin: auto;
	padding: 2%;
	font-size: 15px;
	font-family: "MS Serif", "New York", serif;
	color: #333;
	border-collapse: collapse;
}

th
{
	padding: 5px;
}

td
{
	padding: 5px;
}

.resume
{
	width: 60%;
	margin: auto;
	padding-top: 3%;
	vertical-align: top;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:hover
{
	color: #777777;
}

a img
{
	border: none;
}

ul
{
	list-style-image: url("../images/liste.png");
	margin-top: 0;
}