/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	color: #d0d0d0;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
}
.puce {
	background-image: url(../img/puce.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 35px;
	position: relative;
	top: 25px;
}
p, ul {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
}
h1 {
	font: normal 2.4em sans-serif;
}
h2 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h3 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #D0D0D0;
}
h4 {
	padding-bottom: 4px;
	font-family: Verdana, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h5 {
	font-size: 1em;
	padding-bottom: 5px;
	line-height: 1.2em;
	font-weight: normal;
	color: #121213;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: justify;
}
code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}
.imgbas {
	border: 1px solid #666666;
}
.gauche {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.droite {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
ul {
	margin-left: 2em;
}
/* misc */
.clearer {
	clear: both;
}
.stripes {
	background: #333 url(../img/stripe.gif);
	height: 6px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* header */
.header {
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 200px;
	background-image: url(../img/header_myriam.jpg);
	background-repeat: no-repeat;
	width: 780px;
}
/* structure */
.container {
	width: 780px;
	margin: auto;
	border: 2px solid #444;
	background-color: #393939;
}
.main {
	background: #292929;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {
	width: 63%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.main .right {
	width: 35%;
	background-color: #2A2A2A;
	float: right;
}
.content {
	background-color: #393939;
}
/* content elements */
.content h1 {
	color: #CCCCCC;
	padding-left: 40px;
	text-align: left;
	position: relative;
	margin-bottom: 10px;
	background: url(../img/bgh1.gif) repeat-x 0 27px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {
	color: #CCC;
}
.content .descr {
	margin-bottom: 5px;
	color: #CC9900;
}
/* navigation */
.nav {
	background: #191919 url(../img/nav.gif);
}
.nav a {
	background: #191919 url(../img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1.2em Verdana, sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(../img/nav_hover.gif);
	color: #CC9900;
}
/* sub-navigation */
.subnav {
	width: 265px;
	float: right;
}
.subnav2 {
	border-top-color: #444;
	background-color: gray;
	float: right;
	width: 260px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.subnav3 {
	border-top-color: #444;
	background-color: #999999;
	float: right;
	width: 260px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.subnav4 {
	background-color: #444;
	float: right;
	width: 260px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px dotted #CC9900;
}

.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(../img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	font-size: 1.2em;
	line-height: 1.8em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #CC9900;
	
}
/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #CC9900;
	background: #222;
}
.col3, .col3center {
	float: left;
	width: 31%;
}
.col3center {
	margin: 0 3%;
}
/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {
	color: #888;
}

