/* Document CSS pour la SEBQ par Sylvain Campeau de TechnoScribes.com */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #CCCCCC;
	text-align: left;
}

a {
	text-decoration: none;
	color: #993300;
}

h1 {
	font-family : Georgia, Times New Roman, Times, serif;
	color: #993300;
	padding: 10px 0px 25px 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #CC9900;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #CC9900;
}

.photoGauche, .photoDroite {
	margin-bottom: 4px;
}

.photoGauche {
	float: left;
	margin-right: 10px;
}

.photoDroite {
	float: right;
	margin-left: 10px;
}

.exergue {
	font-size: larger;
	font-style: italic;
}

.notes {
	font-size: 12px;
	margin-bottom: -12px;	
}

#contenant {
	width: 770px;
	margin: 10px auto;
	padding: 0px;
	border: 0px;
	background-color: #fff;
	color: #333;
	background: url("../images/background_cols.gif") repeat;
}

#identification {
	height: 85px;
	background-color: #CC9900;
	background-image: url(../images/identification.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
		
#navigation {
	height: 15px;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 7px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
}

#navigation a {
    color: #000;
	text-decoration: none;
}

#navigation a:hover {
	color: #993300;
}

#bandeau {
	height: 175px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#menu {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
}


#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #993300;
}
		
#contenu {
	float: right;
	width: 550px;
	padding: 7px;
	background-color: #fff;
	height: 1%;
}

#bas {
	height: 15px;
	clear: both;
	margin: 0;
	padding: 7px;
	background-color: #CC9900;
	background-repeat: no-repeat;
}

