
#photodroite
  {

  display: block;
  float:right;
  margin-top: 10px;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  clear: both;
  }
  
 #photodroite img, #photodroite img a {
  	border: 1px solid black;
  }
  
#candidates ol, #candidates  ul, #candidates  ul li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


  #candidates ul li {
	background: url(../images/photo_stroke.gif) no-repeat top center;
	width: 95px;
	height: 105px;
	line-height: 1.2em;
	float: left; margin-right: 8px;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 10px;
}

#content #candidates a {
	color: #fff;
	text-decoration: none;
}

#content #candidates a:hover {
	color: #999;
	text-decoration: none;
	border: none;
}

#content #candidates ul li:hover {
	background: url(../images/photo_stroke_on.gif) no-repeat top center;
	color: #999;
}

#content #candidates img {
	margin: 8px 0 4px 0;
}


/* =FLASH MESSAGE
-----------------------------------------------------------------------------*/
.vert { color: #063; font-weight: bold; }
.rouge {color: #C00; font-weight: bold; }

#flashMessage {
  width:500px;
  color:#FF0000;
  border-bottom: 1px solid #FF0000;
  border-top: 1px solid #FF0000;
  font-size: 16px;
  margin: 8px 0px;
  padding: 10px;
  font-weight: normal;
}

/* :KLUDGE: Explicitly set the width for IE6- */

* html .error {width: 100%;}


/* =FORMS ---------------*/

fieldset { margin: 0 0 2em 0; padding: .5em; border: 1px solid #063; }

label { font-weight:normal; }

legend { padding: 5px; background-color: #fff; color: #063; border: 1px solid #063; font-weight: bold; } 

.button { color: #fff; background-color: #900; padding: 4px; cursor: pointer; font-weight: bold; }

form dl {
    margin:0em;
    font-size:100%;
    margin-top:0.5em
}
form div.nofloat dl {
    margin:0;
    padding: 0;
}

form dt {
    float:left;
    clear:left;
    width:300px;
    margin-bottom:0.8em;
    margin-right:0.8em;
    text-align:right;
    font-weight:normal;
    font-family:Verdana;
    position:relative /*IEWin hack*/
}

form dt.gauche {
    width:500px;
}

form dt.nofloat {
    float: none;
    clear: none;
    text-align:left;
    margin:0;
    padding: 0;
}

form dd {
    clear:right;
    margin-left:12em;
    margin-bottom:1em;
    font-size:100%;
    font-style:normal;
    padding-left:0.5em
}
form dd.nofloat  {
    clear: none;
    margin-left:0.5em;
    margin:0;
    padding:0;
}
form dd.submit    {
    margin-top:1em
}

.formhelp { font-size: 12px; color: #063; }
.legende { padding: 0; margin: 0; text-align: right; }

.reqd  { color:#c00; font-weight:bold }
.help  { cursor:help }


/* =Tab nav
-----------------------------------------------------------------------------*/
#tabcontainer ul li {
  background-image: none;
  margin: 0; 
  padding: 0;
    display: inline;
    list-style-type: none;
}

#tabnav
  {
    height: 20px;
    margin: 0;
    padding-left: 10px;
    background: url(images/tab_bottom.gif) repeat-x bottom;
  }
  
#tabnav a:link, #tabnav a:visited
  {
    float: left;
    background: #f3f3f3;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #666;
  }

#tabnav li.active a:link, #tabnav li.active a:visited
  {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: red;
  }

#tabnav a:hover
  {
    background: #fff;
  }
  
table.mytable {
  width: 750px;
  padding: 0;
  margin: 0;
}

table.mytable caption {
  padding: 10px 0 5px 0;
  width: 99%;
  font-weight: bold;
  text-align: center;
  color: #933;;
}

table.mytable th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

table.mytable th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #C1DAD7;
  background: none;
}

table.mytable td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
  text-align: left;
}


table.mytable td.alt {
  background: #F5FAFA; 
}

table.mytable th.spec {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #fff url(images/bullet1.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: left; 
}

table.mytable th.specalt {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #f5fafa url(images/bullet2.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #797268;
  text-align: left; 
}

table.mytable a {
    font-weight: bold;
}

#listtable {
border-top: 1px solid #ccc;
}

#listtable td { 
padding: 8px; 
border-bottom: 1px solid #ccc;
vertical-align: top;
}


div.jc_coords
{
    width: 99%;
}
div.jc_coords form
{
    margin: .5em 0;
    padding: .5em;
    border: 1px solid;
    background: #ccc;
    border-color: #C3C3C3 #8B8B8B #8B8B8B #C3C3C3;
}
div.jc_coords input
{
    width: 3.5em;
}
div.jc_coords label
{
    margin-right: .5em;
    font-weight: bold;
    font-size: 12px;
}


.error, .success {
    padding: 5px 5px 5px 320px;
    margin: 5px 5px;
}

.error {
    border: 1px solid #ff0000;
    background: #ffdddd;
    background-image: url('images/action-error.gif');
    background-repeat: no-repeat;
    background-position: 300px center;
}

.success {
    border: 1px solid #009900;
    background: #cfffcf;
    color: #003300;
    background-image: url('images/action-success.gif');
    background-repeat: no-repeat;
    background-position: 5px center;
}

.loading {
    background: #ffdddd;
    font-weight: bold;
    padding: 6px;
    font-size: 8pt;
}