/* CSS Document */

body
{
	background-image:url(../images/blogue/blogue_back.jpg); 
	background-position: top center; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family:"Courier New", Courier, monospace;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11pt;
}

a
{
	text-decoration:none;	
}

img
{
	border: 0px;	
}

#wrapper
{
	width:1000px;
	margin:0 auto;
	border:0px black solid;
}

#wrapper_head
{
	width:1000px;
	margin:0 auto;
	border:0px black solid;
}

#head
{
	background-image:url(../images/blogue/blogue_uqam_top.png);
	background-repeat:no-repeat;
	background-position: top center; 
	height:177px;
	border:0px red solid;

}

#logo
{
	float:left;
}


#top_menu
{
	float:left;
	margin-left:15px;
	margin-top:143px;

}
	#top_menu ul
	{
		margin:0px;
		padding:0px;
	}


	#top_menu ul li
	{
		display:inline;
		color:#FFF;
		font-weight:bold;
		margin-right:20px;
	}
	
	#top_menu ul li a
	{
		color:#FFF;
	}

#top_menu div#langues.m_div a
{
	color:#FFF;
	font-weight:bold;
	margin-top:10px;
}

	#top_menu .m_div
	{
		color:#a61f1f;
		color:#FFF;
		padding:10px 15px 5px 15px;
		float:left;
			
	}
	
		#top_menu .m_div a
		{
			color:#a61f1f;
			color:#FFF;
			font-size:8pt;
		}



#middle
{
	padding-top:30px;
	min-height:450px;
}


	#middle #a_la_une
	{
		width:630px;
		height:411px;
		border:0px solid red;
		float:left;
		background:url(../images/blogue/ruban.png) left top no-repeat;
	}
	
	#middle #recents
	{
		width:335px;
		height:411px;
		margin-left:20px;
		border:0px solid green;
		float:right;
		background:url(../images/blogue/carre_jaune.png) left top no-repeat;
	}
	
	.three_boxes
	{
		height:186px;
		margin-top:25px;
		margin-bottom:35px;
	}
	
		.box1
		{
			padding-left:40px;
			height:186px;
			width:290px;
			border-right: dashed 1px black;
			background:url(../images/blogue/back-crayon.png) center top no-repeat;
			float:left;
		}
		
		.box2
		{
			padding-left:40px;
			height:186px;
			width:290px;
			border-right: dashed 1px black;
			background:url(../images/blogue/back-crayon.png) center top no-repeat;
			float:left;
		}
		
		.box3
		{
			padding-left:40px;
			height:186px;
			width:290px;
			background:url(../images/blogue/back-crayon.png) center top no-repeat;
			float:left;
		}
		
		.box6
		{
			padding-left:40px;
			height:186px;
			width:290px;
			background:url(../images/blogue/search.png) center top no-repeat;
			float:left;
		}
		
	.content
	{
		width:970px;
		background-image:url(../images/blogue/pale_gray_bck.png);
		padding:15px;

	}



#inclusion
{
	float:left;
	border:0px blue solid;
	width:330px;
	padding-top:30px;
	padding-left:20px;
}
	


#langues
{ 
	margin-top:-5px;
	margin-left:10px;
}

ul#choixLangues
			{
				margin:0;
				padding:0;
				list-style-type:none;
				color:#FFF;
			}
			
			ul#choixLangues li
			{
				color:#FFF;
				float:left;
				width:60px;	
				list-style-type:none;
				font-size:10px;
			}
			
			ul#choixLangues li a
			{
				color:#FFF;
				text-decoration:none;
				font-weight:bold;
			}
			
			#langues
			{
				padding-top:25px !important;
			}

#foot
{
	background:url(../images/blogue/blogue_foot.jpg) center top no-repeat;
	height:78px;
	margin-top:30px;
		
}
			
	#wrapper_foot
	{
		width:1000px;
		margin:0 auto;
		color:white;
		padding-top:20px;
	}
	
		#wrapper_foot #copyright
		{
			float:left;

		}
		
		#wrapper_foot #telephone
		{
			float:left;
			margin-left:60px;
			font-weight:bold;
			
		}
		
		#wrapper_foot #plogg_logo
		{
			float:right;
			padding-right:20px;
			
		}
