/* Start of CMSMS style sheet 'Moulin de Gouro' */
/*
**   GENERAL   ***********************************************************************
*/

body, html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

img, a img
{
	border: 0;
}

a
{
	color: #D51414;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #F9A60B;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

p
{
	text-align: justify;
	margin: 0 0 13px 0;
}


/*
**   BLOCS   **************************************************************************
*/

div#conteneur
{
	position: relative;
	width: 900px;
	height: auto;
	margin: 10px auto 0;
	text-align: left;
	background: url(images/moulindegouro/fd.gif) repeat-y top left;
}

div#logo
{
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height: 180px;
	background: url(images/moulindegouro/logo.gif) no-repeat top left;
}

div#bandeau
{
	position: relative;
	height: 100px;
	margin: 0 0 0 230px;
	background: url(images/moulindegouro/bandeau.gif) no-repeat top right;
}

h1
{
	position: relative;
	height: 40px;
	margin: 0 0 0 230px;
	background: url(images/moulindegouro/titre.gif) no-repeat top right;
	padding: 40px 30px 10px 0;
	text-align: right;
	font-size: 24px;
	color: #7D0C13;
	font-style: italic;
	font-weight: bold;
}

div#menu
{
	position: absolute;
	left: 0;
	top: 180px;
	width: 230px;
	padding: 55px 0 0 0;
}

div#contenu
{
	position: relative;
	height: auto !important;
	min-height: 500px;
	height: 500px;
	margin: 0 0 0 230px;
	padding: 0 30px 20px 30px;
	background: url(images/moulindegouro/contenu.gif) no-repeat bottom right;
}

div#pied
{
	position: relative;
	width: 900px;
	height: 25px;
	border-bottom: #FFFFFF 10px solid;
	background: url(images/moulindegouro/pied.gif) no-repeat top left;
}

div#pub
{
	position: relative;
	// display: none;
	width: 900px;
	border-bottom: #FFFFFF 10px solid;
	border-top: #FFFFFF 40px solid;
	background: #FFFFFF;
	font-size: 9px;
}


/*
**   MENUS   ***************************************************************************
*/

div#menu ul
{
	display: block;
	width: 230px;
	border-bottom: #FFFFFF 2px solid;
	margin: 0 0 26px 0;
}

div#menu li
{
	display: block;
	width: 230px;
	background: #FFFFFF;
	border-top: #FFFFFF 2px solid;
}

div#menu a
{
	display: block;
	width: 211px;
	height: 30px;
	line-height: 30px;
	background: url(images/moulindegouro/bouton.gif) no-repeat top left;
	padding: 0 11px 0 0;
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

div#menu a:hover
{
	margin: 0 0 0 8px;
}

div#menuB
{
	position: relative;
	float: right;
	margin: 0 45px 0 0;
}

div#pied a
{
	display: block;
	float: left;
	line-height: 25px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

div#pied a:hover
{
	color: #D51414;
}

div#pied b
{
	display: block;
	float: left;
	height: 25px;
	width: 10px;
	margin: 0 10px;
	background: url(images/moulindegouro/point.gif) no-repeat top left;
}


/*
**   MISES EN FORME   ********************************************************************
*/

h2
{
	margin: 0 0 13px 0;
	color: #7D0C13;
	font-size: 13px;
	font-weight: bold;
}

h3
{
	font-weight: bold;
}

span.note
{
	font-size: 9px;
}

div#contenu img
{
	margin: 0 2px 8px;
	border: 1px solid #7D0C13;
}

div#contenu a:hover img
{
	border: 1px solid #D51414;
}

div#imageHome
{
	float: left;
	width: 180px;
	margin: 0 0 15px 0;
	text-align: center;
}

div#imageHome img
{
	margin: 5px 0 0;
	border: 1px solid #7D0C13;
}

div#imageHome a:hover img
{
	border: 1px solid #D51414;
}

div#pub div.case
{
	float: left;
	margin: 0 10px 0 0;
}

div#pub a
{
	font-size: 9px;
	color: #333333;
}

div#pub a:hover
{
	color: #666666;
}

/*
**   FORMULAIRES   ********************************************************************
*/

form div.hidden
{
	display: none;
}

div.error_message
{
	margin: 0 0 15px;
}

div.error_message ul
{
	list-style: none;
}

div.error_message ul li
{
	color: #D51414;
	font-style: italic;
	font-weight: bold;
}

div.fb_invalid label
{
	color: #D51414;
	font-style: italic;
	font-weight: bold;
}

label
{
	display: block;
	line-height: 16px;
	margin: 0 0 3px 0;
}

input
{
	display: block;
	width: 225px;
	padding: 2px;
	margin: 0 0 13px 0;
	border: 1px solid #7D0C13;
	color: #000000;
}

div.submit input
{
	display: block;
	width: 66px;
	height: 51px;
	margin: 0;
	border: none;
	background: url(images/moulindegouro/envoyer_off.gif) no-repeat top left;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}

textarea
{
	display: block;
	width: 345px;
	height: 225px;
	padding: 2px;
	margin: 0 0 13px 0;
	border: 1px solid #7D0C13;
	color: #000000;
}

/* End of 'Moulin de Gouro' */

