/* below : the very general layout */

body {
	margin: 0;
	padding: 0;
    background-color: #404545;
    /*text-align: center; IE centering*/
	text-decoration: none;
    color: #ffffff;
	font-weight: normal; 
    font-family: Arial, sans-serif;
	font-size: 12px;
  	font-variant: normal;
  	font-style: normal;
  	letter-spacing: auto;
  	word-spacing: auto;
	line-height: 1.6em;
	overflow: auto;
}
img {
    border: none;
	background: transparent;
}
a:link, a:visited {
    text-decoration: underline;
    cursor: pointer;
    color: #ffffff;
}
a:hover, a:active {
    text-decoration: none;
}
a img {
    border: none;
    background: transparent;
}

em {
    font-style: italic;
    font-weight: bold;
}

table {
    border-collapse: collapse;
}
td {
    vertical-align: top;
}

img.button {
    display: inline;
    vertical-align: middle;
	margin: 0;
	padding: 0;
	/*width: 16px;
	height: 16px;*/
	border: 0px;
	background: transparent;
	cursor: pointer;
}







/*below : the meta div layout*/

#meta {
    display:hidden;
    visibility:hidden;
    position:absolute;
    top:0;
    left:0;
}






/*below : the container div layout*/

#container {
    /*margin: 0 auto; the rest of the centering*/
    margin-left: 20px;
    padding: 0;
    width: 980px;
    text-align: left;
    background: #404545;
}





/**/
.imageFg {
    color: #ee006b;
}
.imageBg {
    background-color: #ee006b;
}
.objetFg {
    color: #ffee00;
}
.objetBg {
    background-color: #ffee00;
}
.territoireFg {
    color: #009cdf;
}
.territoireBg {
    background-color: #009cdf;
}





/*below : the header div layout*/

#header {
    margin: 20px 0px 0px 0px;
    padding: 0;
}
#logo {
    margin-left: -5px;
    width: 100px;
    height: 116px;
}
#languages {
    visibility: hidden;
    display: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#deployContainer {
    margin-top: 10px;
    border-bottom: solid 1px #ffffff;
}
#pitch {
    padding: 10px 80px 20px 0px;
    line-height: 1.5em;
    font-family: Georgia, Times-new-roman, serif;
    font-size: 19px;
    font-weight: normal;
}
#pitchLoad {
    visibility: hidden;
    display: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
#deployButton {
    margin: 0;
}
#mailButton {
    float: right;
    clear: none;
}
#cvButton {
    float: right;
    clear: none;
    border-left: solid 3px #404545;
}








/*below : the content div layout*/

#content {
}

table#mosaic {
    margin-top: 20px;
    margin-bottom: 20px;
}
#mosaic th {
    padding: 0;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 14px;
}
#mosaic td {
    padding: 10px 10px 0px 0px;
    width: 305px;
    height: 120px;
}
a.icon_image, a.icon_objet, a.icon_territoire {
    display: block !important;
    display: inline-block; /*IE*/
    float: left;
    clear: none;
    margin-right: 15px;
    width: 160px;
    height: 120px;
    background: transparent;
    border: solid 1px #aaaaaa;
}
a.icon_image:hover, a.icon_image:active {
    border-color: #ee006b;
}
a.icon_objet:hover, a.icon_objet:active {
    border-color: #ffee00;
}
a.icon_territoire:hover, a.icon_territoire:active {
    border-color: #009cdf;
}
#mosaic h2 {
    margin-top: 20px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 11px;
}
a.title {
}
#mosaic td p {
    padding-right: 10px;
    line-height: 1.2em;
    font-style: italic;
    font-size: 11px;
}

#projectNavigation {
    padding: 9px 0px 9px 212px;
    line-height: 11px;
    font-variant: small-caps;
    font-size: 10px;
    border-bottom: dotted 1px #ffffff;
}
#projectNavigation a:link, #projectNavigation a:visited {
    text-decoration: none;
}
#projectNavigation a:hover, #projectNavigation a:active {
    text-decoration: underline;
}

table#detail {
    margin-top: 29px;
    margin-bottom: 30px;
}
td#infoTd {
    padding-right: 50px;
    width: 270px;
    font-family: Georgia, Times-new-roman, serif;
    font-size: 13px;
}
td#infoTd h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: normal;
}
td#infoTd h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
td#infoTd p {
    margin: 0;
    line-height: 1.2em;
}

td#diaporamaTd {
    width: 680px;
}
#diaporama {
    float: left;
    clear: none;
    width: 500px;
    height: 375px;
    font-size: 10px;
}
#diapoImage {
    cursor: pointer;
}
#diaporama i {
    line-height: 3em;
}
#diapoControls {
    float: left;
    clear: none;
    padding-top: 70px;
    padding-left: 25px;
    font-size: 11px;
}
#diapoControls a:link, #diapoControls a:visited {
    text-decoration: none;
}
#diapoControls a:hover, #diapoControls a:active {
    text-decoration: underline;
}






/*below : the footer div layout*/

#footer {
    padding: 15px 3px 15px 0px;
    text-align: right;
    font-size: 10px;
    border-top: solid 1px #ffffff;
}

