@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #DFAF51;
}
div#navcontainer
{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}

div#navcontainer ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	text-align: right;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
	padding: 5px 10px 5px 10px;
	color: #9D585B;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}

div#navcontainer ul li a:hover
{
	background-color: #999900;
	color: #000000;
}
.contentUl     {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#container {
	width: 90%;
	text-align: left;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #EBEBEB;
	border-left-color: #CCCCCC;
}
.medLinks {
	font-weight: bold;
	color: #828200;
	text-decoration: none;
}

#medcontainer {
	width: 90%;
	text-align: left;
	height: auto;
	background-color: #DADBD3;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #EBEBEB;
	border-left-color: #CCCCCC;
}
#mainContent {
	margin-right: 26%;
	margin-bottom: 0;
	margin-left: 20px;
	margin-top: 0px;
}

#active a {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #009900;
}
.blue {
	background: #2B5D66;
}
.green {
	background: #707D3E;
}
.orange {
	background-color: #D59433;
}
.rose {
	background-color: #9D585B;
}
.rouge {
	background-color: #9D4139;
}
.gris {
	background-color: #C0BDAB;
}
.white {
	background-color: #FFFFFF;
}
.ochre {
	background-color: #CC9966;
}
.sienna {
	background-color: #81805C;
}
#leftcol {
	width: auto;
	float: left;
	background-color: #FFFFFF;
}
#cv {
	margin-left: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#linkContainer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBEBEB;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #EBEBEB;
}

#sidebar1 {
	float: right;
	width: 18%;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #DADADA;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}
.medList {
	list-style-position: outside;
	list-style-image: url(../img/fleche.png);
	list-style-type: disc;
	color: #9D585B;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	font-size: 11px;
	text-decoration: none;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}

