﻿html, body * {
    margin: 0px;
    padding: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
}

body {
	margin: 0px auto;
	padding: 0px;	
}

a {
   text-decoration:underline;
   outline:none;
}

 a:hover {
   text-decoration:none;
}

#flashcontent {	
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px auto;	
	left: 0px;
}


#dispatch  #main {
    position: absolute;
    width: 1000px;
    height: 580px;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -500px;
    z-index: 3;
	font-size: 12px;
}

#dispatch  #main .space {
    height: 35px;   
}

#dispatch  #version {
    width: 105px;
    height: 20px;
    margin-left: 895px;
    margin-top: 8px;
	
}
#dispatch  #version a {
	font-size: 12px;
    font-weight: bold;
	color: #929393;
}

#dispatch  #main #legal {

    position: absolute;
    width: 600px;
    height: 20px;
    top: 550px;
	/*background:#ff0000;*/
	left:200px;

}

/* STANDARD */

.standard {
	background-color: #ccd0d2;
}

.standard  .background { 
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0px; 
	left: 0px;
	z-index: 1;
}

.standard  #dispatch  #photo { 
  position: absolute;
  top: 0px; 
  left: 0px;
  z-index: 2;  
}

.standard  #dispatch   #content {
    width: 600px;
    margin-top: 25px;
    margin-left: 200px;
    text-align: center;
	color: #6a6c6e;
}

.standard  #dispatch  #main  #accept {
	color: #000;
	font-size: 13px;
	margin-top:20px;
}

.standard  #dispatch  #main  #tec {
	color: #fff;
	font-size: 12px;
}

.standard  #dispatch  #legal,.standard   #dispatch  #legal a {
	color: #cccdce;
	font-size: 10px;
}

/* CONTROVERSES */

.controverses {
	background-color: #000;
}

.controverses  #dispatch  #main {
	background: url('/pictures/controverses/dispatch-bg.jpg') no-repeat left top;
}

.controverses  #dispatch   #content {
    width: 620px;
    margin-top: 397px;
    margin-left: 185px;
	color: #928873;
	font-size: 10px;	
	text-align: center;
}

.controverses  #dispatch  #main  #accept {
	color: #ffffff;
	font-size: 10px;
}

.controverses  #dispatch  #main  #tec {
	color: #ffffff;
	font-size: 10px;
}

.controverses  #dispatch  #legal,.controverses   #dispatch  #legal a {
	color: #ffffff;
	font-size: 10px;
}

/* SOPHIE-CALLE */

.sophie-calle {
	background-color: #000;
}

.sophie-calle   #dispatch  #main {
	background: url('/pictures/sophie-calle/dispatch-bg.jpg') no-repeat left top;
}

.sophie-calle   #dispatch   #content {
    width: 620px;
    margin-top: 397px;
    margin-left: 185px;
	color: #928873;
	font-size: 10px;	
	text-align: center;
}

.sophie-calle   #dispatch  #main  #accept {
	color: #ffffff;
	font-size: 10px;
}

.sophie-calle   #dispatch  #main  #tec {
	color: #ffffff;
	font-size: 10px;
}

.sophie-calle   #dispatch  #legal,.sophie-calle   #dispatch  #legal a {
	color: #ffffff;
	font-size: 10px;
}

.sophie-calle   #dispatch  #version { 
    margin-left: 840px;  
}
.sophie-calle   #dispatch  #version a {
	color:#e2c8c8;
}

