/* CSS Document */
* {
	padding: 0;
	margin: 0;
 }
body {
	font: 12px/1.4em Verdana,Helvetica,Arial,Tahoma,sans-serif;
	color: #666;
}

blockquote {
	font-style: italic;
}

a, 
a:link, 
a:active, 
a:visited {
	color: #39c; 
	text-decoration: none; 
	}	
a:hover {
	color: #d02f4e; 
	text-decoration: none; 
	}
h1 {
	margin: 0;
	padding: 10px 0 10px 0;
	text-transform:uppercase;
	font-size: 110%;
	color: #d0304e;
	}
.home{
	margin-top: 35px;
	padding: 10px 0 10px 0;
	text-transform:none;
	font-size: 110%;
	line-height:130%;
	}	
	
h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 105%;
	/*font-weight:normal;*/
	color: #23836b;
	}
.maj{
	text-transform:uppercase;
	font-size: 95%;	
	}	
.ariane{
	margin: 0;
	padding: 10px 10px 22px 0;
	font-size: 80%;
	font-weight: normal;
	color: #999;
}		

.boxed {
	/*padding: 5px 30px 20px 50px;*/
	padding: 0 30px 20px 50px;	
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 145%;
}
ul {
	margin: 0 5px 0 20px;
	padding: 0;
	list-style: square;
}

li {
	padding: 2px 0;
}
p {
	line-height: 135%;
	text-align:justify;
	margin:0;
	padding:2px 0 5px 0;
}
.legal{
	padding:30px 0 10px 0;
	color:#999999;
	font-size:90%;
	text-align:left;
}
/* Page */

#page {
	width: 100%;
	margin: 0 auto;
}
/* contenu de remplacement du menu flash */

.menu{
	margin:0;
	padding: 30px 0 10px 50px;
	font-size: 100%;
	color:#ddd;
	text-align:left;
	}
.update{
	padding: 10px 30px 20px 50px;
	font-size: 85%;
	color:#ddd;
	}	
#myContent{
display:none;
 	} 
#myContent a, 
#myContent a:link, 
#myContent a:active, 
#myContent a:visited {
	color: #fff; 
	text-decoration: none; 
	}	
#myContent a:hover {
	color: #fff; 
	text-decoration: underline; 
	}
/* Sidebar */

#sidebar {
	display: none;
}
/*pour le logo a l'impression*/
.print02 {
	display: inline;
	margin:0 0 0 20px;
	}
.screen {
	display: none;
	}

/* Logo */

#logo {
	height: 145px;
	/*background: #FFFFFF url(images/img02.gif) no-repeat right ;*/
	text-align: right;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: right;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 20px 0 0 16px;
	text-align:right;
	/*background: url(images/logo_duclos.gif) no-repeat center center;*/
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */
#clear {
clear:both;
}

#menu {
display:none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 7px 5px 7px 15px;
	font-size: 100%;
	font-weight:bold;	
	/*background: url(images/img05.gif) repeat-x;*/
	background-image: url(images/bullet02.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;	
}

#menu li.first {
	/*background: none;*/
	color:#fff;	
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;	
}

#menu a {
	text-decoration: none;
	/*font-size: 129%;*/
	color: #f2b4b0;
}

#menu a:hover {
	text-decoration: none;
	color:#fff;
}

/* Content */

#content {
	float: none;
	width: 100%;
}

/* Footer */

#footer {
	width: 90%;
	margin: 0 auto;
	/*background: url(images/img12.gif) repeat-x;*/
}

#footer p {
	margin: 0;
	font-size: 85%;
}
#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 0;
	/*background: url(images/img13.gif) repeat-x;*/
}

#links a {
	color: #999;
}
/*#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	/*background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #360;
}*/

#legal {
	float: right;
	width: 400px;
	height: 45px;
	padding: 35px 0 0 20px;
}