
/* Created by Wikiwi.be - Raphael De Naeyer */
/* Modista */

/* General style */

* { margin:0; padding:0; border:0;}

BODY {
  margin: 0px;
  padding: 0px;
  text-align: left;
  FONT-SIZE: 11px;
  COLOR: #CCCCCC;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}
A {
  COLOR: #CCCCCC;
}
A:hover {
  COLOR: #F47D30;
}
HR {
  COLOR: #F47D30;
}
IMG {
	border-color: #F47D30;
}


/* Content style */



#principal {
	position:relative;
	width: 1010px;
	height: 560px;
}
#menu_modista_cuisines_placards {
	position:relative;
	width: 990px;
	height: 20px;
	margin: 0px 0px 0px 20px;
	text-align: center;
	border-bottom: 1px solid #545454;
}
h1#titre-page{
	position:relative;
    float: left;
	width: 780px;
  COLOR: #fafafa;
  FONT-SIZE: 18px;
  font-weight: normal;
	margin: 25px 0px 7px 15px;
    text-align: left;
}
h2#titre-page{
  COLOR: #F47D30;
  FONT-SIZE: 11px;
	margin: 5px 0px 0px 5px;
}
div#zone_centre-cuisines-placards {
	position:relative;
    float: left;
	width: 1010px;
	height: 470px;
    margin: 0px;
    padding: 0px;
    FONT-SIZE: 12px;
	border-right: 1px solid #545454;
}
div#zone_contenu {
	position:relative;
    float: left;
    margin: 5px 0px 5px 0px;
    padding: 0px;
    FONT-SIZE: 12px;
    text-align: justify;
}

ul#menu-cuisines-placards {
    position: relative;
    float: left;
    text-align: left;
	margin: 0px;
	padding: 0px;
	width: 1010px;
	height: 15px;
    FONT-SIZE: 11px;
    letter-spacing: 1px;
    list-style-type: none;
	border-bottom: 1px solid #545454;
}
#menu-cuisines-placards li {
    display: inline;
    margin: 0px;
    padding: 0px;
    padding-left: 1px;
    padding-right: 1px;
}
#menu-cuisines-placards a {
    text-decoration: none;
    color: #CCCCCC;
}
#menu-cuisines-placards a:hover {
    color: #F47D30;
}
#menu-cuisines-placards li.current a, a:hover {
    color: #F47D30;
}
ul#menu-cuisines-placards2 {
    position: relative;
    float: left;
    width: 150px;
    line-height: 20px;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 11px;
    letter-spacing: 0px;
}
#menu-cuisines-placards2 a {
    display: block;
    text-align: left;
    height: 20px;
    margin: 0px;
    padding-left: 23px;
    border: 0px;
    line-height: 18px;
    text-decoration: none;
    FONT-SIZE: 11px;
    letter-spacing: 1px;
    color: #e3e3e3;
    background-image:  url(images/menu2_off.gif);
}
#menu-cuisines-placards2 a:hover {
    display: block;
    font-weight: bold;
    color: #F47D30;
    background-image:  url(images/menu2_on.gif);
}
#menu-cuisines-placards2on a {
    font-weight: bold;
    color: #F47D30;
    background-image:  url(images/menu2_on.gif);
}
ul#menu-cuisines-placards3 {
    text-align: left;
    position: relative;
    width: 150px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 11px;
    letter-spacing: 0px;
}
#menu-cuisines-placards3 a {
    display: block;
    text-align: left;
    height: 20px;
    margin: 0px;
    padding-left: 30px;
    border: 0px;
    line-height: 18px;
    text-decoration: none;
    font-weight: normal;
    FONT-SIZE: 11px;
    letter-spacing: 1px;
    color: #CCCCCC;
    background-image:  url(images/menu3_off.gif) ;
}
#menu-cuisines-placards3 a:hover {
    display: block;
    color: #F47D30;
    font-weight: bold;
    background-image:  url(images/menu3_on.gif);
}
#menu-cuisines-placards3on a {
    font-weight: bold;
    color: #F47D30;
    background-image:  url(images/menu3_on.gif);
}
.chif {
    FONT-SIZE: 9px;
    font-style: italic;
}
div#logo_modista_cuisines_placards {
	position:relative;
	float: left;
	margin: 0px 0px 0px 0px;
    padding: 0px;
	width: 120px;
	height: 71px;
}
div#zone_bas-cuisines-placards {
	position:relative;
	float: left;
	width: 890px;
	height: 66px;
    margin: 0px;
    padding: 0px;
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
}

