/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* STYLES GOENAGA */

body {
	text-align:center;
	background:url(../images/fond.gif) no-repeat top center #000000;
	font-family:Verdana, sans serif;
	color:white;
}

#conteneur {
	text-align:left;
	margin: 0 auto;
	width:914px;
}

#bandeau {
	text-align:center;
	padding-top:31px;
	background:url(../images/auto.gif) no-repeat right bottom;
}

#bandeau p {
	font-size:22px;
	color:#ffce00;
	margin-top:10px;
}

#bandeau img.lauburu {
	margin:0px 10px;
	margin-bottom:-6px;
}

#conteneur_int {
	margin-top:60px;
	background:url(../images/blason.gif) no-repeat 228px 0px;
	padding-top:102px;
}

#contenu {
	padding-left:251px;
	width:663px;
}

#contenu img {
	border:7px solid #ffce00;
	margin-right:20px;
	float:left;
}

#contenu p {
	font-size:14px;
	line-height:120%;
	margin-bottom:15px;
}

#contenu a {
	font-size:14px;
	color:#ffffff;
}

p.gris {
	color:#9b9b9b;
}

#col_g {
	width:251px;
	float:left;
	padding-top:7px;
}

#menu_pp a {
	display:block;
	background-repeat:no-repeat;
	height:38px;
	width:144px;
	margin-bottom:7px;
}

#menu_pp a span {
	display:none;
}

a#m_accueil {
	background-image:url(../images/bt_accueil.gif);
	background-position:-144px 0px;
	margin-bottom:6px;
}

a#m_entreprise {
	background-image:url(../images/bt_entreprise.gif);
}

a#m_liens {
	background-image:url(../images/bt_liens.gif);
}

a#m_contact {
	background-image:url(../images/bt_contact.gif);
	background-position:0px -1px;
}

a#m_services {
	background-image:url(../images/bt_services.gif);
	background-position:0px -1px;
}

a#m_taxi_medical {
	background-image:url(../images/bt_taxi_medical.gif);
	background-position:0px -1px;
}

a#m_accueil:hover {
	background-position:0px 0px;
}

a#m_entreprise:hover {
	background-position:-144px 0px;
}

a#m_liens:hover {
	background-position:-146px 0px;
}

a#m_contact:hover {
	background-position:-144px -1px;
}

a#m_services:hover {
	background-position:-144px -1px;
}

a#m_taxi_medical:hover {
	background-position:-144px -1px;
}

h1 {
	font-family: Helvetica, Arial, sans serif;
	font-size:48px;
	color:#ffce00;
	font-weight:bold;
	line-height:80%;
	margin-bottom:20px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

#footer {
	font-size:11px;
	text-align:center;
	margin-top:20px;
}

p#menu_footer a {
	font-size:11px;
	color:#ffffff;
}

div.clear {
	clear:both;
}

div.editable_slot {
	background-color:#222222;
}

ul {
	list-style-type:disc;
	line-height:120%;
	list-style-position: inside;
	margin-bottom:15px;
	
}

ul li {
	font-size:14px;
}

#mod_contact {
	padding-left:251px;
	width:663px;
}

#mod_contact label {
	display:block;
	float:left;
	padding-right:10px;
	text-align:right;
	width:164px;
	font-size:14px;
	padding-top:4px;
}

#mod_contact input, #mod_contact textarea {
	border:2px solid #ffce00;
	color:#ffffff;
	font-family:Verdana, sans serif;
	font-size:14px;
	background-color:#000000;
	padding:2px;
}

#mod_contact p {
	margin-top:10px;
}

input#igorri {
	margin-left:174px;
}

div#error_msg {
	color:#ffce00;
	font-weight:bold;
	font-size:14px;
	line-height:120%;
}

