/* --------------------------------------------------------
    Screen stylesheet
    screen.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */

html { min-width: 842px; }

body, table, td, p, a, div, dd, ul, li, input, select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    color: #4C4C4C;
    }

body {
    text-align: center;
    background-color: #fff;
    margin: 0;
    padding: 0;
    
    }

h1, h2, h3, h4, h5, h6, ul, li, p, form { padding: 0; margin: 0; }

h2 {
    color: #333;
    font-size: 9px;
    font-weight: normal;
    margin: 0 0 9px 0;
    padding: 11px 0 10px 11px;
    text-transform: uppercase;
    }

h3 {
    background: #fff url(../images/tr-news-bg.gif) repeat-x top left;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 6px 0;
    padding: 2px 0 8px 7px;
    }

h4 {
    color: #ffc233;
    font-size: 13px;
    margin: 8px 0 12px 0;
    }

p { padding: 0 0 12px 0; line-height: 1.4em; }

a { text-decoration: none;/*underlined;*/ }

ul { list-style: none; }

input, select, textarea { color: #000; }

/* --------------------------------------------------------
    Presentation : General
   -------------------------------------------------------- */

#container {
    width: 842px;
    margin: 0 auto;
    text-align: left;
    }

#header {
    background: #fff url(../images/hdr-bg.gif) no-repeat top left;
    padding: 22px 0 18px 3px;
    }
#header h1 {
   margin-top: -3px;
   }


#headermenu {
    background: #7F7F7F url(../images/hdr-menu-bg.gif) repeat-x top left;
    height: 22px;
    margin-bottom: 8px;
    }

#headermenu ul li, #headermenu a {
    color: #fff;
    font-size: 10px;
    }

#headermenu ul li {
    display: inline;
    margin-right: 8px;
    }

#headermenu ul.left {
    float: left;
    padding: 5px 0 0 10px;
    width: 711px;
    }

#headermenu ul.right {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 120px;
    }

#menuphoto {
    float: left;
    margin-right: 16px;
    width: 171px;
    }

#menuphoto a { text-decoration: none; }

#menuphoto h2 { background: #fff url(../images/tr-sml-bg.gif) no-repeat top left; }

#menuphoto ul { margin-left: 2px; }

#menuphoto ul li, #menuphoto ul li.on {
    background: #fff url(../images/mnu-photo-bg.gif) no-repeat top left;
    margin-bottom: 1px;
    padding: 1px;
    }

#menuphoto ul li.on { background: #fff url(../images/mnu-photo-bg-on.gif) no-repeat top left; }

#menuphoto .left { float: left; }

#menuphoto .right {
    float: left;
    padding: 3px 0 0 7px;
    }

#menuphoto ul li a { color: #4C4C4C; }

#footer {
    background: #fff url(../images/ftr-filet.gif) no-repeat top left;
    margin-top: 40px;
    padding: 9px 0 10px 2px;
    }

#footer ul { 
float:left;
//margin-right:500px;
padding-bottom: 10px; }

#footer ul li {
	color: #7F7F7F;
    display: inline;
    padding-right: 8px;
    }

#footer a, #footer p { 
text-align:right;
color: #7F7F7F; }

#footer .authors { 
color: #aaa; }

div.clearer {
    clear: both;
    height: 1px;
    overflow: hidden;
    }

/* --------------------------------------------------------
    Presentation : Home
   -------------------------------------------------------- */

#headerimage { padding-bottom: 2px; }

#newshome {
    float: left;
    margin-right: 16px;
    width: 332px;
    }

#newshome h2 { background: #fff url(../images/tr-med-bg.gif) no-repeat top left; }

#newshome p { padding-left: 5px; }


#newshome .left {
    float: left;
    padding-left: 6px;
    width: 155px;
    }

#newshome .right {
    float: left;
    padding-left: 10px;
    width: 155px;
    }

#newshome #newsletter {
    padding: 9px 0 5px 0;
    width: 171px;
    }

#newshome #newsletter h2 { background: #fff url(../images/tr-sml-bg.gif) no-repeat top left; }

#newshome .newsmore {
    border-top: 1px dotted #FFC233;
    border-bottom: 1px dotted #FFC233;
    margin-left: 4px;
    padding: 2px 2px;
    text-align: right;
    }

#newshome #newsletter form { padding-left: 7px; }

#aproposhome {
    float: left;
    width: 304px;
    }
#aproposhome .more {
    border-top: 1px dotted #FFC233;
    border-bottom: 1px dotted #FFC233;
    margin-left: 4px;
    padding: 2px 2px;
    text-align: right;
    } 
    

#aproposhome h2 { background: #fff url(../images/tr-med-bg.gif) no-repeat top left; }

#aproposhome p { 
font-size:1.1em;
padding-left: 11px; 
padding-top:5px; }

/* --------------------------------------------------------
    Presentation : Full Content
   -------------------------------------------------------- */

#fullcontent {
    float: left;
    width:600px;
    }

#fullcontent h2 { background: #fff url(../images/tr-lrg-bg.gif) no-repeat top left; }

#fullcontent h3 { margin-left: 2px; }

#fullcontent h4, #fullcontent p { padding-left: 5px; }

/* --------------------------------------------------------
    Presentation : Nouvelles
   -------------------------------------------------------- */

.newsitem { margin-bottom: 14px; }

.newsitem .left {
    float: left;
    padding-right: 10px;
    width: 459px;
    }

.newsitem .right {
    /* border: 1px solid #7F7F7F; */
    float: left;
    width: 131px;
    /* padding: 1px; */
    }

/* --------------------------------------------------------
    Presentation : Photographes
   -------------------------------------------------------- */

#photographeleft {
  	float: left;
    margin-right: 16px;
    width: 171px;
    }

#photographeleft h2 {
    background: #fff url(../images/tr-sml-bg.gif) no-repeat top left;
    margin-top: 13px;
    }

#photographeleft h2.travail { margin-top: 0; }

#photographephoto {
    border-left: 1px solid #FFC233;
    float: left;
    padding-left: 3px;
    }

#photographename {
    float: left;
    font: bold 13px Arial, Verdana, sans-serif;
    padding: 14px 0 0 10px;
    }

#workleft a, #workright a {
    color: #E2B54D;
    text-decoration: none;
    }

#workleft a.on, #workright a.on { color: #4C4C4C; }

#workleft {
    float: left;
    padding-left: 5px;
    width: 81px;
    }

#workright {
    float: left;
    width: 81px;
    }

table.photothumbs {
    padding: 0;
    margin: 12px 0 14px 5px;
    }

table.photothumbs td {
    padding: 0 1px 1px 0;
    vertical-align: top;
    }

#introtext p { padding-left: 5px; }

#photographeright {
    float: left;
    width: 468px;
    }

#photographeright #photoview {
    /* border: 7px solid #ccc; */
    margin-bottom: 5px;
    }

#photographeright #photocomment {
    width: 468px;
    padding-top:5px;
    padding-left: 5px;
    }

#photocomment p { color: #666; }

#photographeright #extras h2 { background: #fff url(../images/tr-sml-bg.gif) no-repeat top left; }

#photographeright #extras ul { padding-left: 5px; }

#photographeright #extras a {
    color: #E2B54D;
    text-decoration: none;
    }