*{margin:0; padding:0;}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background: #c7c7c7 url('../graphics/pcc_bg.png') repeat-y;
}




/* =================Style user=======================*/
.centre{text-align:center;}
.black{color:#000;}
.borderblack{border: 1px #666 solid}
.chapeau{font-style: italic;font-size:1em;}
.bold, .gras, .b{font-weight: bold;}
.italic, .italique, .source , .i{font-style: italic;}
.red, .rouge{color:#ae3b21;}
.chemin{font-size:1em; font-weight:bold; text-align:left;}
.copyright {font-size:0.6em;font-style: italic;color:#999}

/* =================Mise en page=======================*/
#conteneur {
position: absolute;
width:100%;
background: transparent url('../graphics/pcc_top.png') no-repeat;
}

#header {
position: absolute;
left:50px;
top:78px;
width:950px;
text-align:center;
color:#4d4d4d;
font-size:1.2em;
}

#lang{
position: absolute;
left:850px;
top:123px;
width:120px;
text-align:center;
color: #000000;
}
	#lang a{
	color: #780e10;
	text-decoration: none;    
	}
	#lang a:hover{
	color: #000000;
	}
	#lang a.on{
	color: #000000;
	}

#menu {
position: absolute;
left:55px;
top:123px;
width:700px;
text-align:left;
color: #000000;
}
    #menu ul{
    display:inline;
    list-style-type: none;
    text-align: center;
    }
    #menu li {
    display:inline;
    padding: 0px 5px;
    /*background: url('../graphics/pcc_bullet_red') no-repeat 0px center;*/
    }

    #menu a{
    color: #780e10;
    text-decoration:none;
    }
    #menu a:hover{
    color: #000000;
    }
    #menu a.on{
    color: #000000;
    }

#leftcolumn {
	width: 180px;
	text-align:left;
	float:left;
}
	#leftcolumn p{
	line-height:3em;
	}
	#leftcolumn form p{
	line-height:1.5em;
	}
    #leftcolumn a{
    color: #780e10;
    text-decoration:none;
    
    }
    #leftcolumn a:hover{
    text-decoration:underline;
    color: #000000;
    }
	
	#leftcolumn a.on{
    text-decoration:none;
    border-bottom:0px #000000 none;
    color: #000000;
    }

#rightcolumn {
	margin-left: 190px;
	margin-right: 10px;
}

#photocolumn {
	float:right;
	margin-left:20px;
}




#contenu
{
margin-left:60px;
margin-top: 160px;
width:890px;
color: #000000;
}

#note{
	float:right;
	width:200px;
	color:#333;
	background-color:#eeeeee;
	padding:2px 5px 5px 12px;
}
    #note h2{
    background:tranparent;
    color:#000;
    font-size:1em;
    font-weight:normal;
    }
    
#contenu a{
    color:#780e10;
    text-decoration:none;
    border-bottom:1px #780e10 dotted;
    }
#contenu a:hover{
    color:#780e10;
    text-decoration:none;
    border-bottom:1px #780e10 solid;
    }
#contenu a .noborder{ border-width:0px;}
#contenu a:hover .noborder{ border-width:0px;}    

img.imgleft{
	float:left;
	margin-right:10px;
}
img.imgright{
	float:right;
	margin-left:10px;
	margin-right:10px;
}


img{border-width:1px;}

h1,  .title1{
font-weight:bold;
font-size:1.5em;
color:#000;
padding-left:20px;
margin:20px 0px;
background: url('../graphics/pcc_bullet_red.png') no-repeat 0px 5px;
}
h2, .title2{
font-weight:bold;
font-size:1.2em;
margin:10px 0px;
color:#000;
}
h3, .title3{
font-weight:bold;
color:#000;
}
dt{
font-weight:bold;
color:#666;
}
dd{margin-left:50px;}
strong{font-size:90%}
td{
    vertical-align:top;
    padding:5px;
}

form{color:#000;}


