/* Page block positionning */

#principal	{	
				margin-top: 0;
				margin-left: 200px;
				margin-right: 200px;
				padding: 5px;
			}

#actualite	{	
				margin-top: 0;
				text-align: left;
				float: right;
				background-color: #eee;
				background-image: url('../images/fond_rss.gif');
				background-attachment: scroll;
				background-position: center top;
				background-repeat: repeat;
				width: 200px;
				color: #000080;
				border-left: solid 1px #888;
				border-bottom: solid 1px #888;
				font-size: inherit;
				margin-bottom: 1em;
			}
			
#actualite .source	{	font-size: 1.2em;
						font-weight: bold;
						font-family: Verdana, Arial, Sans;
						padding-bottom: 0;
						padding-left: 0.1em;
						margin-bottom: 0;
					}
#actualite a		 {	text-decoration: none; color: #000080; }
#actualite a:link	 {	text-decoration: none; color: #000080; }
#actualite a:active	 {	text-decoration: underline; color: #960000; }
#actualite a:visited {	text-decoration: none; color: #000080; }
#actualite a:hover	 {	text-decoration: underline; color: #960000; }


#actualite ul	{	padding: 0 0 0 1.2em;
					margin-top: 0.2em;
					margin-left: 0;
				}
#actualite li	{	list-style: square;
					font-size: 80%;
				}

