/* CSS Document */


/* STYLE POUR BODY */
body {
margin: 0;
padding: 0;
background-color:#37669d;
margin-left:0; 
margin-right:0; 
margin-top:0; 
margin-bottom:0 
}

a {
	color: #f37c15;
	font-weight: bold;
	text-decoration: none;	
}

a:hover {
	color: #7394bf;
	font-weight: bold;
	text-decoration: none;	
}

.titre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.soustitre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

.infos {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #f37c15;
text-decoration: none;
}

.infos:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #7394bf;
text-decoration: none;
}

.linktop {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.tableedit {
background-color: #172E47; 
border: 1px solid #FFFFFF;
}

.tableaueditover {
background-color: #172E47; 
border: 1px solid #FFFFFF;
}

.tableauedit {
border: 1px solid #C9E2E7;
}

.tableauover {
background-color: #9FCAD5; 
}

.tableau {}

.nav {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #F38D28;
text-decoration: none;
font-size: 10px;
}

.form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}

.markmenu{
font-family: Verdana;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
display:block; 
padding:4px;
padding-left:24px;
width:480px; 
background-image: url(../images/background/markmenu.gif); /* source de l'image d'arrivée */
}

.markmenu:hover {
font-family: Verdana;
font-size: 10px;
color: #f37c15;
padding:4px;	
padding-left:24px;
width:480px; 
text-decoration: none;
background-image: url(../images/background/markmenu_o.gif); /* source de l'image d'arrivée */
}

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}


/*Forms defaults*/
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*color:#FFF;*/
}

textarea {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	/*color:#FFF;*/
}
label {
	color:#FFF;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:360px;
	height:23px;
	background:url(../images/formulaire/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.textinput-co, .textinput-coHovered {
	width:360px;
	height:23px;
	background:url(../images/formulaire/input-co.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.textinputHovered {
	background-position:left bottom;
}

.textinput-coHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
width:360px;
height:251px;
background:url(../images/formulaire/textarea.gif) no-repeat left top;
border:none;
padding:4px 8px;
overflow:hidden;
}

.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
position:absolute;
left:-999px;
width:10px;
height:10px;
}