@charset "utf-8";
/* CSS Document */
/* Feuille de style pour le site confrérie */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
	border: thin dotted #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EDDE76;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#Logo {
	position:absolute;
	left:25px;
	top:15px;
	width:259px;
	height:257px;
	z-index:1;
	background-color: #663333;
}
#Titre {
	z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC33;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
	background-image: url(../Images/Back_title3%20copy.jpg);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#Menu {
	width:130px;
	z-index:5;
	background-color: #663333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	padding: 10px;
	float: left;
}
#Menu a {
	color:#FFCC33;
}

#Contenu {
	z-index:4;
	background-color: #EDDE76;
	text-align: left;
	margin-left: 175px;
	padding: 10px;
}
#Annonce {
	z-index:5;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: 0px;
	padding: 10px;

}
.Image {
	margin: 2px;
}
.annonce_titre {
	font-family: Mistral;
	font-size: xx-large;
}
.twoColFixLtHdr #container #Contenu #Annonce div {
	border: thin dashed #666666;
	padding-left: 20px;
	padding-right: 20px;
}


.titre_goth {
	font-family: "Old English Text MT";
	font-size: larger;
	position: relative;
	text-align: center;
}
#News_site {
	font-family: "Comic Sans MS";
	padding:2px;
	border: thin solid #663333;
	background-color: #663333;
	color: #ffcc33;
	clear: none;
	vertical-align: middle;
	height: auto;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 130px;
	z-index: 4;
}
.style1 {
	color: #663333
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
