/* CSS Document */

/* style par défaut */

	

	body {
		background:   url("CSSimages/background.gif") repeat-y 50% 0;
		background-color: #666666;
		background-attachment: fixed;
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		color: #666666;
		font-size: 12px;
		}
		
	h1, h2, h3, h4 {
	color: #990000;
	clear: both;
	letter-spacing: 0.01em;
		}
	h2 {
	font-size: 150%;
	
		}
		
	h3 {
	font-size: 125%;
	
		}
		h4 {
	font-size: 100%;
	clear: none;
	
		}
	a {
		text-decoration: none;
		font-weight: bold;
		border-bottom: solid 1px;
		}
		
		
	a:link {
		color: #CC0000;
		}

	a:visited {
		color: #990000;
		}
		
	a:hover {
		color: #FF0000;
		border-bottom: solid 1px;
		}
		
	a:active {
		color: #CC0000;
		border-bottom: solid 1px;
		}
		
	
/* Styles pour la page */

	#page {
	width: 900px;
	margin: 0px auto;
	background:   #FFFFFF url("CSSimages/FndText.gif") repeat-y 50% 0;
	text-align: center;
		}		

/* Header et Menu */
		
	#header {
	width: 900px;
	height: 120px;
	background:   #666666 url(CSSimages/SycHeader.jpg) no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	background-color: #666666;
		}
		#header a {
		border-bottom-style: none;
		}
		
	#menu {
		width: 860px;
		height: 20px;
		background:   #666666 url(CSSimages/SycMenu.jpg) no-repeat;
		color: #CCCCCC;
		text-align: left;
		padding: 5px 20px 5px 20px;
		margin: 0px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		}
		
	#menu a {
		padding: 0px 10px 1px 10px;
		text-decoration: none;
		border-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #666666;
		border-left-color: #666666;
		border-bottom-style: none;
		border-bottom-color: none;

		}
	
	#menu a:link {
		color: #CCCCCC;
		}
		
	#menu a:visited {
		color: #CCCCCC;
		}
		
	#menu a:hover {
		color: #FFFFFF;
		background-color: #333333;
		padding: 0px 10px 1px 10px;
		border: solid;
		border-width: 1px;
		border-top-color: #000000;
		border-right-color: #666666;
		border-bottom-color: #666666;
		border-left-color: #000000;
		}
		
	#menu a:active {
		color: #FFFFFF;
		background-color: #333333;
		padding: 0px 10px 1px 10px;
		border: solid;
		border-width: 1px;
		border-top-color: #000000;
		border-right-color: #666666;
		border-bottom-color: #666666;
		border-left-color: #000000;
		}

	
	.left {
		width: 600px;
		margin: 10px;
		float: left;
		}
	
	.right {
		font-size: 90%;
		color: #999999;
		width: 200px;
		margin: 10px;
		float: right;
		}
		
	.frame {
		float: left;
		margin: 0px; /* on place ce bloc à droite du bloc menu de 170px de large */
		width: 645px;
		}
		
/* Section Titre */
	
	#BlocTitre {
	padding: 15px 10px 5px;
	width: 880px;
	height: 20px;
	background:   url("CSSimages/FndTitre.gif");
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #999999;
	margin: 0px;
	background-color: #CCCCCC;
		}
	
	#ContentTitle {
		width: 600px;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
		}
		
		
	#NavigTitle {
		width: 200px;
		margin: 2px 10px 0px;
		}
	
/* Section Contenu */

	#BlocText {
		padding: 0px 10px 10px;
		width: 880px;
		text-align: left;
		margin: 10px 0px 0px;
		}
		
	
	
	#ContentText {
		width: 610px;
		margin: 5px 10px 20px;
		padding: 0px;
		text-align: left;
		}
		
	#ContentTextNews {
		width: 620px;
		height: 500px;
		overflow: auto;
		margin: 0px 0px 0px 10px;
		padding: 0px;
		text-align: left;
		/*
		scrollbar-face-color: #990000;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-track-color: #FFFFFF;
		scrollbar-3dlight-color: #6F3414;
		scrollbar-highlight-color: #CC3300;
		scrollbar-shadow-color: #660000;
		scrollbar-darkshadow-color: #330000;
		*/
		
		scrollbar-face-color: #CCCCCC;
		scrollbar-arrow-color: #666666;
		scrollbar-track-color: #DDDDDD;
		scrollbar-3dlight-color: #999999;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #999999;
		scrollbar-darkshadow-color: #666666;
		
		}
	
	#ContentText ul {
		text-indent: -20px;
		line-height: 120%;
		}
		
	#ContentText li {
		text-indent: 0px;
		list-style-type: disc;
		}
	
	.smaLink {
		float: right;
		font-size: 10px;
		}
		

				
	

	.imageright {
		float: right;
		padding: 1px;
		margin: 0px 5px 5px 10px;
		border: 1px solid #CCCCCC;
		text-align: right;
		}
		
	.imageleft {
		float: left;
		padding: 1px;
		margin: 5px 5px 5px 0px;
		border: 1px solid #CCCCCC;
		text-align: left;
		}
		
	.imagecenter {
		float: none;
		clear: both;
		padding: 1px;
		margin: 5px;
		border: 1px solid #CCCCCC;
		text-align: center;
		}
		
	.objectcenter {
		float: none;
		clear: both;
		padding: 1px;
		margin: 5px;
		text-align: center;
		}

	object.news {
		width: 600px;
		height: auto;
		float: left;
		padding: 1px;
		margin: 0px 5px -20px 10px;
		background-image: none;
		background-color: #CCCCCC;
		border: 1px solid #CCCCCC;
		text-align: left;
		}
		
	form {
	margin: 0px auto;
	width: 380px;
	height: auto;
	font-size: 11px;
	line-height: 30px;
	text-align: right;
	font-weight: bold;
	color: #990000;
		}

	form p{
	
		text-align: left;
		float: left;

		}
		
		
		
/* Navigation droite*/

	#NavigText {
	right: 20%;
	width: 200px;
		}
		
	#NavigText li{
		font-size: 14px;
		color: #990000;
		text-decoration: none;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
		list-style-type: none;
		text-indent: -40px;
		}
	
	#sousNavig li{
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	padding: 5px;
	list-style-type: disc;
	text-indent: -60px;
	list-style-position: inside;
		}
		
	.news {
		font-size: 12px;
		padding-top: 5px;
		padding-bottom: 15px;
		margin-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #999999;
		}
		
	div.news:first-line {
		color: #990000;
		font-weight: bold;
		line-height: 18px;
		}
		
	p.news:first-line {
		color: #990000;
		font-weight: bold;
		line-height: 18px;
		}
	


/* Section Footer */

	#footer {
	width: 900px;
	clear: both;
	background:  #CCCCCC url("CSSimages/FndTitre.gif") repeat-y;
	text-align: left;
	bottom: 0;
	background-color: #CCCCCC;
		}
	
	#footerText {
		font-size: 80%;
		width: 600px;
		padding: 10px 20px 05px 20px;
		margin: 0px;
		text-align: center;
		color:#999999;
		}
		

	


		

		
