/* RSS Style for RCMAQ website
This is the basic template 
	Copyright 2008 - Pascal Martel (SpernoX)
*/
body { 
	color: black; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	background-color: #006599; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
p { 
}
td { 
}
a:link { 
	color: black;
}
a:visited { 
	color: black;
}
a:hover { 
	color: #2255ff;
}
a:active { 
}
#wa:link { 
	color: white;
}
#wa:visited { 
	color: white;
}
#wa:hover { 
	color: #2255ff;
}
#wa:active { 
}

/* Internet Explorer and the Expanding Box Problem.
It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.
The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.
*/
body { 
	word-wrap: break-word; 
}
#WhiteLink { 
	color: white; 
}
/*<agl.folder "Body Div">*/
	.body { 
		margin: auto; 
	}
/*</agl.folder>*/
/*<agl.folder "Top Banner">*/
	#TopBanner { 
		background-image: url(../imgs/top_cadre.png); 
		background-repeat: no-repeat; 
		background-position: left 50%; 
		width: 827px; 
		height: 148px; 
		z-index: 15; 
	}
	#BannerPicture { 
		background-image: url(../imgs/tb_main.png); 
		background-repeat: no-repeat; 
		background-position: 50% 4px; 
		width: 819px; 
		height: 147px; 
		z-index: 1; 
	}
	#Logo {
		background-image: url(../imgs/logo_rcmaq.png); 
		background-repeat: no-repeat; 
		background-position: 50% 10px; 
		width: 312px; 
		height: 140px; 
		margin: 0 0 0 10px; 
		float: left;
	}
/*</agl.folder>*/
/*<agl.folder "Button Banner">*/
	#ButtonBanner { 
		background-image: url(../imgs/button_cadre.png); 
		background-repeat: no-repeat; 
		width: 817px; 
		height: 50px; 
		z-index: 15; 
		padding-left: 10px;
	}
/*</agl.folder>*/
/*<agl.folder "Body Banner">*/
	#BodyCadre { 
		background-image: url(../imgs/body_cadre.png); 
		background-repeat: repeat-y; 
		width: 827px; 
		height: 512px; 
		z-index: 15; 
		float:none;
	}
	#BodyDatas { 
		background-image: url(../imgs/white_trans.png); 
		width: 819px; 
		height: 512px; 
		z-index: 1; 
		overflow: auto;
		margin-down: 10px;
		float: none;
	}
	#NavBody { 
		color: #6e6e6e; 
		font-size: 13px; 
		margin-right: 15px; 
		margin-bottom: 15px; 
		margin-left: 15px; 
		padding-top: 10px; 
	}
/*</agl.folder>*/
/*<agl.folder "Down Banner">*/
	#DownDatas { 
		background-image: url(../imgs/banner_down.png); 
		background-repeat: repeat-x; 
		width: 826px; 
		height: 33px; 
		visibility: visible; 
	}
	#DownCadre { 
		color: white; 
		font-size: 12px; 
		font-weight: bold; 
		background-image: url(../imgs/down_banner.png); 
		background-repeat: no-repeat; 
		width: 813px; 
		height: 33px; 
		visibility: visible; 
		padding-top: 9px; 
		padding-left: 14px; 
	}
/*</agl.folder>*/
/*<agl.folder "Small Box">*/
	#Small {
		width: 379px;
		float: left;
		margin-left: 20px;
				
	}
	#SmallTitle { 
		background-image: url(../imgs/small_banner.png); 
		background-repeat: repeat-x; 
		width: 379px; 
		height: 22px; 
		z-index: 25; 
		color: white;
		font-weight: bold;
		text-align: center;
		padding-top: 14px;
	}
	#SmallDatas { 
		background-image: url(../imgs/white_trans.png); 
		width: 375px;
		height: 150px; 
		border: solid 2px #006599;
		overflow: auto;
		padding-top: 2px;
	}
	#SmallPicture {
		width: 160px;
		height: 120px;
		text-align: center;
		vertical-align: middle;
		float: left;
		padding-top: 20px;
	}
	#SmallDesc {
		width: 210px;
		height: 120px;
		text-align: justify;
		margin-top : 30px;
		margin-left: 160px;
	}
	.SmallLine {
		margin-left: 2px;
		width: 345px;
		height: 25px;
		padding-top: 5px;
		padding-left: 5px;
	}
	#SmallImpLine {
		border-bottom: solid 1px black;
		background-color: #CCCCCC;
	}
	#SmallPaiLine {
		border-bottom: solid 1px black;
		background-color: #FFFFFF;
	}
