/*----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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fin reset CSS --------------------------------------------------------------------------------*/

body {
	background-image: url(background_page.jpg);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#conteneur {
	margin-top:10px;
	height: 400px;
	width: 862px;
	margin-right: auto;
	margin-left: auto;

}
#page {
	width: 815px;
	background-image: url(page.png);
	background-repeat: repeat-y;
	float: left;
	padding-right: 27px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	line-height: 18px;
	padding-top: 10px;
}
#page_accueil {
	width: 825px;
	background-image: url(page.png);
	background-repeat: repeat-y;
	float: left;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	line-height: 18px;
}
#page_gauche {
	width: 395px;
	float: left;
}
#page_gauche_crea {
	width: 500px;
	float: left;
}
#page_gauche_accueil {
	width: 642px;
	float: left;
	position: relative;
}
#page_droite {
	float: left;
	width: 395px;
	padding-left: 25px;
}
#page_droite_crea {
	float: right;
	width: 300px;
}

#page_droite_accueil {
	float: left;
	width: 173px;
	padding-left: 10px;
}
#page_droite_internet {
	float: left;
	width: 395px;
	padding-left: 25px;
	background-image: url(img/illustration_web.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	float: left;
	width: 862px;
}
#head_page {
	float: left;
	width: 862px;
}

#header {
	height: 101px;
	width: 862px;
	float: left;
}
h1 {
	font-size: 16px;
	color: #e2006f;
}
h2 {
	font-size: 12px;
	color: #23557A;
}
#panneau {
	height: 472px;
	width: 642px;
	background-image: url(accueil.jpg);
	background-repeat: no-repeat;
}
#equipe {
	position: absolute;
	left: 307px;
	top: 108px;
	height: 104px;
	width: 146px;
}
#peniche {
	position: absolute;
	left: 139px;
	top: 73px;
	width: 146px;
	height: 103px;
}
.listecrea {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E231B3;
}
.listefichier {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E6B02F;
}
.listemailing {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #07B42A;
}
.listeinternet {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EA0000;
}
.decal {
	margin-top:3px;
}
#tarifs_crea {
	height: 278px;
	width: 496px;
	background-image: url(img/Tarifs_crea.jpg);
	position: static;
}
#tarifs_crea_txt {
	height: 215px;
	width: 445px;
	margin-left: 25px;
	overflow: auto;
	text-align: left;
	float: left;
}
#tarifs_mailing {
	height: 119px;
	width: 362px;
	background-image: url(img/Tarifs_mailing.jpg);
	position: static;
}
#tarifs_mailing_txt {
	width: 310px;
	margin-left: 25px;
	overflow: auto;
	text-align: left;
	float: left;
}
#tarifs_fichiers {
	height: 119px;
	width: 362px;
	background-image: url(img/Tarifs_fichier.jpg);
	position: static;
}
#tarifs_fichiers_txt {
	height: 30px;
	width: 310px;
	margin-left: 25px;
	overflow: auto;
	text-align: left;
	float: left;
}
#tarifs_internet {
	height: 111px;
	width: 362px;
	background-image: url(img/Tarifs_internet.jpg);
	position: static;
	margin-left: 20px;
}
#tarifs_internet_txt {
	height: 65px;
	width: 310px;
	margin-left: 25px;
	text-align: left;
	float: left;
}
.titre_txt{
	color:#000000;
	font-weight:bold;
	line-height: 25px;
}

