/* ********************************************************** **
** Feuille de style - Site Web de Bernard Desgagnés
** ********************************************************** */

html body {
	padding: 0;
	margin: 0;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #4b4957 url('images/fond.jpg') repeat-x 0 0;
	color: black; 
	margin-bottom: 50px;
}
img { border: 0; } /* Pas de bordures pour les images */

hr {
	height: 1px;
	color: #f08433;
	background-color: #b63230;
	border: 0;
}

a:link, a:visited {
	color: #13417e;
	text-decoration: underline;
}
a:hover, a:active {
	color: #b84e57;
	text-decoration: underline;
}

#frame { /* Frame centré de 750 pixels */
	width: 749px;
}

#eclair {
	float: left;
	width: 63px;
}
#eclair2 {
	float: left;
	width: 4px;
}
#eclair3 {
	float: left;
	width: 118px;
}

#main {
	float: left;
	width:335px;
	margin-left: -1px;
	background: #f0f0f1;

	font-size: 8pt;
	line-height: 18px;
	margin-bottom: 50px;
}

#mainA {
	float: left;
	width:435px;
	margin-left: -1px;
	background: #f0f0f1;

	font-size: 8pt;
	line-height: 18px;
	margin-bottom: 50px;
}



th {
	text-align: left;
	font-weight: normal;

	padding-left: 7px;

}
td input {
	width: 190px;
	margin-top: 0;
	margin-bottom: 4px;
	padding-top: 0;
	padding-bottom: 2px;
}
td input.moinsLarge {
	width: 90px;
}
td input.radio {
	width: 30px;
}


#texte {
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 50px;
}

#accueil #texte {
	padding-right: 16px;
	padding-left: 9px;
}


#texte #photoBDesgagnes {
	margin-right: 10px;
	margin-bottom: 20px;
}


h1 {
	color: #0f111d;
	font: italic 25px Times New Roman, Times, serif;

}

h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5c5b6b;
	margin-top: 29px;
}

#mainA h2 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5c5b6b;
	margin-top: 10px;
}

h3 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6c6b7b;


}



#menu {
	float: left;
	width: 230px;
	color: #fffefe;
	font-size: 8pt;
}

#menu #adresse {
	margin-left: 11px;
	margin-top: -14px;
}
#menu #adresse b {
	color: white;
	font-size: 110%;
	line-height: 150%;
}
#menu #adresse h2 {
	font-weight: bold;
	font-size: 9pt;
	color: #fffefe;
}

#signature {
	margin-top: -25px;
}