/*</agl.folder>*/
/*<agl.folder "Big Box">*/
	#Big {
		width: 754px;
		margin-left: 20px;		
	}
	#Big2 {
		width: 754px;
		margin-left: 20px;
		margin-top: 220px;		
	}
	#BigTitle { 
		color: white; 
		font-size: 16px; 
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
		font-weight: bold; 
		background-image: url(../imgs/big_banner.png); 
		background-repeat: repeat-x; 
		text-align: center; 
		width: 778px; 
		height: 22px; 
		padding-top: 14px; 
		margin-top:10px;
	}
	.BigLine {
		margin-left: 2px;
		width: 754px;
		height: 25px;
		padding-top: 5px;
		padding-left: 5px;
	}
	#BigDatas { 
		background-image: url(../imgs/white_trans.png); 
		text-align: justify; 
		width: 754px; 
		min-height: 50px; 
		padding: 10px; 
		border: solid 2px #006599; 
		margin-down: 20px;
	}
	#DetailsBox {
		text-align: left;
		width: auto;
		height: auto;
		border-bottom: solid;
		border-bottom-width: 2px;
		border-bottom-color: #006599;
		font-size: 11px;
	}
	#DescBox{
		width: auto;
		height: auto;
		text-align: justify;
	}
	#BigImpLine {
		border-bottom: solid 1px black;
		background-color: #CCCCCC;
	}
	#BigPaiLine {
		border-bottom: solid 1px black;
		background-color: #FFFFFF;
	}
	.RevueLine {
		margin-left: 2px;
		width: 754px;
		height: 175px;
		padding-top: 5px;
		padding-left: 5px;
	}
	#RevuePict {
		width: 120px;
		height: auto;
		float: left;
		text-align: center;
		vertical-align: middle;
		margin-top: 10px;
	}
	#RevueDatas {
		width: auto;
		height: auto;
		padding-left: 150px;
	}
	#RevueTitle {
		height: 25px;
		width: auto;
		border-bottom: solid 2px black;
		border-left: solid 1px black;
		padding-left: 5px;
	}
	#RevueDesc {
		height: auto;
		width: auto;
		border-left: solid 1px black;
		padding-left: 5px;
		padding-top: 2px;
		text-align: justify;
	}
	.ArticleLine {
		margin-left: 2px;
		width: 754px;
		height: 115px;
		padding-top: 5px;
		padding-left: 5px;
	}
	#ArticlePict {
		width: 120px;
		height: auto;
		float: left;
		text-align: center;
		vertical-align: middle;
		margin-top: 10px;
	}
	#ArticleDatas {
		width: auto;
		height: auto;
		padding-left: 150px;
	}
	#ArticleTitle {
		height: 25px;
		width: auto;
		border-bottom: solid 2px black;
		border-left: solid 1px black;
		padding-left: 5px;
	}
	#ArticleDesc {
		height: auto;
		width: auto;
		border-left: solid 1px black;
		padding-left: 5px;
		padding-top: 2px;
		text-align: justify;
	}

/*</agl.folder>*/
/*<agl.folder "Buttons">*/
	.button {
		color: black;
		font-size: 15px;
		font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
		font-weight: bold;
		background-image: url(../imgs/buttons.png);
		background-repeat: no-repeat;
		text-align: center;
		width: 110px;
		height: 32px;
		float: left;
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 12px;
		padding-top: 6px;		
	}
	.button:hover {
		width: 110px;
		height: 32px;
		background-image: url(../imgs/buttons_sel.png);
	}
#ImgLink {
	border: 0px;
}

#Annonce {
	color: white; 
	font-size: 16px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	background-image: url(../imgs/big_red_banner.png); 
	background-repeat: repeat-x; 
	text-align: center; 
	width: 778px; 
	height: 22px; 
	padding-top: 14px; 
	margin-top:10px; 
	margin-bottom: 15px;
}
/*</agl.folder>*/