/**
* cdscStyles
***********/

/*
colors
orangeade 		:	EE7700
violine 		:	9D0057
verdure			:	C1BF00 ::> Desnoyer
gisiouille		:	627B7E
*/

	/* hide from ie on mac \*/
	html {
		/*height: 100%;
		overflow: hidden;*/
	}
	
	#cdscContent {
		/*height: 100%;*/
	}
	/* end hide */

	body {
		/*height: 100%;*/
		margin: 0;
		padding: 0;
	}


	html, body {
		font-size: 90%;
		line-height: 80%;
	}

	body {
		color: #627B7E;
		background: #FFF;
		font: normal 1em/1.125em Verdana, Helvetica, Arial, sans-serif;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin:  0;
		padding: 0;
		font-size: 90%;
		line-height: 180%;		
	}

	#cdscHeader, #cdscFooter {
		margin: 0;
		padding: 0 10px;
	}
	
	#cdscHeader {
		border: 1px solid #9D0057;
		border-width: 0 0 3px;
	}
		#cdscHeader a {
			height: 4%;	
			display: none;
			color: #627B7E;
		}

	#cdscMain {
		/*height: 90%;
		height: 100%;
		overflow: auto;*/
	}
	
		#flashcnt {
			padding: 0;
			margin: 0;
			width: 100%;
			/*height: 100%;  30 + 500 + 100*/
			height: 600px;
		}
		
		object, embed {
			display: block;
			margin: 0;
			padding: 0;
		}
		
	#cdscFooter {
		background: #FFF;
		color: #627B7E;
		font-size: .75em;
		text-align: right;
	}
	#cdscFooter strong { font-weight: lighter;	}
	
	#cdscFooter a {	outline: none; }
	
	#cdscFooter a:link {
		text-decoration: none;
		color: #627B7E;
	}
	#cdscFooter a:visited { color: #EE7700;	}
	#cdscFooter a:hover, #cdscFooter a:focus {
		color: #9D0057;
		text-decoration: underline;
	}
	#cdscFooter a:active { color: #C1BF00; }
	
	#cdscFooter p.mustHide {display: none;}
