@charset "UTF-8";
/* CSS Document */
/* 1 colonne */
a{
	color: #d5472f;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
/*Formulaires begin*/
#middle_1col input,
#middle_2cols input,
#middle_3cols input {
     background-color: #fde5e1;
     border: 1px solid #d5472f;
}

#middle_1col textarea,
#middle_2cols textarea,
#middle_3cols textarea  {
     background-color: #fde5e1;
     border: 1px solid #d5472f;
}

#middle_1col select,
#middle_2cols select,
#middle_3cols select {
     background-color: #fde5e1;
     border: 1px solid #d5472f;
}
/*Formulaires end*/
#middle_1col .box{
	overflow: hidden;
}
#middle_1col .box_head{
	background-image:url(../img/sympadoc/1col_content_box_header.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #73190a;
}
#middle_1col .box_content{
	background-image:url(../img/sympadoc/1col_content_box_middle.jpg);
	background-repeat: repeat-y;
}
#middle_1col .box_footer{
	background-image:url(../img/sympadoc/1col_content_box_footer.jpg);
	background-repeat: no-repeat;
}

/* 2 colonnes */
#middle_2cols #col_left .box{
	overflow: hidden;
}
#middle_2cols #col_left .box_head{
	background-image:url(../img/sympadoc/3col_box_header.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #73190a;
}
#middle_2cols #col_left .box_content{
	background-image:url(../img/sympadoc/3col_box_middle.jpg);
	background-repeat: repeat-y;
}
#middle_2cols #col_left .box_footer{
	background-image:url(../img/sympadoc/3col_box_footer.jpg);
	background-repeat: no-repeat;
}

#middle_2cols #col_right .box{
	overflow: hidden;
}
#middle_2cols #col_right .box_head{
	background-image:url(../img/sympadoc/2col_content_box_header.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #73190a;
}
#middle_2cols #col_right .box_content{
	background-image:url(../img/sympadoc/2col_content_box_middle.jpg);
	background-repeat: repeat-y;
}
#middle_2cols #col_right .box_footer{
	background-image:url(../img/sympadoc/2col_content_box_footer.jpg);
	background-repeat: no-repeat;
}

/* 3 colonnes */
#middle_3cols #col_left .box_head,
#middle_3cols #col_right .box_head
{
	background-image:url(../img/sympadoc/3col_box_header.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #73190a;
}
#middle_3cols #col_left .box_content,
#middle_3cols #col_right .box_content
{
	background-image:url(../img/sympadoc/3col_box_middle.jpg);
	background-repeat: repeat-y;
}
#middle_3cols #col_left .box_footer,
#middle_3cols #col_right .box_footer
{
	background-image:url(../img/sympadoc/3col_box_footer.jpg);
	background-repeat: no-repeat;
}
#middle_3cols #col_center .box{
	overflow: hidden;
}
#middle_3cols #col_center .box_head{
	background-image:url(../img/sympadoc/3col_content_box_header.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #73190a;
}
#middle_3cols #col_center .box_content{
	background-image:url(../img/sympadoc/3col_content_box_middle.jpg);
	background-repeat: repeat-y;
}
#middle_3cols #col_center .box_footer{
	background-image:url(../img/sympadoc/3col_content_box_footer.jpg);
	background-repeat: no-repeat;
}

/* Sub menu */
#submenu p a {
	background-image:url(../img/sympadoc/submenu.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}
#submenu p a:hover {
	background-image:url(../img/sympadoc/submenu_over.jpg);
	background-repeat: repeat-x;
	color: #000000;
}
#submenu .menu_body a{
	background-color: #ffffff;
	color:#d5472f;
	background: none;
}
#submenu .menu_body a:hover{
	background-image:url(../img/sympadoc/submenu_over.jpg);
	background-repeat: repeat-x;
	color: #000000;
}