/*
Charte Graphique

Jaune logo C911T�: rgb(255,236,1)
Rouge logo C911T�: rgb(227,0,27)
Bleu logo 911T�: rgb(0,157,224)
Orang� Plaques�: rgb(250,195,7)
Jaune p�le Plaques�: rgb(254,236,98)

DarkOrange (Scribus) : rgb(255,140,0)

*/

a:link { color : blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: red; text-decoration: underline }
a:active { color: red; text-decoration: none }
a:focus { color : red; text-decoration: none }


body {
    background: white;/*rgb(245,245,245);*/
    margin:0;
    padding:0;
}

.clear {
    clear:both;
}

hr {
    width:50%;
}


img {
    border:none;
}

/* HEADER */

#header{
    background:#000000 url(../images/logo_2009photo.png) no-repeat;
    width:100%;
    height:80px;
}
#header .content {

    color: rgb(227,0,27);
    text-align: center;

}
#header .content .update{
    padding:0 1em 0 0;
    font-size:0.8em;
    color: rgb(255,255,255);
    text-align: right;
    float:right;
    position: relative; 
	top:4.9em;
}
#header .content .update .label{
    font-weight:bold;
}




/* MENU */
#menu{
    background-color: black;
    height: 100%;
    padding:0.2em 0 0 0.2em;
    font-size:0.9em;
}

#menu a:link { color : rgb(220,200,0); }
#menu a:visited { color: rgb(220,200,0);}
#menu a:hover { color: rgb(255,236,1); font-weight: bold; background-color= rgb(227,0,27); }
#menu a:active { color: rgb(255,236,1); font-weight: bold; background-color= rgb(227,0,27); }
#menu a:focus { color: rgb(255,236,1); font-weight: bold; background-color= rgb(227,0,27); }

#menu a {
    font-family: arial;
    text-decoration: none;
    line-height: 1.5em;
    display:block;
    padding:0 0 0 0.2em;
    border: 1px solid black;
}




/* CONTENT */
#content{
    padding:0.5em 0.5em 0 0.5em;
}

#content img {
    border: 2px solid black;
    }


#content p {
    text-align:center;
}

#content .important {
    color:red;
    text-decoration:underline;
}

/* 2 cols layaout */
#content table.colLayout {
    /*border:1px solid black;*/
    width:98%;
    border-collapse:collapse;
    margin:0;
    padding:0;
}

#content table.colLayout td {
    /*border:1px solid black;*/
    width:50%;
    vertical-align:top;
    text-align:center;
}

#content table.colLayout td ul {
    text-align:left;
}


#content table.colLayout td p {
    margin:0;
    padding:0;
    text-align:center;
}


/* 3 cols layaout */
#content table.colLayout3 {
    /*border:1px solid black;*/
    width:99%;
    border-collapse:collapse;
    margin:0;
    padding:0;
}

#content table.colLayout3 td {
    /*border:1px solid black;*/
    width:33%;
    vertical-align:top;
    text-align:center;
}

#content table.colLayout3 td p {
    margin:0;
    padding:0;
    text-align:center;
}


#content h2 {
	margin: 0.2em 0 0em 0em;
	padding:0 0 0 60px;
	font-size:1.6em;
    background:url(../images/drapeau.gif) no-repeat;
    width:80%;
}

#content .section{
/*	clear:both;*/
	margin: 0 0 0.5em 0em;
	padding:0;
	font-size:1em;
    border:1px solid #D2D2D2;/*rgb(255,140,0); /*black;*/
    background-color:rgb(245,245,245);/*rgb(235,235,235); /*rgb(227,227,227);*/
}
#content .section h3{
	text-align:left;
	margin: 0.5em 1% 0.5em 1%;
	background-color:#D2D2D2; /*#e68935;*/
	font-size:0.9em;
	padding:0 0 0 1em;
}

#content .section h4{
	text-align:center;
	margin: 0;
	font-size:0.9em;
	padding:0;
}

#content .section p{
    text-align:justify;
    padding: 0 0.8em 0 0.8em;
}

#content .section .info{
    text-align:center;
    padding: 0 0.8em 0 0.8em;
    font-size:0.8em;
}


#content .section div.magPicture {
	float:left;
	width:380px;
	text-align:center;
	height:210px;
	
}	

#content .section div.magText {
}	

#content .photogauche {
    float: left;
    clear: both;
    margin: 10px;
    }

#content .photodroite {
    float: right;
    clear: both;
    margin: 10px;
    }
#content .vignetteplaquette img {
	padding: 15px; 
	border-style:none;
	height:157px;	
	
}
/* FOOTER */
#footer {
   	margin: 0 0.5em 0 0.5em;
    background-color:transparent;
}


