@charset "UTF-8";
/* Diverses classes à réutiliser */

h4 {
	/*margin-bottom:-0.5em;*/
}

/* Remplacer le titre du site par une image */
#titresite {
	background-image: url(../ima/LogoGedoRefl1.png);
	text-indent: -9999px;
	height: 80px;
	width: 494px;
	background-repeat: no-repeat;
	background-color: #FFF;
	float:left;
}

#header {
	height: 130px;
}

#portfolio {
	left: 510px;
}

#portfolio img{
	padding: 10px;
	width: 220px;
}



/* styler le span du mot GEDO */
.gedo {
	font-weight: bold;
	color: #F00;
	font-style:normal;
	text-transform: uppercase;
}

/* Boites à bords arrondis 
- la couleur des images doit etre la meme que celle du background
*/
.rbox {
	background-image: url(../ima/hautdrt.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rbox1,.rbox4 {
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.rbox2 {
	background-image: url(../ima/hautgch.png);
	height: 15px;
	width: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: -15px;
}
.rbox p,.rbox h2,.rbox h3,.rbox h4,.rbox h5 {
	background-color: #CCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.rbox3 {
	background-image: url(../ima/basdrt.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rbox5 {
	background-image: url(../ima/basgch.png);
	height: 15px;
	width: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: -15px;
}

/* Style des listes du site */
ul {list-style-type: square;}

/* Style du texte du slideshow utilisant jquery.innerfade */
.fade, .myfade{
	color: #3399FF;
	/*font-size: larger;*/
	font-weight:200;
	line-height:92%;
}

.fadecontainer {
	margin-bottom: 2.5em;
	margin-top: -2.5em;
	height: 2em;
}

/* Classe créée pour styler citations */
.cite {
	font-style: italic;
}

/* Style des cellules des tables utilisées pour les logos des partenaires */
.logos {
	border: none;
}

.logos td {
	width: 33%;
	vertical-align: middle;
	text-align: center;
}

/* Style de l'élément de la page en cours dans le menu */
ul.MenuBarVertical span
{
	display: block;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color:#FFFFFF;
	cursor: default;
	background-color: #CCC;
	text-decoration: none;
}

/* Style du bouton de candidature */
#form1 {
	padding: 0.5em 0.75em;
}

#form1 input {
	cursor: pointer;
	font-weight:bold;
}
 
#form1 input[type=submit]:hover, input[type=reset]:hover {
	color:  #3399FF;
}
 
.candidater {
font-weight:bold;
}

.standout{
	border: 1px solid black;
}