/* SITE GP3
 * Fichier : gp3.css
 * Role    : feuille de style globale
 * Update  : mars 2007
 * Auteur  : Julian Davreux :: 4Digitales :: julian@4digitales.be 
 */
 

#conteneur {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

#upper {
	width:970px;
	height:35px;
	background:url(../images/upper.gif) center no-repeat;
}

#upper p {
	padding-left:640px;
	padding-top:15px;
	color:#FFFFFF;
}

#upper a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#upper a:hover {
	text-decoration:underline;
}

#uptable {
	margin-bottom:15px;
}

#logo {
	width:210px;
	height:60px;
	background:url(../images/logo.gif) center no-repeat;
	margin-left:30px;
}

#recherche {
	padding-top:60px;
	padding-left:160px;
	display:none;
}

#recherche input {
	border:1px solid #4754A4;
}

#contenu {
	width:970px;
	background:url(../images/contenubg.gif) center repeat-y;
	font-size:12px;
}

#marquee {
	font-size:20px;
	font-style:italic;
}

#contenu p {
	font-size:12px;
}

#pied {
	width:970px;
	height: 38px;
	background:url(../images/pied-new.png) no-repeat;
}

#pied-vague-copyright
{
	position: absolute;
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	background-color: #1f3574;
	width: 951px;
	height: 24px;
	display: block;
	margin-left: 8px;
}

#pied-vague-gauche
{
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	position: absolute;
	margin-left: 0px;
	margin-top: -136px;
	width:518px;
	height: 136px;
	display: block;
	background-image: url('../images/pied-new-gauche.png');
	background-repeat: no-repeat;
}

#pied-vague-droite
{
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	position: absolute;
	margin-left: 489px;
	margin-top: -110px;
	width:518px;
	height: 136px;
	display: block;
	background-image: url('../images/pied-new-droite.png');
	background-repeat: no-repeat;
}


#pied-vague-droite-bis
{
	opacity:.30;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	z-index: 6;
	position: absolute;
	margin-left: 785px;
	margin-top: -370px;
	width:186px;
	height: 158px;
	display: block;
	background-image: url('../images/pied-new-droite-vague.png');
	background-repeat: no-repeat;
}

#pied p {
	color: #333;
	text-align: center;
	padding-top: 4px;
}

#flash {
	z-index:1;
	width:950px;
	margin-bottom:20px;
	padding-left:8px;
}

#flash-separation
{
	width: 950px;
	height: 2px;
	display: block;
	margin-bottom: 20px;
	margin-left: 8px;
	background-color: #4754A4;
}

#page {
	padding:2em;
}

.gauche {
	width:210px;
	padding:1em 1em 1em 2em;
}

.droite {
	padding:0em 3em 2em 2em;
	border-left:1px #ddd solid;
}
.droite table {
	width:inherit !important;
	width:90%;
}
.contenupage img {
	padding:10px;
}
.contenupage a:link, .contenupage a:visited {
	color:#4754A4;
}
.contenupage a:hover {
	color:#8b5498;
}

.breve {
	border:#CCCCCC 1px solid;
	padding:10px;
	margin-bottom:10px;
}
.titre_breve {
	font-size:1.5em;
	font-weight:bold;
	color:#4754A4;
}
.soustitre_breve {
	font-size:0.9em;
	color:#999999;
}
.cache {
	text-align:right;
	display:none;
}
.montre {
	text-align:right;
	display:block;
}


/* menu gauche ***************************************************************************************/

td.gauche h1 {
	font-size:15px;
	color:#4754A4;
	border-bottom:1px #4754A4 solid;
	margin-bottom:1em;
	width:100%;
}

td.gauche li {
	list-style-type:none;
}

td.gauche a:link, td.gauche a:visited {
	font-size:12px;
	line-height:20px;
	color:#4754A4;
	text-decoration:none;
	display:block;
	width:89%;
}

td.gauche a:hover {
	color:#99A7D0;
}

/* contenu droite **************************************************************************************/
td.droite h1 {
	font-size:18px;
	font-weight:200;
	font-style:italic;
	color:#4754A4;
	text-align:right;
	padding:0 74px 0 0;
	margin:0;
}

td.droite p {
	margin-bottom:1.5em;
	line-height:1.5em;
}

td.droite ul {
	padding-left:3em;
}

.contenupage {
	padding-top:2px;
	line-height:1.5em;
	height: 500px;
}

.contenupage p {
	margin:1.5em 0;
}

/*pour infos telles que "derniere maj"*/ 
.remarque {
	font-size:0.9em;
	text-align:left;
	font-style:italic;
	margin-top:2em;
	margin-bottom:1em;
	border-top:1px #000000 solid;
	width:40em;
}

/*adresses des bureaux*/
.office {
	width:300px;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	border:#4754A4 1px solid;
	padding:10px;
	background:url(../images/writeto.gif) bottom right no-repeat #EFE8CF;
}


/* SELECT ET FORMS *****************************************************************************************/

td.droite select {
	border:1px solid #4754A4;
}

.selectregion {
	width:200px;
	margin-right:10px;
}

.btnGo {
	vertical-align:middle;
	margin-top:-6px;
}


/* FORMULAIRE DE LOGIN *******************************************************************************************/
#login {
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 3px double;
	padding:5px 0;
	margin-top:20px;
	width:inherit !important;
	width:174px;
}

#login p {
	margin-bottom:10px;
}



#login a {
	font-size:0.9em;
}

/* RSS *************************************************************************************************************/
#rss {
	margin-top:20px;
}

#rss a {
	color:#8b5498;
	text-decoration:none;
}






.brevedate {
	background: url(../images/calendar.gif) no-repeat;
	float: left;
	height: 65px;
	margin-right: 10px;
	text-align: center;
	width: 52px;
	margin-bottom:30px;
}

.brevemonth {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
}

.breveday {
	color: #333333;
	font-size: 25px;
	padding-top: 6px;
}
