/* CSS INPAL */

* {
	font-family: Tahoma;
}

body {
	background-color: #FFFFFF;
	font-size: 75%;
}

img {
	border: 0;
}

/* Styles utilitaires */
.clear {
	clear: both;
}

.right {
	text-align: right;
}

/* Eléments du site*/
div#content {
	width: 73em;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #f0f0f0;
	position: relative;
}

/* Drapeaux des langues */
div#flags {
	width: 50em;
	height:2em;
	min-width: 876px;
	margin-bottom: 0.2em;
}

div#flags table {
	float: right;
	margin: 0;
}

div#flags table td a img {
	margin-left: 0.4em;
}

div#flags ul {
	float: right;
	margin: 0;
}



div#flags ul li {
	display: inline;
	width: 200px;
	padding: 0;

}
div#flags ul li a img {
	border: 0;
}

/* Accueil */

div#welcome {
	border-left: 0.7em solid #7D5800;
	padding-left: 1em;
}

p.signature, p.handwriting {
	font-family: Lucida handwriting;
	color: #3D2900;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
}

/* Bandeau du site */
div#header {
	min-width: 876px;
	height: 103px;
	width: 73em;
	background-image: url('/images/inpal/bg_header.png');
	background-repeat: repeat-x;
	margin-bottom: 0;
	position: relative;
}

div#header h2 {
	position: absolute;
	color: #EFA806;
	right: 1.3em;
	top: 3.5em;
	font-size: 16px;
}

/* Menu accés rapide en haut */
ul#quick_menu {
	display: table;
	position: absolute;
	top: 2em;
	right: 10px;
	font-size: 60%;
	width: auto;
}



ul#quick_menu li {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 13px;
	font-weight: normal;
	color: #DFDFE1;
}

ul#quick_menu li.separator {
	border-right: 2px solid  #DFDFE1;
}

ul#quick_menu li a {
	color: #DFDFE1;
	text-decoration: none;
}

ul#quick_menu li a:hover {
	text-decoration: underline;
}

/* Logo */
img#logo {
	float: left;
	border: 0;
	margin-left: 2em;
	margin-top: 0.5em;
}

div#blocks_welcome {
	min-width: 876px;
	background-color: #FFF9CA;
	margin: 0;
	margin-top: 2.5em;
}

div#content_article {
	background-color: #FFFFFF;
	padding: 2em;
	width: auto;
	margin-bottom: 1em;
	margin-top: 2em;
	color: #493100;
	text-align: justify;
	margin-left: 0em;
}

div#content_article p {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

h3.article_title {
	background-color: #FDF5E5;
	padding-top: 0.1em;
	padding-left: 1em;
	padding-bottom: 0.1em;
	margin: 0;
	font-size: 20px;
	color: #CC8A00;
	border-left: 0.2em solid #7D5800;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

/*div#content_article a {
	color: #7D5800;
}

div#content_article ul li {
	list-style-type: square;
	color: #7D5800;
}*/

div#content_article a {
	color: #7D5800;
}

div#content_article ul li a {
	color: #7D5800;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

div#content_article ul li a:hover {
	color: #7D5800;
	text-decoration: underline;
	font-weight: strong;
}

div#content_article ul li {
	list-style-type: square;
	color: #7D5800;
	font-style: italic;
	margin-top: 2px;
}

div#content_article ul {
	margin-top: 4px;
	margin-bottom: 10px;
}

/* Menu */


div#menu {
	width: 100%;
	float: right;
	cursor: default;
	background-color: white;
}
div#menu ul li {
	display: inline;
}

.st_tbcss {
	width: 14.41938999em;
}

.st_divcss img {
	padding-left: 0em;
/*
	position: absolute;
	left: 0.7em;
	top: 0.8em;
	margin-bottom: 0.7em;
	*/
}

.st_ftcss {
	padding-left: 0em;
	text-align: center;
}

st_tdcss {
	text-align: center;
}
/* Menu DHTML */
div#Stm0p0i {
}

div#separator {
	height: 1.1em;
	background-color: #787878;
	border: 0;
	margin: 0;
	width: 100%;
	min-width: 876px;
}


/* Blocs contact +  bloc dernière actualité */

div#blocks_content {
	padding: 2em;
	padding-left: 3em;
	background-color: #F0F0F0;
	min-width: 817px;
	margin: 0;
}
div#contact_article {
	float: left;
	padding-left: 3em;
	padding-top: 5em;
	border-left: 0.9em solid #7D5800;
	height: 15.5em;
	color: #997E3B
}

div#contact_article strong {
	color: black;
	font-size: 2.4em;
}

div#contact_article p.coord {
	color: #7D5800;
}

div#last_news {
	float: right;
	width: 45%;
	color: #694140;
	background-color: #ECECEC;
	padding: 1em;
	border: 1px solid #c0c0c0;
	text-align: justify;
}

div#last_news p {
	float: right;
}

div#last_news p a {
	color: #694140;
	font-weight: bold;
	text-decoration: none;
}

div#last_news p a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* Décoration texte accueil */
div#bg_welcome_article {
	float: left;
	background-color: #FFF7BB;
	background-image: url('/images/inpal/bg_welcome_article.png');
	background-repeat: no-repeat;
	/* width: 336px; */
	width: 28em;
	height: 25.1em;
}

div#content_welcome_article {
	padding-top:2em;
	padding-bottom: 1em;
	padding-left: 3em;
	padding-right: 3em;
}

div#welcome_image {
	position: relative;
	float: right;
	background-image: url('/images/inpal/welcome_image.jpg');
	width: 534px;
	height: 310px;
}

div#welcome_image  h4 {
	position: absolute;
	bottom: 0.5em;
	left: 1em;
	margin: 0;
	color: #EFA806;
	font-size: 1.3em;
}

/* Pied de page */
div#footer {
	position: relative;
	background-image: url('/images/inpal/bg_footer.png');
	background-repeat: repeat-x;
	width: 73em;
	height: 86px;
	min-width: 876px;
	margin-top: 0em;
	text-align: center;
}


div#footer ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	padding-top: 1em;
	margin-top: 0.1em;
}

div#footer ul li {
	display: inline;
	color: white;
	padding-right: 9.2em;
	font-weight: bold;
	padding-left: 2.2em;
	height: 33px;
}

div#footer ul li a {
	color: white;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}


div#footer ul li.phone {
	background-image: url(/images/inpal/phone_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2em;

}

/* Formulaire de contact */

div#contact_content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

div#contact_content h1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
	text-align: center;
}

p.coord {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
}

div#contact_content p.coord {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FDF5E5;
	padding: 1em;
	border: 1px solid #473000;
	font-weight: normal;
	text-align: center;
}

div#contact_content form#contact_form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

form#contact_form table {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FDF5E5;
	border: 1px solid #473000;
	padding: 1em;
}


form#contact_form table tr td.field {
	float: right;
}

form#contact_form table tr td.field input {
	width: 65ex;
	float: right;
}


form#contact_form table tr td.message_field {
	text-align: right;
}

form#contact_form table tr td.message_field textarea {
	width: 65ex;
}


/* Actualités */

table.news_list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

tr.news_header_list {
	/* background-color: #ABC0D6; */
	padding: 0;
}

tr.news_header_list h3 {
	margin-bottom: 2em;
	margin-top: 1em;
	font-size: 12px;
	border-bottom: 2px solid #F0BA4D;
	padding-bottom: 0.8em;
}

table.news_list .news_content {
	padding-left: 1em;
	padding-right: 1em;
}