div#photos_grande {
	position:relative;
	float: left;
	width: 650px;
	height: 410px;
	margin-top: 30px;
    background-image:  url(images/bg_photo.png);
}
#photos_grande IMG {
	width: 640px;
	height: 400px;
	margin: 5px;
}
div#zone_photo_droite {
	position:relative;
	float: left;
	width: 160px;
	height: 410px;
	margin-top: 30px;
}
span#photos_thumb {
	position:relative;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px;
    background-image:  url(images/bg_thumb.png);
}
#photos_thumb IMG {
	width: 70px;
	height: 70px;
	margin: 5px;
	cursor: pointer;
	opacity: 0.7;
	-moz-opacity : 0.7;
	filter:alpha(opacity=70);
}
#photos_thumb:hover IMG {
	opacity: 1.0;
	-moz-opacity : 1.0;
	filter:alpha(opacity=100);
}
a#photos_moyenne {
	position:relative;
	float: left;
	width: 135px;
	height: 135px;
	margin:  5px 10px 5px 10px;
    background-image:  url(images/bg_moyenne.png);
}
a#photos_moyenne:hover {
	position:relative;
	float: left;
	width: 135px;
	height: 135px;
	margin:  5px 10px 5px 10px;
    background-image:  url(images/bg_moyenne_on.png);
}
#photos_moyenne IMG {
	width: 125px;
	height: 125px;
	margin: 5px;
	cursor: pointer;
}

#photos_texte_long {
	position:relative;
	float: left;
	width: 150px;
	height: 160px;
	margin: 5px;
	background-color: #302e2f;
}
#photos_texte_cours {
	position:relative;
	float: left;
	width: 150px;
	height: 130px;
	margin: 5px;
	text-align: left;
	background-color: #302e2f;
}
#photos_texte_cours_scroll{
	width: 140px;
	height: 105px;
	font-size: 11px;
	margin: 5px 0px 0px 5px;
}
#photos_texte_pdf {
	position:relative;
	float: left;
	width: 150px;
	height: 20px;
	margin: 5px;
	font-size: 11px;
	text-align: center;
	background-color: #302e2f;
}
#photos_texte_pdf a {
	text-decoration: none;
}
div#copyright {
	position:relative;
	float: left;
	text-align: right;
	width: 860px;
	height: 14px;
    margin: 0px;
    padding: 0px;
	font-size: 10px;
	color: #383838;
}
a.copyright  {
	color: #383838;
	text-decoration: none;
}
a.copyright:hover  {
	color: #F47D30;
}

.txt_form {
	font-size: 12px;
}

#awex_logo IMG {
	opacity: 0.4;
	-moz-opacity : 0.4;
	filter:alpha(opacity=40);
}
#awex_logo:hover IMG {
	opacity: 1.0;
	-moz-opacity : 1.0;
	filter:alpha(opacity=100);
}
div#news_bloc {
	width: 700px;
	margin-left: 100px;
}
.news_texte {

}
.news_titre {
		color: #F47D30;
		font-size: 16px;
		text-align: center;
}

	.bande_info{
		color: #CCCCCC;
		text-decoration: none ;
		font-size : 11px;
	}
	.bande_info:hover{
		color: #F47D30;
		text-decoration: none ;
	}
		
a#list-page {
	position:relative;
	float: left;
	display: block;
	height: 100px;
    min-width: 80px;
    text-align: center;
    font-size: 14px;
    margin: 10px 0px 20px 30px;
    padding: 15px 10px 10px 10px;
    border-bottom: 3px solid #555555;
}
a#list-page:hover {
    color: #F47D30;
    border-bottom: 3px solid #F47D30;
    background-color: #373737;
}

TABLE#equipe {
	width: 500px;
	font-size: 12px;
	margin: 0px;
}
TABLE#equipe td {
	height: 20px;
	margin: 0px;
	padding: 1px;
	border-right: 1px solid #545454;
	border-bottom: 1px solid #545454;
}
TABLE#equipe .ttl_col {
	height: 10px;
	font-size: 10px;
	border: none;
	text-align: center;
}

TABLE#equipe .titre {
	height: 30px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #f47d30;
	border: none;
	border-bottom: 2px solid #f47d30;
}
TABLE#equipe .nom {
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	border-left: 1px solid #545454;
}
TABLE#equipe .tel {
	letter-spacing: 1px;
	font-size: 12px;
	text-align: center;
}


.separation{
	margin: 0px;
	padding: 0px;
    clear: both;
    visibility: hidden;
}

/* Form style */

INPUT {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid;
  FONT-SIZE: 11px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
BUTTON {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid;
  FONT-SIZE: 11px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
TEXTAREA {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid;
  FONT-SIZE: 11px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
SELECT {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid;
  FONT-SIZE: 11px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
radio {
  BORDER-RIGHT: #4D4B60 1px solid;
  BORDER-TOP: #4D4B60 1px solid; FONT-SIZE: 11px;
  BORDER-LEFT: #4D4B60 1px solid;
  BORDER-BOTTOM: #4D4B60 1px solid;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #F5F5F5;
}
