/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	
	}






															/** MAIN CONTAINERS **/
div#container {
	/**marge haut par rapport au bandhaut **/
	margin: 2em auto; 
	}
	div#header {
		height: 241px;
		color: inherit;
		
		/*border: 1px solid #e5e5e5;
		border-width: 0 0px 0px 0;*/
		
		}
		div#header-in {
			
  padding-top: 0px;
			
			}
	
	div#header2 {
		/** marge pour le menu haut **/
		padding-top: 0px;
	    padding-bottom: 0px;
		
		
		
		width: 900px;
		height: 0px;
		color: inherit;
		/*border: 0px solid #e5e5e5;
		border-width: 0px 2px 2px 0px;*/
		}
		div#header-in2 {
				
			/*background-color: #2569AE;
			border-top: solid 2px   #CCCCCC;*/

			/*border-top: solid 2px   #CCCCCC;
	/*border-bottom: solid 2px #CCCCCC;
	border-right: solid 0px #CCCCCC;*/
			}
	
	div#content-wrap {
		/** pading pour le contenu saus le menu haut **/
		padding: 30px 0;
		}
		div.content {
			padding-top: 30px;
			color: inherit;
			padding-left: 0px;
			padding-right:0px;
			/*background-color: #333333;*/
			/*border: 1px solid #e5e5e5;
			border-width: 0 0px 0px 0;*/
			}
			div.content-in {
					padding-top: 0px;
				padding-left: 20px;
				padding-right:7px;
				padding-bottom: 0px;
			
				
				}
		div.column {
			padding-top: 30px;
			width: 160px;
			color: inherit;
			
			
			/*border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;*/
			}
			div.column-in {
				padding-top: 0px;
				padding-left: 0px;
				padding-right:0px;
				padding-bottom: 20px;
				}
	div#footer {
		
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-image: url(../images/bandebas.gif);
	background-repeat: no-repeat;

	
	
		/*border: 1px solid #e5e5e5;
		border-width: 0 0px 0px 0;*/
		}
		div#footer-in {
			padding: 10px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }






															/** FORMS **/
* { }






															/** END **/