/** Mise en page generale **/

/** Principal (gauche) **/

body{
	background-color: black;
	color: #c2c2c2;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.5em;
	margin: 0;
}

#contentwrapper{
	width: 930px; /* size */
	margin: 0 auto;
}

#columns{
	padding: 0;
	background-image: url('images/page_bg_1000.gif');
    background-position: right;
	width: 100%;
}

#main{
	width: 610px; /* size */
	float: left;
	background-color: #121212;
	margin: 15px;
	padding: 10px;
	display: inline;
}

#header{
}

#header span{
	color: white;
	font-weight: normal;
	font-family: Courier, "Courier New", serif;
}

#header h1{
	font-size: 48px;
	margin: 10px 0 5px 10px;
/*  background-image: url('images/logo.png');
    background-repeat: no-repeat; */
 /* width: 545px;
    height: 76px; */ /* c'est pour logoego.png */
    width: 452px;
    height: 52px;
}
#header h2{
	font-size: 24px;
	margin: 10px 10px;
/*  background-image: url('images/logo_small.png');
    background-repeat: no-repeat; */
    width: 268px;
    height: 32px;
	padding-bottom: 4px;
}
#header p#ego{
    display: none;
    font-family: Courier, "Courier New", monospace;
    margin: 0 0 10px 10px;
    color: white;
    font-size: 110%;
}
#header h3{
    font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-left: .8em;
    font-weight: normal;
    font-size: 80%;
    font-style: italic;
}
#header h3 a:link, #header h3 a:visited{
    /*color: #eee;*/
    /*font-weight: bold*/;
    font-style: normal;
}

/*@media screen, print{
    #header span{
        display: none;
    }
}*/

#content{
	padding: 10px;
}

#news{
	
}

#sections{
	display: inline;
}
#sections div{
    display: inline;
}
#sections div.mid{     /* Stupid hack because ie6 won't recognize #sections a+img, #sections img+a */
    margin: 0 80px;
}

/** Sidebar (droite) **/

#side{
	color: #404040;
	margin-left: 680px; /* size */
	padding: 15px;
	position: relative;
}

#sidepict{
	
}

#sideinfo{
	margin-top: .75em;
	font-style: italic;
}

#sideroundrect{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 254px;
    height: 17px;
    background-repeat: none;
    background-image: url('images/sideclose.png');
}

/** Pied **/

#footlocker{
	margin: 1em 0 3em;
	clear: both;
	border-top: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	background-color: #333;
}

#foot{
	width: 930px;	/* size */
	margin: 0 auto;
	padding-left: 50px;
	font-family: "Gill Sans", Tahoma, "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	font-style: normal;
}

/** Typo **/

p.hr{
	background-image: url('images/hr.png');
	background-repeat: no-repeat;
    background-position: center;
	height: 5px;
	width: 590px;
	margin: 20px 0;
	border: none;
}

a img{
    border: none;
}

a:link{
    text-decoration: none;
    color: #789425;
}

a:visited{
    color: #789425;
    text-decoration: none;
}

a:hover, a:focus{
    text-decoration: underline;
}

a:active{
    color: #bddd47;
    text-decoration: underline;
}

#header h2 a:hover {
    border-bottom: 2px solid #CCC;
    padding-bottom: 2px;
}

/* Page de news */

#content p{
	font-size: 110%;
	margin: 1em 0;
}

#content img.metro{
    
    vertical-align: sub; /* arbitraire, mais ca marche */
}

#content b{
    font-weight: normal;
    color: #eee;
 /* background-color: #46463D;*/
    padding: 2px;
    font-style: normal;
}

#content .bilingual{
    font-style: italic;
}

#content .bilingual b{
    font-style: italic;
}

#content .bilingual .organisation[lang]:after{
    content: ' [' attr(lang) ']';

}

#content #texte_principal .bilingual{
    margin-left: 1em;
    margin-right: 2em;
}

#content .date, #content .entete{ /* entete est plus général, ce style est utilisé au-dessus de la lettrine */
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 120%;
}

#content .precision, #content .message{
    font-style: italic;
    font-size: 90%;
    line-height: 170%;
}
#content .precision a, #content .lettre a{
    font-style: normal;
}

#content .organisation{
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 75%;
    color: #aaa;
}

#content .heure, #content .lettrine{
	font-size: 175%;
	color: #849dbe;
}

#content .adresse{
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 90%;
}

#content .lieu{
	font-size: 125%;
	line-height: 2em;
}

#content .prix, #content .signature{
 /* font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif; */
	font-weight: lighter;
	font-size: 90%;
 /* color: #ccc; */
	margin: 0;
	font-style: italic;
	padding: 0 0 .5em 2em;
}

#content .lettrine{ /* base sur .heure */
    font-size: 350%;
    font-style: normal;
    margin: .5em 0 .25em 0;
}

#content .lettre{ /* base sur .precision */
    line-height: 200%;
    font-size: 110%;
    font-style: normal;
}
#content .lettre p{
    margin: 0 3em .5em 0;
}

#content .signature{ /* base sur .prix */
    margin-top: 1em;
    font-size: 110%;
    font-style: italic;
}

#index #sideinfo{
    font-size: 90%;
}

#foot form{
    position: relative;
	margin: .5em auto;
}

#foot form label+input{
	margin-left: 1em;
}

#foot #message{
    position: absolute;
    top: 2em;
    right: 250px;
    padding: 0 .5em;
    background-color: #666;
    border: solid 1px #BBB;
    border-top: none;
}

/* Page LIRE */

#lire #sideinfo{
    font-style: normal;
}

.chapeau a{
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
}

h3{
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #e6e6c3;
	margin-bottom: .1em;
}

#synopsys p{
    margin-top: 0;
    margin-bottom: 1em;
    font-size: inherit;
    line-height: 1.5em;
    font-weight: normal;
}
#synopsys strong{
    color: #eee;
}

#lire #synopsys img{
    float: right;
    border: solid 1px #aaa;
}

#lire #synopsys img+p{
    margin-right: 170px;
}

#carte{
    width: 320px;
    margin: 0 auto;
}
#carte img{
    border: solid 1px #aaa;
}
#carte #caption{
    margin: 0;
    text-align: center;
    font-style: italic;
    font-size: 80%;
 	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;   
}

/* Page VOIR */

#voir #movie{
    width: 500px;
    margin: 2em auto;
}