/*
Feuille de style Grafoto.com

Image-13
Yvan Labelle
2013-06-05

*/

html{}
body{
	margin: 0px;
	font-family: Calibri, Helvetica, "Sans-Serif";
	font-size: 12pt;
	background-color: #FFFFFF;
}
h1{
	font-family: Calibri, Helvetica, "Sans-Serif";
	font-size: 16pt;
	font-weight: bold
}
h2{
	font-family: Calibri, Helvetica, "Sans-Serif";
	font-size: 13pt;
	font-weight: bold
}
/*CLASS*/

.four{
	text-decoration: none;
	color: #555555;
}
.five{
	text-decoration: none;
	color: #999999;
}
.nothing{
	text-decoration: none;
	color: #000000;
}
.six{
	text-decoration: none;
	color: #CCCCCC;
}

/*DIV*/
#aboutText{
	display: block;
	float: left;
	width: 800px;
	text-align: left;
	margin-left: 100px;
	border: 0px solid yellow;
}
#aPropos{
	float: right;
	min-width: 200px;
	text-align: right;
	border: 0px solid yellow;
}
#bottom{
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: inline;
	width: 100%;
	height:25px;
	margin-top: 40px;
	background-image: url(/images/elements/bg-top.jpg);
	background-repeat: repeat-x;
	border: 0px solid yellow;
}
#bottom1000{
	width: 1000px;
	height:20px;
	margin: 0 auto;
	padding-top: -10px;
	border: 0px solid yellow;
}
#content{
	width: 1000px;
	min-height: 700px;
	margin: 0 auto;
	border: 0px solid silver;
}
#copyright{
	float: left;
	width: 1000px;
	font-size: 11pt;
	height: 20px;
	margin-top: 3px;
	text-align: center;
	border: 0px solid blue;
}
#date{
	float: left;
	width: 200px;
	margin-left: 30px;
	border: 0px solid blue;
}
#days{
	float: left;
	width: 1000px;
	min-height: 20px;
	text-align: center;
	margin-bottom: 20px;
	border: 0px solid orange;
}
#header{
	width: 1000px;
	height: 110px;
	margin-top: 5px;
	border: 0px solid orange;
}
#icons{
	float: right;
	width: 198px;
	height: 137px;
	margin-top: 0px;
	border: 0px solid black;
}
#logo{
	float: left;
	width: 400px;
	height: 137px;
	margin-top: 10px;
	padding-top: 15px;
	border: 0px solid red;
}
#picture{
	float: left;
	display: inline-block;
	width: 1000px;
	min-height: 500px;
	margin-top: -10px;;
	text-align: center;
	margin-bottom: 5px;
	border: 0px solid grey;
}
#slogan{
	float: right;
	width: 300px;
	text-align: right;
	border: 0px solid yellow;
}
#top{
	width: 100%;
	height:25px;
	margin-right: 0;
	background-image: url(/images/elements/bg-bottom.jpg);
	background-repeat: repeat-x;
	border: 0px solid yellow;
}
#top1000{
	width: 1000px;
	height:25px;
	margin: 0 auto;
	padding-top: 2px;
	border: 0px solid yellow;
}


