
*{padding:0px; margin:0px;}

ul {padding:0;margin:0;list-style-type:none;}

body {
	font-size: 12px;
	font-family: Arial, Verdana, Arial, "Andale Mono", Georgia;
	color: #5F5F5F;
	margin: 120px 0px 30px 0px;
	background:white;
}

#centered {
	width:860px;
	border: 0px solid;

	margin: 0 auto;
	padding: 0px;

}

#content {
	top: 37px;
	position: relative;
	float:right;
	width: 660px;
	border:0px solid;
}

.wide {
	border: 0px solid;
	width: 660px;
	padding-bottom: 100px;
}


#visage {
	position: fixed;
	top: 90px;
	left: 70px;
	border: 0px solid;
	width:180px;
	margin: 0 auto;
}


/************* Menu ****************/

#menu {
	float: left;
	border: 0px solid black;
	width:180px;
	position:fixed;
	margin: 0 auto;
}

#menu_title{
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}

#menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

#menu ul li {
	text-align: right;
	padding-right: 20px;
}

#subP, #subA, #subV {
	display: none;
}

#subP ul li, #subA ul li, #subV ul li  {
	padding-right: 15px;
}

#menu ul li a, #menu ul li a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#AFAFAF;
}

#menu ul li span {
	text-decoration:none;
	font-weight:bold;
	color:#5F5F5F;
}

#menu ul li a:hover{
	text-decoration:none;
	color:#CFCFCF;
	padding: 0px 2px 0px 2px;
}





/****************** HOME ********************/


.news_left{
	float: left;
	width: 200px;
	padding-right: 20px;
}

.news_right{
	float: left;
	width: 440px;
}

.news_wide{
	width: 660px;
}

.news_desc {
	text-align: justify;
}



/*************** Perfos ********************/

#pr_title{
	margin-bottom: 20px;
	font-weight: bold;
}

.pics{
	height: 280px;
}


/*************** Dates *********************/

.date_title{
	padding-bottom: 15px;
}

#dates tr {
	height: 20px;
	vertical-align: top;
}


.col1 {
	width: 120px;
}
.col2 {
	width: 130px;
}
.col3 {
	width: 260px;
}
.col4 {
	width: 150px;
}

.thumbnail {
	text-align: left;
}

/************** Contact *************/


#cnt_left {
	float:left;
	width:400px;
	text-align: justify;
	border: 0px solid;
}
#cnt_right {
	float:right;
	width:240px;
	text-align: justify;
	border: 0px solid;
	padding-left: 20px;
}


.separator{
	border-bottom: 1px dotted;
	border-color:#5393DF;
	margin: 30px 0px 30px 0px;
}

.separator_m{
	border-bottom: 1px solid;
	border-color:#5393DF;
	margin: 10px 0px 10px 0px;
}

.separator_s{
	border-bottom: 1px dotted;
	border-color:#5393DF;
	margin: 10px 0px 10px 0px;
}

.square {
	list-style-type:square;
	list-style-position:outside;
}

.circle{
	list-style-type:disk;
	list-style-position:inside;
}

.prof_ul li{
	padding: 5px 0px 5px 0px;
}

.img {
	border-style: none;
	border-width: 0px;
}


.clearFlat {
	clear: both;
	padding:0px;
}

.v_light{
	color: #CFCFCF;
}

.clear {
	clear: both;
	padding:5px;
}

.just {
	text-align: justify;
}

.linebreak {
	clear: both;
	padding:5px;
	text-align:center;
	border-bottom: 1px solid;
}

a:link {
	color:#AFAFAF;
	text-decoration: none;
}
a:visited {
	color:#AFAFAF;
	text-decoration: none;
}
a:hover {
	color:#CFCFCF;
	padding: 0px 2px 0px 2px;
	background-color:#5393DF;
	text-decoration: none;
}
a:active {
	color:#AFAFAF;
	text-decoration: none;
}

hr {
  	border: 0 dashed;
  	width: 155px;
   	color: #AFAFAF;
	background-color: #AFAFAF;
	height: 1px;
	text-align:left;
}

