/*
** Flying Pig 2007
*/
/** Sections principales */

html
{
	background: #ffffff url('../img/header/clouds.png');
	-webkit-background-size:2600px 215px;
	background-size:2600px 215px;
	background-position:top;
	background-repeat:no-repeat;
}

body
{
	border:solid 1px #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px;
font-family: 'Helvetica', helvetica, verdana, sans-serif;
    font-size: 16px;
	-webkit-font-stretch: expanded;
/*    background-color: #ffffff;*/
}

/** Liens web a */

a
{
	text-decoration: none;
    	color: #004e95;
}

a:hover
{
	color: #7fb2e0;
}

a img
{
	border: 0px;
}

/*a menu
{
	text-decoration: none;
	color: #ff0000;
}*/

/** les Hx */

h1
{
	font-size:36px;
}

h2
{
	font-size:24px;
}

h3
{
	font-size:18px;
}

h3.baseline
{
	font-size: 1.2em;
	font-style:italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 20px;
	border-bottom: 0px solid #eee;
}

/** span class des couleurs */

.blue
{
	color: #004e95;
}

.lightblue
{
	color: #7fb2e0;
}

.red
{
	color: #f69266;
}

.bloodred
{
	color: #EF3745;
}

.orange
{
	color: #fdcb7d;
}

.softgrey
{
	color: #bbbbbb;
}

.black
{
	color:#000000;
}

.green
{
	color:#80c240;
}

.licensegreen
{
	color:#00dc2f;
}

.licenseblue
{
	color:#0062dc;
}

/** Formulaires */

.commentaire
{
	
	color:#FF2600;
}

.question
{
	color:#000000;
}

.reponses
{
color: #fdcb7d;
}

.submit
{
font-family: 'Helvetica', helvetica, verdana, sans-serif;
	font-size: 16px;
	color:545454;
	padding: 0px;
	background: #e9f7ff;
	border: 2px blue outset;
}

/** Forms */

select
{
	font-family: 'Helvetica', helvetica, verdana, sans-serif;
	font-size: 16px;
	width : 155px ;
	padding: 0px;
	color:545454;
	background: #e9f7ff;
//	background: #ffe1b3;
	border: 1px blue solid;
}

input[type=file]
{
font-family: 'Helvetica', helvetica, verdana, sans-serif;
	font-size: 16px;
	padding: 0px;
	background: #e9f7ff;
	color:#545454;
	border: 0px;
	border: 1px blue solid;
}

input[type=text]
{
font-family: 'Helvetica', helvetica, verdana, sans-serif;
	font-size: 16px;
	padding: 0px;
	background: #e9f7ff;
	color:#545454;
	border: 0px;
	border: 1px blue solid;
}

input[type=password] 
{
font-family: 'Helvetica', helvetica, verdana, sans-serif;
	font-size: 16px;
	padding: 0px;
	background: #e9f7ff;
	color:#545454;
	border: 0px;
	border: 1px blue solid;
}

textarea
{
font-family: 'Helvetica', helvetica, verdana, sans-serif;
	font-size: 16px;
	padding: 0px;
	background: #e9f7ff;
	color:#545454;
	border: 0px;
	border: 1px blue solid;
}
/** section des tableaux */


/** sections de la mise en page */

#bg
{
	width: 1000px;

}

#top
{
	height:215px;
}

#maindiv
{
	padding: 0px 0px 0px 0px;
	margin-top:20px;
	background-color: #ffffff;
}

/** Title */

#titlediv
{
/*	clear: both; */
	padding: 6px 6px 0px 6px;
	margin: 0px 0px 5px 0px;
	height: 50px;
//	background: url(./img/titlebg.png) no-repeat top;
}

#title
{
	float: left;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 0px 0px 10px;
}

#subtitle
{
	float: left;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

#titieTemp{
	margin:  0px 0px 5px 220px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	height: 146px;

}

#titleimg
{
	background: url(./img/Logo.png) no-repeat;
}

/** Fin title */


.titrecommpresse
{
	font-family: arial, "lucida console", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	margin: 0px 0px 0px 0px;
}

.sstitrecommpresse
{
	font-family: arial, "lucida console", sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

.contenucommpresse
{
	margin: 0px 0px 0px 0px;
}

/** Left Menu */
#leftmenu
{
	width:260px;
	margin-right:60px;
	float:left;
}


/** Center div, content to the right of the left menu */ 
#centerdiv
{
	margin: 0px 0px 0px 0px;
	color: #5D5D5D;
	text-align:left;
	float:left;
	display:block;
	width:680px;
}


#centerdiv table
{
	line-height: 24px;
	text-align: left;
	font-size: 16px;
	color: #5D5D5D;
}

#centerdivline
{
	height: 10px
	color: #5D5D5D;
	border-bottom: 1px dashed #cccccc;
	width: 300px;
}

#sep
{
	margin: 0px 300px 20px 300px;

	border-bottom : 1px inset #808080;

}

#footer
{
	clear: both;
	color: #808080;
	background: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 9px 0px 9px 0px;
	margin: 10px 5px 5px 5px;
//	border: 1px solid #ccc;
}

#footer a
{
	text-decoration: none;
	color: #7fb2e0;
}

#footer a:hover
{
	color: #f69266;
}


/** elements of design from main site */

#developerButton
{
	width: 260px;
	height:50px;
	margin-top:0px;
	display:block;
	color:#2C2B2B;
	border: 1px #E5E5E5 solid;
	background-color:#F8F8F8;
}

#developerButton:hover
{
	width: 260px;
	height:50px;
	margin-top:0px;
	display:block;
	border: 1px #E5E5E5 solid;
	background-color:#F1F1F1;
}

#developerButton .developerButtonImg
{
	margin-top:9px;
	margin-left:20px;
	margin-right:10px;
	width:32px;
	height:32px;
	float:left;
}

#developerButton .developerButtonText
{
	height:50px;
	line-height:50px;
	text-align: left;	
	font-family: 'Helvetica', helvetica, verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
}

#developerButtonSelected
{
	width:260px;
	height:50px;
	margin-top:0px;
	display:block;
	color:#2C2b2b;
	background-color:#e8e8e8;
	border:1px solid #E5E5E5;
}

#developerButtonSelected .developerButtonImg
{
	margin-top:9px;
	margin-left:20px;
	margin-right:10px;
	width:32px;
	height:32px;
	float:left;
}

#developerButtonSelected .developerButtonText
{
	height:50px;
	line-height:50px;
	text-align: left;	
	font-family: 'Helvetica', helvetica, verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
}

/** pour le chemin affichable en haut des pages

#pwd
{
	color: #808080;
	text-align:left;
	font-weight: bold;
	padding: 0px 0px 0px 50px;
}

/* Contact */
#error_message
{
	font-weight: bold;
	color: #f05a5b;
	text-align: center;
	font-size: 16px;
}

#success_message
{
	font-weight: bold;
	color: #62cd88;
	text-align: center;
	font-size: 16px;
}

