* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	text-align: center;
}
#head {
	height: 314px;
	width: 100%;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
}
#head #anim {
	height: 314px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 100%;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 87px;
}
#menu ul {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu a {
	display: block;
	text-decoration: none;
	width: 149px;
	color: #99cc99;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 19px;
}
#menu a:hover {
	color: #FFFFFF;
}

#fond {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/conteneur.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#fond #conteneur {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #cc0033;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#fond  #conteneur  h1  {
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 30px;
	text-align: center;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
#fond #conteneur #texte {
	padding-left: 35px;
	padding-right: 35px;
	line-height: 1.55em;
}
#fond #conteneur #texte #illustration {
	float: left;
	width: 325px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 663px;
}

#fond #conteneur #texte h2 {
	font-weight: lighter;
	margin-bottom: 5px;
	font-size: 19px;
	padding-top: 15px;
}

#fond #conteneur #texte p {
	margin-bottom: 15px;
	text-align: justify;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#fond #conteneur #texte ul {
	margin-bottom: 15px;
	text-align: justify;
	font-size: 15px;
	list-style-type: disc;
}
#fond #conteneur #texte li {
	list-style-position: inside;
	list-style-type: circle;
}

#fond  #conteneur  #texte  a  {
	color: #CC0033;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#fond #conteneur #texte a:hover {
	text-decoration: underline;
}
#fond #conteneur #texte #auteur {
	font-style: italic;
	font-size: 14px;
	line-height: 15pt;
}
#fond #conteneur #texte #portfolio {
	width: 688px;
	float: left;
	height: 420px;
	margin-bottom: 270px;
}

#fond #conteneur #texte iframe {
	width: 688px;
	height: 688px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline-style: solid;
	outline-color: #000000;
	outline-width: 1px;
}

#bordBas {
	background-image: url(../images/conteneurBas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 59px;
	width: 100%;
	margin-bottom: 50px;
	color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	padding-top: 5px;
}

#pied {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	color: #cc0033;
	width: 100%;
	background-image: url(../images/pied.jpg);
	background-repeat: repeat-x;
	padding-top: 50px;
	padding-bottom: 40px;
}
#pied a {
	color: #CC0033;
	text-decoration: none;
}
#pied a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	visibility: hidden;
}
