@CHARSET "UTF-8";

#content {
	margin-top: -2px;
}

html {
overflow-y:scroll;
}

body {
	font-family: arial;
	
}

p.pasbeaucoup {
	height: 0px;
	margin-top: 0px;
}

#bg_top{
	/*background-image: url(../images/body-help.jpg);*/
}

div.menuGeneral {
	text-align: left;
	min-width: 324px;
	min-height: 37px;
}

li.menuGeneral {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.afpadgris {
	color: #555555;
	font-size: 120%;
}

.afpadpetitviolet {
	color: #A63180;
}

.afpadgrosviolet {
	font-family: Arial;
	color: #A63180;
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
}

#Accueil {
}

#Association {
	margin-top: 22px;
}

#Nos_actions {
	margin-top: 31px;
}

#Contact {
	margin-top: 41px;
}

#submenuRight {
	text-align: right;
}

a:link, a:visited {
	color: #ACAB7D;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ACAB7D;
	text-decoration: underline;
}

h2 {
	margin-top: 14px;
	border-bottom: 1px solid #AB4084;
}

/*

	M E N U   P L U G
	
*/

#Accueil {
	background: url(../images/menu/menu_Accueil2-trans.png) no-repeat;
	background-position: 0px top;
	border: 0;
	cursor : pointer;
}

#Accueil:hover {
	background: url(../images/menu/menu_Accueil2-trans.png) no-repeat;
	background-position: 0px -100px;
	border: 0;
	cursor : pointer;
}

#Association {
	background: url(../images/menu/menu_Association2-trans.png) no-repeat;
	border: 0;
	cursor : pointer;
	width: 150px;
}

#Association:hover {
	background: url(../images/menu/menu_Association2-trans.png) no-repeat;
	background-position: 0px -100px;
	border: 0;
	cursor : pointer;
}

#Nos_actions {
	background: url(../images/menu/menu_Nos_actions2-trans.png) no-repeat;
	border: 0;
	cursor : pointer;
	width: 150px;
}

#Nos_actions:hover {
	background: url(../images/menu/menu_Nos_actions2-trans.png) no-repeat;
	background-position: 0px -100px;
	border: 0;
	cursor : pointer;
}

#Contact {
	background: url(../images/menu/menu_Contact2-trans.png) no-repeat;
	border: 0;
	cursor : pointer;
	width: 150px;
}

#Contact:hover {
	background: url(../images/menu/menu_Contact2-trans.png) no-repeat;
	background-position: 0px -100px;
	border: 0;
	cursor : pointer;
}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-top: 3px;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

h3 {
	font-size: 100%;
	font-stretch: wider;
	color: #A63180;
	text-align: left;
	font-weight: bold;
}

.toTheRight {
	float: right;
	margin-left: 15px;
}

.toTheLeft {
	float: left;
	margin-right: 15px;
}

.center {
	text-align: center;
}

#menu {
	min-width: 400px;
	max-width: 400px;
	width: 400px;
	margin-left: -46px;
}